If automating - what is your process for determiming what to automate and in what order?

Showing Answers 1 - 4 of 4 Answers

Rashmi U S

  • May 3rd, 2006
 

Most of the time it Depends on the project and also on repeated testcases In which you want to see the behavior of the software.It is not necessary to automate the whole project , the part the project where you have repeated testcases and where you have to check for the different data inputs for different fields you can choose automation.

And also during regression testing and during final release you can go for automation.

In project where time constraint is very important then one can choose automation.

  Was this answer useful?  Yes

ashishks

  • Sep 7th, 2009
 

When automation is finalized then initially we focus on test cases written by mannual testing team.

  We open test cases and filter those test cases which can be automated through the automation tool, which you are going to use. Also again we sort out those selected test cases which can be clubbed in a single test script.

  When test cases filteration is done, then on the functionality priortiy basis, we start automation those scenarios.

  Was this answer useful?  Yes

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