Ben needs to verify that the most recent patch for his organization's critical application did not introduce issues elsewhere. What type of testing does Ben need to conduct to ensure this?

A. Unit testing
B. White box
C. Regression testing
D. Black box


Ans: C. Regression testing

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a way that surge protectors prevent damage from severe surges?

A) Prevent electricity from exiting to your plugged in electronics B) Burn out the backup fuse C) Trip an alarm D) Pass excess current to a ground wire

Computer Science & Information Technology

In Illustrator, you can apply spot and ____ colors to objects.

A. vector B. process C. photo D. natural

Computer Science & Information Technology

Modify example program so it can accommodate data values up to one million.

Replace sentinel value 9999 in data list with 1000000 Replace DO WHILE num < 9999 with DO WHILE num < 1000000 Replace IF num < 9999 with IF num < 1000000

Computer Science & Information Technology

Which command is used to specify options for a control?

A. Properties B. Design Mode C. Group D. Restrict Editing

Computer Science & Information Technology