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

Can we check environment variable value without existing of environment variable

2 Answers   NIIT,


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

0 Answers  


For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............

3 Answers   Satyam,


I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)

1 Answers  


I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?

5 Answers   AZTEC,






Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )

2 Answers   FIS,


Explain object spy in qtp.

0 Answers  


what is a file system object in QTP

7 Answers  


How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.

4 Answers   CarrizalSoft Technologies, DST Global Solutions,


How can we merge two repositories? Can we merge two differnt rep. I mean 1is peraction and other shared

4 Answers   Tavant Technologies,


What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?

3 Answers   TCS,


what is Action conversion tool? what the Action conversion tool will do?

1 Answers   Satyam,


Categories