How to get all the objects count and objects names in
webpage using QTP ?
Answer Posted / 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 |
Post New Answer View All Answers
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What are the automation metrice in your project?
What is the difference in the global and action sheet in qtp?
What are the types of environment variables in qtp?
Explain about the quicktest professional (qtp) automation object model?
How to associate function library at a run time?
How many types of recording modes in qtp?
what is supply chain management?
Define Canvas view of UFT?
Explain how Selenium is different from UFT?
What is the recovery scenario in qtp?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Can we run multiple QTP scripts one after the other without manual intervention? How?