Answer Posted / uday kumar_anem
In QTP 8.2, we can parameterize both the per-action OR and
shared OR.
For Per-Action OR, we can parameterize in both the global
sheet and local action sheets.
To do this, we can select the object in OR, and choose
parameter radio button in configure value dialog, and choose
global or current action sheet in parameter options.
If the OR is shared OR, here only global sheet option is
visible and current action sheet is disabled.
To parameterize the OR follow below navigation:
Open the OR by Tools -> OR or OR button -> Select the object
in OR or parent object -> Click parameter radio button ->
click on the parameter options button beside the textbox
->select data table in parameter type list box -> choose the
data sheet type and choose column name in the sheet
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Explain the check points in quicktest professional?
Explain sub procedure of vbscript.
Explain how you can find length of array in qtp?
images are dynamically changes how to compare two images with out using the bitmap
In qtp, explain what is qrs file?
Explain features of the latest version of qtp/ uft 12.1?
what is profile tool?
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 is reusable action?
What is the difference between a Function and Action in QTP?
How to check bitmap output value?
Explain the types of object repositorys in qtp?
Explain about business process component? types and usage?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?