Interview Questions

Can test automation improve test effectiveness?

Software Quality Assurance Interview Questions and Answers


(Continued from previous question...)

160. Can test automation improve test effectiveness?

Yes, Automating a test makes the test process:
1.Fast
2.Reliable
3. Repeatable
4.Programmable
5.Reusable
6.Comprehensive
6. What is data - driven automation?

Testing the functionality with more test cases becomes laborious as the functionality grows. For multiple sets of data (test cases), you can execute the test once in which you can figure out for which data it has failed and for which data, the test has passed. This feature is available in the WinRunner with the data driven test where the data can be taken from an excel sheet or notepad.

(Continued on next question...)

Other Interview Questions