How vl i prioritize the actions when i have 10 actions A1,
A2, A3......A10. I want to run action as follows A1,A5,A6
and A10. How i can do it. Thanks in Advance to u.

Answers were Sorted based on User's Feedback



How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / uday kumar_anem

In QTP, Test Flow combo box is there. By default Action1 is
displayed in that combo box. In that combo box, you can
place the actions in whatever order you want. Just drag the
action up and down, sothat it will placed in one sequence.

During execution, QTP executes the actions asper the Test
Flow Combo box.

Is This Answer Correct ?    4 Yes 0 No

How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / rangu

Open the test from folder, go to action folder 0, open
script in note pad, change the action sequence and insert
comments if you dont want to execute.
like as below.
Original actions
Action 1
Action 2
Action 3
Action 4
Action 5

After Modified ( Like below, we need to modify)

Action 1
Action 5
Action 2
'Action 3 // I dont want to execute this action.
Action 4

Is This Answer Correct ?    5 Yes 2 No

How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / prachiti

we can use keyword driven framework ffor this, the qtp
script will read the corresponding keyword and will import
the perticular actions in the sequence.

Is This Answer Correct ?    0 Yes 0 No

How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / krishnateja muppalla

You can make use of call to action while creating scripts. Right click on expert view. There you can see the options to call another action from current action.

Is This Answer Correct ?    0 Yes 0 No

How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / ashish srivastava

Ans No 1 and Ans No 3 Both are Correct

These Are two different method to solve the problem

Is This Answer Correct ?    0 Yes 0 No

How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / pravati

through call to Existing action
Runaction "Actionname",oneIteration

Is This Answer Correct ?    0 Yes 0 No

How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action a..

Answer / anil

Can we Automate GUI of the Application by using QTP.? if
yes then how.?

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!

1 Answers   Adobe,


in which situation u will use recording and in which situation u will used to write script manually

1 Answers  


What u say as experience(Interview) "TELL ME ABOUT UR SELf"? As a Fresher(interview) What u Say?

3 Answers   ShopRite,


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

0 Answers  


What is Port testing. Whhen will you perform?

0 Answers  






Which functionalities of QTP used in banking project?

0 Answers  


What is the difference between wait and synchronization point?

3 Answers  


what is the use of automation frame work ??(QTP)

2 Answers  


How to handle dynamic objects in QTP?

4 Answers   Infosys,


Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???

4 Answers  


Wt is the difference between Business Component and scripted component?

1 Answers   BSL,


what are SetToProperty, SetROProperty,GetToproperty scripting?

2 Answers  


Categories