What is the extension of code file in QTP
.txt
.vbs
.html
.doc
QTP provides three types of Parameter- * Method Argument * Data Driven * Dynamic
True
False
which of the following is NOT true about regular expressions? It is used
to define object properties
when parameterizing a step
when creating checkpoints
creating function calls
What command you use to open Notepad application using QTP scripting?
SystemUtil.Run "Notepad.exe"
RunUtil.Notepad.exe
Run.Application "Notepad.exe"
None of the above
It is possible to save the recorded script without active screens
Which of the following is a valid action?
Runtime Action
External Action
Recorded Action
All the above
When mandatory values are not sufficient to identify an object, we use
assistive property
Ordinal identifier
both a & b
Which of the following is NOT true?
a function has a single return value
an action can have more than one output parameters
Function and action are one and the same
many functions can be used within an action
The toolbar enables you to view the details of an individual action or the entire test flow is
Testing toolbar
Action toolbar
Test Pane
What is the shortcut key that is used for a Standard Checkpoint?
F12
F2
F10
F7