Multiple choice technology testing

A test harness is a ?

  1. A test environment comprised of stubs and drives needed to conduct a test

  2. A high level document describing the principles, approach and major objectives of the organization

  3. A set of several test cases for a component or system under test

  4. A distance set of test activities collected into a manageable phase of a project

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

A test harness is precisely a test environment that includes stubs (simulated components called by the system under test) and drivers (components that call the system under test) needed to conduct automated testing. Options B and C describe test strategy and test suite documents, not a harness. Option D appears to have a typo ('distance' instead of 'distinct') and describes test phases, not the harness itself.