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 Does Run time data (Parameterization) is handled in QTP?

Answer Posted / meenu

you can use parameter feature i quick test to enhance your
test or component by parameterizing the values that it
uses. A parameter is a variable that is assigned a value
from an external data source or generator. You can
parameteriza values in steps or checkpoints in your test or
component.You can also parameterize the values of action
parameters. If you wish to parameterize the same value in
several steps you may want to consider data driven wizard

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)

1680


What is quicktest professional?

1098


What are the 3 main stages involved in testing with qtp?

1136


What is the difference between local and shared object repository in qtp?

1114


What is a checkpoint? How many check points are there in qtp?

1032


How to add synchronisation points in qtp?

1140


How do we handle run-time errors?

1095


Difference between copy to action and call to action?

1066


What are the benefits of qtp?

1289


Is any limitation to xml checkpoints?

1076


Explain the concept of object repository and how quicktest professional (qtp) recognises objects?

1136


What is QTP testing process?

1122


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

2091


what testplan contents and what test strategy contents,what is the diff b/w them

2202


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

2159