Multiple choice technology testing

A step-by-step procedure on the action in testing & verifying of results is called a

  1. Test case

  2. Test script

  3. Test condition

  4. Test log

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

A test case is a documented set of steps, inputs, and expected results used to verify specific functionality. A test script is the automated code implementing test cases. A test condition is a specific state or situation to test. A test log records test execution results, not the procedure itself.