Multiple choice technology testing

A test case specifies which of the following.

  1. What to test

  2. Inputs to test

  3. Expected results

  4. Test Conditions and Constraints

  5. All of the above

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

A test case is a comprehensive specification that includes what to test, the inputs to be used, expected results, and the conditions and constraints under which testing occurs. 'All of the above' correctly identifies that test cases encompass all these elements to provide complete guidance for test execution.