Hi! Using Descriptive Programming How do we get Parent
object for an object by writing script(DP). Say, i want to
get a parent object
for a "Link" in a web page by writing script in Descriptive
Programming.
No Answer is Posted For this Question
Be the First to Post Answer
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
How to find Operating system information using QTP script?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
What is the extension of script and object repositary files?
Once the Actions are splitted , is there any way to merge them
Explain about opening notepad in QTP and writing of test result in notepad?
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
4. How u will open the build automatically in QTP except using Systemutil.run command
What is keyword driven framework, what is "key" in It.
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Use of Multiple Actions in QTP?