Interview Questions

What are the properties you would use for identifying a browser and page when using descriptive programming ?

QuickTest Professional (QTP) Questions and Answers


(Continued from previous question...)

What are the properties you would use for identifying a browser and page when using descriptive programming ?

"name" would be another property apart from "title" that we can use. OR We can also use the property "micClass". ex: Browser("micClass:=browser").page("micClass:=page")....

(Continued on next question...)

Other Interview Questions