In ____ testing, you build a test class containing a test method for each method in a program or library, and then run its test methods.

A. group
B. random
C. unit
D. selective


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following declarations and initializations will not cause a compiler error?

Consider the following inheritance hierarchy that is used in a video game. ``` Character / \ Friend Villain / \ / \ WiseMan ShopKeeper Dragon Skeleton | | FlyingDragon EliteSkeleton ``` ``` Character c = new FlyingDragon(); FlyingDragon f = new Character(); Dragon d = new Villain(); Villain v = new Skeleton(); Dragon d = new ShopKeeper(); ``` What will be an ideal response?

Computer Science & Information Technology

Which of the following should be modified because it is weak by default?

A. Default account B. NAT firewall C. Wireless encryption D. PNAC

Computer Science & Information Technology

In the accompanying figure, objects are laid out using the ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

?_________ is similar to the process of filling up a floor or other surface with tiles.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology