Multiple choice technology testing

Action can be split into multiple actions (true/false)

  1. True

  2. False

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

In QTP, while you can create multiple actions within a test, you cannot split an existing action into multiple actions; you must create new actions and manually reorganize the steps.

AI explanation

An action here is treated as a single, indivisible unit of execution rather than something that can be broken into several separate actions. Splitting would require defining multiple distinct actions individually rather than dividing one action into parts. That's why the statement is false.