+1 vote
in QuickTest Professional (QTP) by
recategorized by
What are the properties you would use for identifying a browser & page when using descriptive programming?

1 Answer

0 votes
by

You can use the name property

ex: Browser("name:="xxx"").page("name:="xxxx"").....  

OR

We can also use the property "micClass".

ex: Browser("micClass:=browser").page("micClass:=page")....

Related questions

+2 votes
asked Jan 14, 2020 in QuickTest Professional (QTP) by GeorgeBell
+1 vote
asked Apr 13, 2020 in QuickTest Professional (QTP) by amita rallin
...