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 DO U CALL A ACTION IN QTP?

Answers were Sorted based on User's Feedback



HOW DO U CALL A ACTION IN QTP?..

Answer / usha, usha_0383@yahoo.com

we calla a action in QTP by using RunAction statement

Syn: RunAction "Action1[called testname]", oneIteration,
parameters

Is This Answer Correct ?    13 Yes 3 No

HOW DO U CALL A ACTION IN QTP?..

Answer / a.thirumalareddy@gmail.com

by using call to copy of action and call to existing action we can call the actions.

if we use call to copy of action, we can call nonreusable as well as reusable actions, and we can modify the script, and we can call many times and one action sheet will be added in datatable when ever you called (per every calling you get one action sheet)

if we used call to existing action we can call only reusable actions (in QTP 9.5 above all actions are reusable only) and the script is read only (we can not modify the script), and there will be only one action sheet if we call more than once also

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More QTP Interview Questions

how can i replace any text from the qtp script with some anothere text

1 Answers   Livetek,


In key word driven framework,we will rename the logical names of objects,why?

3 Answers   Liquid Hub,


What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...

4 Answers   IBM,


What is the difference between link and hyperlink?

1 Answers  


What is difference between version 6.5 and 8.2 in QTP?

0 Answers  


what properties do use to identify a browser and page while using descriptive programming?

3 Answers   TCS,


Should have experience in framework means?

0 Answers  


what is supply chain management?

0 Answers   ITC Infotech,


take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?

2 Answers   IBM,


Difference between keyword driven test and DDT?

1 Answers  


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

0 Answers  


Categories