how can we group that these test cases only should be automated and in which order you execute that test cases
how can we group that these test cases only should be automated and in which order you execute that test cases
Hi,
In general we will go for automation if the application is stable or the system is in live or many regression testing is to be carried out.
The test cases will be chosen for automation based on the following
- the test case which needs to be executed many number of times
- the area where the more updation are needed and corresponding regression testing should be done
- where the processing is more, ie., involving lot of steps
The test cases will be executed in the order how the functionality states.
REgards,
Ganesan