Google News
logo
QTP/UFT - Interview Questions
What are the properties you would use for identifying a browser & page when using descriptive programming?
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”)….
Advertisement