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

Showing Answers 1 - 3 of 3 Answers

choudary

  • Jul 9th, 2005
 

for this first we have to know the difficulties in manual testing. 
1. more no. of users required. 
2.time consuming 
3.not accurate 
4.concurrency is missing. 
 
from the above we can determine the order for automation. 

  Was this answer useful?  Yes

Phani Kumar

  • Aug 5th, 2005
 

If you using Automation, then Automation process is 
1.Recording Script 
2.Writing Script 
3.Executing Script 
4.Editing Script 
5.Analysing Testing Result

  Was this answer useful?  Yes

garima

  • Aug 10th, 2005
 

Which test case to automate: 
1: test cases that need to run for every built.(also called sanity testing) 
2: test that uses multiple set of datavalues for same actoin(called data driven testing). 
3: identical test that need to be executed using different browser. 
4: mission critical pages or transaction with pages that wont change is short term. 
Generally speaking more repeatative the execution better the condidate for automation. 
 
 
 

  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