Chapter 6 Testing
Chapter 6 Testing
9. The form of testing where you test how well various parts of the system work
together is referred to as:
a) Unit testing.
b) Integration testing.
c) Usability testing.
d) Regression Testing.
11. The type of testing that is conducted to check whether new modifications didn’t
effect previous correct behavior of the system is referred to as:
a) Unit testing.
b) Integration testing.
c) Usability testing.
d) Regression Testing.
a) Structural testing.
b) Integration testing.
c) Usability testing.
d) Regression testing.
14. The type of testing where the behavior of several variants (slightly changed
copies) of the module are checked is referred to as:
a) Mutation Analysis.
b) Integration testing.
c) Usability Analysis.
d) Cohesion Analysis.
15. The type of testing where the system is put into extreme conditions to check its
behavior is referred to as:
a) Stress testing.
b) Mutation testing.
c) Extreme testing.
d) Boundary testing.
16. In modular systems, packaging together relevant information can lead to:
17. In modular systems, providing a clean and limited interface can lead to: