Posts: 5
Threads: 1
Joined: Oct 2010
Reputation:
0
10-06-2010, 05:36 PM
Hi,
If I have n no. of scripts and when i run the QTP, it runs from the first script i've created. What should i do to run from the (i mean the start script) 3rd or any other script in between
Posts: 126
Threads: 18
Joined: Mar 2010
Reputation:
0
10-06-2010, 05:44 PM
Hi,
You can create a new action on top of all actions and call all the actions inside the new action in an order you want the actions to be executed. Then inside the new action run from any step (i.e any action) by "Run from step" option.
Hope it helps you.
Posts: 10
Threads: 0
Joined: Oct 2010
Reputation:
0
10-06-2010, 05:54 PM
(This post was last modified: 10-06-2010, 05:58 PM by Pallavii.)
Scripts in the sense, are u talking about actions?
The other way is, just right click on the action in 'Test Flow' panel, and select 'Run from Action' option.
Posts: 127
Threads: 9
Joined: Apr 2010
Reputation:
0
10-06-2010, 06:01 PM
Yes Prabhat is correct. You can do that one else you place the cursor from where you want to execute in your existing script and then select the option "Run from step" by right clicking or presss only "ctrl+F5".