What are the pre-requisites to start automation testing?

Showing Answers 1 - 6 of 6 Answers

samisalona

  • Apr 16th, 2008
 

First, you need to segregate the test cases that can be automated. Then, prepare test data as per the requirements of those test cases. Write reusable functions which are used frequently in those test cases. Now, prepare the test scripts using those reusable functions and apply loops and conditions where ever necessary.

  Was this answer useful?  Yes

ashishks

  • Sep 1st, 2009
 

Following should be the pre-requisite to start automation:
1. Build should be stable.
2. Functionalities should be getting repeated.
3. Test cases, which can be automated, should be filtered.
4. Generally after third or fourth release of the application.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions