The output of one screen is captured as input for the next screen using?
-
Parameterization
-
Input parameter
-
Output parameter
-
Both 2 & 3
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.