Content deleted Content added
m some prose tweaking |
Paul dexxus (talk | contribs) m grammar |
||
Line 1:
{{Merge|Test harness|date=February 2010}}
{{Cleanup|date=December 2007}}
A '''test automation framework''' is a set of assumptions, concepts and tools that provide support for [[test automation|automated software testing]]. The main advantage of such a framework is the low cost for maintenance. If there is change to any test case then only the test case file needs to be updated and the [[Driver Script]] and [[Startup script]] will remain the same. Ideall, there is no need to update the scripts in case of changes to the application.
▲Costs associated with test scripting are due to the development effort and the maintenance efforts. The approach of scripting used during test automation has effect on the costs
Various framework/scripting techniques are generally used:
# Linear (procedural code, possibly generated by tools like those that use record and playback)
Line 24 ⟶ 23:
'''Another view'''
Automation Framework is not a tool to perform some specific task, but is an infrastructure that provides
Ref: http://code.google.com/p/vauto/
|