QTP Questions 26 - Actions - 2

1)
The ...... enables you to view either the entire test flow (the calls to the actions in the test) or you can view the steps for a selected reusable or external action.

A) Action Menu
B) Action List
C) Action Toolbar
D) Action View

2)
You can view the ....... of the original action in the General tab of the Action Properties dialog box.

A) Parameters
B) Location
C) Associated Repositories
D) Type

3)
You can create an additional call to any reusable or external action in your test by pressing ...... while you drag and drop the action to another location at a parallel (sibling) level within your test.

A) F3
B) alt
C) shift
D) ctrl

4)
You can use action parameters in any step in your action (including function calls).

A) True
B) False

5)
Input values for an action parameter can be retrieved

A) from the test (for a top-level action)
B) from the parameters of the parent action that calls it (for a nested action)
C) from the output of a previous action call (for a sibling action)
D) All of above

6)
The Action Call Properties dialog box enables you to set options that apply only to a ...... action call.

A) following
B) preceeding
C) specific
D) internal

7)
Specifying input and output parameter values in action calls is .......

A) required
B) optional
C) required only for internal action
D) both A & B

8)
You can share a value that is generated in one action with other actions in your test by storing the value in the ..... Data Table.

A) Internal
B) External
C) Local
D) Global

9)
ExitAction:

A) Exits the current action, regardless of its iteration attributes.
B) Exits the current iteration of the action.
C) Exits the test, regardless of its iteration attributes.
D) Exits the current global iteration.

10)
If the action called by the RunAction statement includes an ExitAction statement, the RunAction statement can return the value of the ExitAction's RetVal argument.

A) True
B) False

Answers