While recording a login window QTP is identifying only
parent window,then how can u identify the child objects.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sukanya
I hope You have Checked in the second radio button that
says capture parent & child Object sentirely after you add
the Object Repository.
Hope This should do
| Is This Answer Correct ? | 0 Yes | 1 No |
Did you find anything in your project that QTP proved inefficient to perform?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
Can you list some technologies that support qtp?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
What are the Disadvantages of shared object repository?
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
Can I import a excel sheet in Action1 datatable? How?
Difference between copy to action and call to action?
what r advance features u had done in QTP?
can any one tell me the script to click on a button in the wintoolbar.
What is the difference between Call to Action and Copy Action.?
write a function to read the items from Combobox of Flight Reservation application and save in excel.