Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 r the executing modes in QTP

2 Answers  


what is the main process in QTP?

3 Answers   Ordain Solutions,


What is our exact stage involvement with QTP?

1 Answers  


how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"

5 Answers   IBM,


I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"

4 Answers  


How many actions we can write in a test?

7 Answers   TCS,


Explain the difference between call to action and copy action?

0 Answers  


How qtp recognizes the object?

0 Answers  


What is quicktest professional?

0 Answers  


suppose i can done the project in automation tool with QTP in that time what i can say?

3 Answers  


What are the types of object repositories? Which one is you using?

0 Answers  


What are the differences between qtp and winrunner?

0 Answers  


Categories