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
Explain measuring transaction.
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
In qtp, how you can remove the spaces from string?
Explain sub procedure of vbscript.
what is the frame work in J-meter?
Explain features of the latest version of qtp/ uft 12.1?
What is the use of text output value in quicktest professional (qtp)?
How do we handle run-time errors?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What are the methods of the TextStream object that are used for reading from a text file?
How to start recording using quicktest professional?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
Explain about the quicktest professional (qtp) automation object model?