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...

I have 5 no.of Action in my Test. Out off which i should

make 3rd action as my start-up action. How should i make it?

Answer Posted / lakshmi

As per my knowledge, if you want to run 3rd action, go to
3rd action and right click and select Run Current Action.
so that it will execute the cureet action which is now
Action3. If you want to execute to other actions as well,
you need to call those actions in actin3 in the sequence
whow u want.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1791


if numbers are always changing write a script for that

4286


Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u

1831


How to handle the exceptions using the recovery scenario manager in qtp?

1092


Give the syntax to load function at run time.

1179


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2980


can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.

6298


How to check bitmap output value?

1240


Hoe can we do retesting using functions please give the code for it using login page

1978


If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?

2077


What are the disadvantages of recording test cases in qtp?

1080


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

1828


Object repositories types, which and when to use?

1115


How to find Operating system information using QTP script?

1046


Where we use data driver in qtp?

1105