what is descriptive programming in QTP? How can be done?
Answer Posted / sachin
Hi Babu ,
You need to use the following code
Dialog("text:=Login").Activate
Dialog("text:=Login").WinEdit("Attached text:= Agent Name:").Set "xxxx"
Thanks
Sachin
(Any Queries:http://qtpwithvbscript.blogspot.com/)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write script for bitmap image?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What is output value? How many types of output values are there in qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What are the check points can be inserted without recording?
How can I check if a environment variable exist or not?
can i compare two databases using QTP ?
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
Explain sub procedure of vbscript.
Is it possible to call from one action to another action in qtp?
What is the significance of “action 0” in qtp?
how interviews will be on QTP?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is QTP scenario.
Give the syntax to load function at run time.