QTP Questions 19 - QTP Parameterization


1)
You can parameterize values ..... in your test.

A) in Steps
B) in Checkpoints
C) of Action Parameters
D) Both A & B
E) All of above

2)
You can parameterize values in steps and checkpoints while ...... your test.

A) recording
B) editing
C) Both A & B

3)
There are four types of parameters: Test/Action, Random number, Environment Variable, Regular Expression.

A) True
B) False

4)
While using Test and Action Input Parameters,you can enter the parameter name in the Expert View using the Parameter utility object, in the format: ............ for the current action.

A) Parameter("ParameterName")
B) ParameterName("Parameter")
C) Parameter("Parameter-Name")
D) Parameter("Parameter_Name")

5)
..... parameters are available only for top-level actions.

A) Action
B) Environment Variable
C) Test
D) None

6)
...... parameters are available for subsequent steps and for nested actions. They are defined in the action containing the steps or in the action that calls the nested action.

A) Action
B) Environment Variable
C) Test
D) Parent action

7)
When specifying the name for data table parameter, the first character of the parameter name must be a ......

A) letter
B) underscore
C) number
D) both A & b

8)
By outputting values to the global Data Table sheet from one action and using them as input parameters in another action, you can easily pass values from one action to another.

A) True
B) False

9)
....... parameters are especially useful for localization testing, when you want to test an application where the user interface strings change, depending on the selected language.

A) Action
B) Environment
C) Test
D) Parent action

10)
You can also store environment variable files in Quality Center.

A) True
B) False

11)
....... built-in environment variable that tells version of the OS on which you are working.

A) OS
B) OS_Ver
C) OSVER
D) OSVersion

12)
Random number parameters are appropriate for non-numeric
values, such as text or hypertext links.

A) True
B) False

Answers