Posts: 1
Threads: 1
Joined: Apr 2010
Reputation:
0
04-21-2010, 06:08 PM
Is it a good practice to have one action per test case or to have set of test
cases in a single action in QTP?
How many test cases should be clubbed in one Action in QTP?
Posts: 16
Threads: 7
Joined: Jan 2008
Reputation:
0
05-03-2010, 04:58 PM
Having one action per test case may lead to maintenance issue in the future if enhancements occur in the application and no. of test cases keep growing. Its always better to create modules encapsulating logical test cases together and create vbs files instead of actions. Actions should be just used to call different vbs files based on a logical choice.