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
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)
What is quicktest professional?
What are the 3 main stages involved in testing with qtp?
What is the difference between local and shared object repository in qtp?
What is a checkpoint? How many check points are there in qtp?
How to add synchronisation points in qtp?
How do we handle run-time errors?
Difference between copy to action and call to action?
What are the benefits of qtp?
Is any limitation to xml checkpoints?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is QTP testing process?
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
what testplan contents and what test strategy contents,what is the diff b/w them
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.