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

1 Answer

0 votes
by (1.8k points)
"name” would be another property apart from the “title” that we can use. OR We can also use the property “micClass”.

For Example, Browser(“micClass:=browser”).page(“micClass:=page”)

Related questions

...