How should I check my code( Before going to execute)
without executing the script in QTP
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
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
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Define QTP ?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
How should I check my code( Before going to execute) without executing the script in QTP
How do you done Data-Driven Testing using MS-Word. What is the script for that
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
What is test object model in quicktest professional (qtp)?
Hai anyone please "Explain about Framework in QTP?"
How many add-ins comes by default with quicktest professional (qtp)?