Automated Testing Question:
Download Questions PDF

What are the advantages of Test Automation?

Answer:

i) Fast: Tools are faster in execution than human users
ii) Reliable: Tools are reliable in complex calculations and tasks
iii) Reusable: we can reuse Automated Tests on multiple versions of
Software (Ex: Sanity Tests, Regression Tests)
iv) Repeatable: we can repeat same operations with multiple sets of Test
Data (Ex: Data driven Tests)
v) Programmable: we can use flow control statements for applying logic
(Scope of Automated Tests is very high than Manual Test Cases)
vi) Comprehensive: we can execute series of Tests without human
interaction (Ex: Batch Testing)

Download Automated Testing Interview Questions And Answers PDF

Previous QuestionNext Question
What are the disadvantages of Manual Testing?What are the drawbacks of Test Automation?