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 )
Answers were Sorted based on User's Feedback
whatever window u was open in recording time..that window
will must open at runtime..observe the record and run
settings and verify the object repository settings..and
verify the test settings for default synchorization time
out..ok..na..
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
Explain Different types of Checkpoints in Quick Test Professional?
How to Import the data from MS-Access in QTP?
what type of application we can select for automation testing and what is the entry criteria for automation
Explain how qtp identifies objects?
Explain different recording modes?
Can we continue functionality testing without framework?
Limitations in QTP?
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?