GIAC
GISF · Question #93
Which of the following statements about testing are true? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is B. In unit testing, each independent unit of an application is tested separately. C. In integration testing, a developer combines two units that have already been tested into D. The bottom-up approach to integration testing helps minimize the need for stubs.. See the full explanation below for the reasoning.
Question
Which of the following statements about testing are true? Each correct answer represents a complete solution. Choose all that apply.
Options
- AA stub is a program that simulates a calling unit, and a driver is a program that simulates a
- BIn unit testing, each independent unit of an application is tested separately.
- CIn integration testing, a developer combines two units that have already been tested into
- DThe bottom-up approach to integration testing helps minimize the need for stubs.
How the community answered
(18 responses)- A22% (4)
- B78% (14)
Community Discussion
No community discussion yet for this question.