Google News
logo
Automation Testing - Interview Questions
Why use automation frameworks? What are the benefits that they offer?
Using automation framework available a lot of benefits like as :
 
* The framework enables consistency in testing. It provides a universal standard for testers to achieve the specific goals of their automated tests.

* Automation frameworks, when designed and implemented correctly, they deliver frequent and stable automated test code

* With a proper framework, the code is easier to maintain and reuse

* Even with limited knowledge of how the test case is set up, a tester can depend on the framework to refer to simple statements and implement the test cases with ease.
Advertisement