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

what is the extension for the test version of the script?

5 Answers   TCS,


what is the difference between QTP 8.0 & 9.0?

4 Answers  


What are the details steps to connect a remote mysql database in QTP

1 Answers   Verizon,


How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?

1 Answers   Livetek,


What are the benefits of quick test pro(qtp)?

0 Answers  






why we use environment variables

5 Answers  


Can you expect major bugs in Net banking Application?

1 Answers  


Which version of QTP is using by companies nowadays?

4 Answers  


Among the 3 Recoring modes,Standard, Analog and Low Level. which one is mostly used. I know that Analog id used for Graphs, Digital Signatures and Barcoding. so, which one among the 2?

1 Answers  


requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how

0 Answers   FIS,


How can you capture(Read) the values from a Table?

1 Answers  


What is output value?

3 Answers   Ordain Solutions,


Categories