Multiple Choice
A program that executes a series of tests and reports the results is known as a test __________.
A) suite
B) harness
C) framework
D) driver
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If you attempt to de-reference a(n) _
Q2: The for loop below is O (
Q3: Debugging is the major activity performed by
Q4: Using a debugger to execute in increments
Q6: If we have an O(2<sup>n</sup>) algorithm that
Q7: An O(n<sup>2</sup> ) algorithm is never more
Q8: C++ allows you to define an exception
Q9: In _ testing, we are concerned with
Q10: Consider the set of statements below:<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB10563/.jpg"
Q11: You can insert code in your program