How to identify the child window.
In my case while recording, When i open new window and
give checkpoint for some control and when i run that script
QTP give error like" can not identify the object"
Is there any method or solution to handle child window
issue
Note: In my apllication i have to check child window of
child window also ( multiple windows open )
Answer Posted / ragasudha
If you are scripitng then Child window can be identified by
index.
Ex: Set objPag = Browser(strBrow).Page
("micClass:=Page","index:=1")
Index of child window of the CHild window, would be 2
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
how to idetfy which test cases are automated?who will deside that plz tell me
what is object and child object.. explain ..if possible give some example for better understanding ..
Problem with XML checkpoint in QTP ?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
how to know no.of mails in our g mail by using vb-script
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Explain xml checkpoints.
What is Associate Repository in QTP 9.2 ?
How to start recording using quicktest professional (qtp)?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How to handle Java tree in QTP?
To which environments does quicktest professional (qtp) supports?
Can launch two instances of qtp on the same machine?
How to use conditional loops in qtp ?