Hi there, I've installed a trial version of QTP to see if
it works with my product but I cant automate selecting
windows from a tree view? Can anyone give me any pointers?
Many Thanks
No Answer is Posted For this Question
Be the First to Post Answer
What is the Diff between Image check-point and Bit map Check point?
When do go for loop condition in test?
what difference between client and server applications exatly?
what is the difference between invoke application and system.util.run
Difference between image checkpoint and bitmap checkpoint
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
does qtp need record and playback in realtime. plz tell exactly wat happens
what is object repository?
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
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
which command u will use to access the application through descriptive programing?
what is the advatages of merging of object repositories in Qtp9.0