What-are-benefits-or-advantages-of-automated-testing?

 

Following are the benefits for using automated tools



Fast:
Human be slow but Automated Testing Tool runs tests significantly faster than human users.

Reliable:
Tests perform precisely the same operations each time they are run, thereby eliminating human error.

Repeatable:
You can test how the software reacts under repeated execution of the same operations.

Programmable:
You can program sophisticated tests that bring out hidden information from the application.

Reusability:
You can reuse the Automated Test scripts, user defined functions etc.

No comments:

Post a Comment

Share/Save/Bookmark
 
Design Patterns