Quiz: Testing
Test yourself on the concepts learned in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
In unit testing, what do you test?
A.
Each statement in the code as a separate unit.
B.
Each function as a separate unit.
C.
Each module as a separate unit.
D.
The entire code as a single unit.
1 / 5