How to get all the objects count and objects names in
webpage using QTP ?

Answers were Sorted based on User's Feedback



How to get all the objects count and objects names in webpage using QTP ?..

Answer / devi

Set b=description.Create
b("micclass").value="Browser"
Set obj=desktop.ChildObjects(b)
msgbox obj.count
'browser("CreationTime:=4").close
For i=0 to obj.count-1
msgbox i
c=obj(i).getroproperty("name")
msgbox c

Next

Is This Answer Correct ?    9 Yes 4 No

How to get all the objects count and objects names in webpage using QTP ?..

Answer / sai

Dim a(100)

set p=Browser("Home").Page("Home").ChildObjects
cnt=0
For i=0 to p.count-1
b=p(i).GetTOProperty("micclass")
If i<1 Then
a(0)=b
Else
For j=0 to Ubound(a)-1
If a(j)<>b Then
cnt=cnt+1
a(cnt)=b
End If
Next
End If
Next

Is This Answer Correct ?    1 Yes 1 No

How to get all the objects count and objects names in webpage using QTP ?..

Answer / chandu

Hi kumar...
thanx for ur response man..

r u working on QTP..if yes can i hav ur email id..so that
if i get any doubts i'll get in touch with u..

Thanks in Advance

Chandu

Is This Answer Correct ?    1 Yes 2 No

How to get all the objects count and objects names in webpage using QTP ?..

Answer / kavitha

how to get the position of the object in the application by using function and arguments as (object,the value in the dropdown)

Is This Answer Correct ?    0 Yes 1 No

How to get all the objects count and objects names in webpage using QTP ?..

Answer / chandu

u can count the objects in a webpage by using childobjects
method

set childobjs=Browser("BrowserName").Page
("PageName").childobjects
total=childobjs.count
msgbox total
n i don't know how to get the names...sorry..if u know
plese let me know

Is This Answer Correct ?    0 Yes 4 No

How to get all the objects count and objects names in webpage using QTP ?..

Answer / 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

More QTP Interview Questions

How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

0 Answers  


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

0 Answers   Accenture,


What are benefits of qtp?

0 Answers  


What is data driver in qtp? Where we use it?

0 Answers  


HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............

3 Answers  






WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0

1 Answers   SoftTech,


whow much strong on VB and C?

0 Answers   UHG,


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

0 Answers  


How function returns a value?

1 Answers  


What is checkpoints for quicktest professional?

0 Answers  


How to export quicktest professional (qtp) results to an .xls file?

0 Answers  


QTP script is not working on other's machine..

0 Answers  


Categories