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.
Answer Posted / 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 |
Post New Answer View All Answers
When and why to use descriptive programming?
what is the advantages and disadvantages of using functions instead of re usable actions
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
What are the steps involved in the recovery scenario wizard?
What is the difference between rational rose and QTP?
What is text/text area checkpoint?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
How to remove associated function library?
What is quicktest professional?
What is the difference between shared and local object repository?
If created one virtual object? Next time I changed the window position will it work?
What is the standard timing delay for web based application in qtp?
In qtp, how you can use xpath to identify objects?
what is run-time data?