Multiple choice technology testing

The .........tab enables you to run a line of script to set or modify the current value of a variable or VBScript object in your test or function library

  1. View

  2. Variables

  3. Command

  4. Current

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

The Command tab in the Debug Viewer allows you to execute VBScript statements during a debugging session. You can use it to set or modify variable values, test expressions, or execute any VBScript command to understand or manipulate the test state at runtime.