Multiple choice technology testing

After running a test that contains both input and output parameters, where can the results of an output parameter be found?

  1. Local

  2. Global

  3. Run-time Data Table

  4. Design-time Data Table

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

Output parameter results from test actions are stored in the Run-time Data Table during test execution. This allows accessing dynamic values generated during the test run. Local sheet refers to action-specific data, Global sheet to test-level data, and Design-time table is the static sheet created at design time.