Login
Remember
Register
Ask a Question
What are the properties you would use for identifying a browser and page when using descriptive programming?
+1
vote
asked
Jan 16, 2020
in
QuickTest Professional (QTP)
by
JackTerrance
What are the properties you would use for identifying a browser and page when using descriptive programming?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 16, 2020
by
JackTerrance
"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”)
...