By default Action1 runs first in QTP. Is it possible to
start the run with Action2?
Answers were Sorted based on User's Feedback
Answer / qa insider
To change the order in which Actions can be executed:
Goto the folder where scripts are saved --> Open Action0
folder --> open 'Script.mts' notepad --> change the order
in which Actions should be excuted.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / nagesh
go to keyboard view.
drag and drop action2 to action1
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / deepa
Yes it is possible. Place the cursor at the start of your
Action2 and right click, select Run from Step.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / yugandhar
To change the actions order or deactivate the particulat
Actions follow the below mentioned steps
Goto the Tests folder -->Action0
--> open 'Script.mts' notepad --> change the order
in which Actions should be excuted or for deactivation
comment the particular action call statement.
for more details mail me : yugandhar_bandari@yahoo.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vishal
I dont think the execution begins from action1 it begins
from action zero.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / vardhan
In The keyboard view.
drag and drop action2 to action1
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vasu j (working in tcs, kochin
Yes u can run from Action2. Open the Action2 and Start
execution with RUN CURRENT ACTION in Automation menu bar.or
place the cursor on the Action2 and start execute with RUN
FROM STEP in Automation menu bar
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kl
Yes.
By using keyword driven testing.
By commenting the Action1.
Pati
Ganesh Maharajki Jai..
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / srinivas
No, it is not possibale to run the Action2, always QTP runs
first from action 1 only.
| Is This Answer Correct ? | 1 Yes | 12 No |
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is positive test case and Negative Test case? What is the meaning of Real World Scenario's?
What is throw object?
How to fetch web elements count from Google Page which contains letter "e"
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
How can get count of list box?
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
what are the Common Problems in S/w development process
What is keyword driven testing..what is the use of this in Automated testing
How QTP recognizes Objects in AUT?
How to call script1 into script2?
What are the versions of qtp,What are the differences b/n them?