How to get all the objects count and objects names in
webpage using QTP ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
WHAT IS ENVIRONMENT VARIABLES?
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
what is difference betweein qtp 9.0 and 9.2
What is the difference between Systemutil.run and Navigate.
Is there a function to find the number of occurrences of sub strings within a string?
what is error and fault in terms of software quality?
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
What is diff between SDLC AND STLC?
what r the main attributes of test automation?
How many scripts did you have?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u