what is the difference between window command and
dialog command
Answer Posted / sreeprasad
window command work with only window in your application,
but dialog command should work with window command.
ex.window("shopping").activate
incase of dialog box: u should with window command
that is window("shopping").windialog("items")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to attach a file to TD?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
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
Write a script to customize the test results in PDF and HTML format.
Is the qtp course will help to create a virtual object?
what is test scheduleling?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
What are test settings and global settings?
How will you declare a variable in qtp?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
how u will evaluate the tool for test automation?
How to use output values in qtp ?
What is the use of an object spy tool in qtp?
What is the difference between local and shared object repository in qtp?