Test automation framework: Difference between revisions

Content deleted Content added
No edit summary
m some prose tweaking
Line 2:
{{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.
ThereIdeall, yhere's no need to update the scripts in case of changes to the application.
 
Choosing the right framework/scripting technique helps in maintaining the costs and maintaining
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: