Multiple choice technology testing

What statement will end execution of current action?

  1. Exit

  2. ExitAction

  3. Exit Action

  4. Exit Now

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ExitAction is the specific QTP statement that terminates execution of the current action and moves to the next action. Exit alone is used in procedures, 'Exit Action' with a space is invalid syntax, and Exit Now is not a valid QTP statement.