suppose u hav a 10 dialog or window opened on screen with
same name & value. now how to test each window? i.e. how
qtp indetifies these objects separately?
Answer Posted / sushil
the only correct answer:
we will use ordinal identifier in such situation.
since it is browser so creation time will be used.
we can't use other ordinal identifier like index or location
so code for that.
browser(CreationTime:=1).Dialog( )...give as per your
requirment.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain object spy in qtp.
QTP script is not working on other's machine..
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
How to record application running on the Virtual machine?
How is the Bitmap checkpoint different from Image checkpoint?
How to open a new test using quicktest professional (qtp)?
What is qtp window?
Differentiate the type of test cases which can be automated and which cannot be automated?
What is the XML file architecture ?
When using descriptive programming?
why should we give deliver good quality software?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How can you exit from an action?
what is the structure for the data driven framework
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?