Multiple choice technology testing

The output of one screen is captured as input for the next screen using?

  1. Parameterization

  2. Input parameter

  3. Output parameter

  4. Both 2 & 3

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

Output parameter is correct because it specifically captures data from one screen/action to be used as input for the next. Output parameters store values generated during test execution that need to be passed to subsequent steps. Parameterization is a broader concept for data-driven testing, while input parameter receives data rather than capturing it.