Monday, 13 July 2015

AUTOMATED TOOLS ADVANTAGES & DRAWBACKS


Automation Testing:
                Automation testing is a process in which all the drawbacks of manual testing are addressed properly and provides speed and accuracy to the existing testing process.

Advantages:

v Fast; Means automated tools run tests faster than human user
v Clear: Every statement is easy to understand.
v Quality: Means we can run more tests in less time with quality.

v Reliable: Means tests perform precisely the same operations each time we can run.
v Repeatable:  Means we can run the test repeatedly and we can check the how software reacts under repeated execution of the same operations and we can run many times in a row without human interaction
v Reasonable: Means we can reuse tests on different versions of an application even if it is user interface changed.
v Programmable: Means you can get hidden information from the application.
Drawbacks of Automation Testing:
v Professionals required
v Tools are very expensive
v We cannot automate the all the area using tools also



No comments:

Post a Comment