Answers

Question and Answer:

  Home  Automated Testing

⟩ What are the advantages of Test Automation?

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)

 200 views

More Questions for you: