HP QTP/UFT Certification Quiz
Instructions For Quiz
23) Text Output Value -
a) outputs property value of any object b) outputs text string appearing in AUTc) outputs part of displayed text appearing in AUT
24) Select the valid types of Actions in QTP
a) Nested Actions b) Shared Actionsc) External Actionsd) Reusable Actions
54) Consider the QTP Script below
Window("Calculator").WinObject("8").Click 21,6Window("Calculator").WinObject("WinObject").Click 14,13
In which mode is the script recorded ?
56) Consider the QTP Script below:-
On Error Resume Next
What does the above line of code do ?