While recording a login window QTP is identifying only
parent window,then how can u identify the child objects.
Answer Posted / kishore
you can use "ChildObjects" method to to identify child
objects
for Eg:It will click on all child objects
Set oDesc = Description.Create()
oDesc("html tag").Value = "INPUT"
set hai=Browser("WinCraft2 - Enterprise_2").Page
("WinCraft2 - Enterprise").Frame("content").ChildObjects
(oDesc)
count1=hai.count()
msgbox hai1
For i=1 to count1
hai(2).click
Next
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Does quicktest professional is unicode compatible?
What are the major/ important methods, functions in QTP we use realtime testing
What is quicktest professional window?
How many types of recording modes are there?
When Recovery scenario actually starts while testing the application?
What is the difference between run time object and test object in QTP?
What is the difference between run time object and test object?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What are the disadvantages of recording test cases in qtp?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
what are all the fileds present in object repository?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Explain qtp(quick test professional)?