How to get all the objects count and objects names in
webpage using QTP ?
Answer Posted / chivukula.kumar
Hi Chandu,
ChilObjs=Browser("BrowserName").Page
("PageTitle").Childobjects
tol=Chilobj.count
for i = 0 to UBound(tol)
a =chilObjs(i).Name
print a
Next
| Is This Answer Correct ? | 3 Yes | 23 No |
Post New Answer View All Answers
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How many types of object repository in qtp?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How to use the object spy in quicktest professional (qtp) 8.0 version?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How you can delete excel file in qtp?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Explain about datafile/verification of date file when file is not available in local system?
How many number of actions possible in qtp?
How to creating an output value using quicktest professional (qtp)?
assume i have few url link how will i dynamically call then using descriptive programming?
Difference between copy to action and call to action?
How you are developing the script? Using record and play back or manual?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
Why is Client side image is preferred over server side image?