Multiple choice technology testing

An action can be called by other tests or actions is:

  1. Call Action

  2. Split Action

  3. Reusable Action

  4. None

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

A Reusable Action in QTP is specifically designed to be called from other tests or actions, enabling code reuse and modularity. Regular actions are local to their test, but Reusable Actions can be invoked externally with optional parameter passing. Call Action is not a type of action, and Split Action divides an action: it doesn't make it reusable.

AI explanation

A Reusable Action is specifically marked so it can be called from other tests or actions, unlike a non-reusable action which is only accessible within the test it was created in. This reusability setting is what enables sharing test logic across multiple tests in tools like QTP/UFT.