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

I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?

2 Answers  


How do you move objects from local object repository to shared object repository???What are methods?

1 Answers  


By using QTP, How do you test a frame in a web page?

4 Answers   TCS,


does automation replace manual testing?

2 Answers  


w is configaration management

3 Answers   TCS,


how can i count the number of links???

2 Answers  


There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.

0 Answers  


What does it mean when a check point is in red color? What do you do?

0 Answers  


Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)

0 Answers  


How will internal and external links be validated and updated? how often?

0 Answers  


hi i need to learn qtp its very urgent..pls tell me who is the best faculty for qtp in hyd..... and i plan to go foe mindq nageshwar rao? its good or not?

2 Answers  


What is Parameterizing Tests?

4 Answers  


Categories