Scrum
PSD · Question #96
What is an integration test?
The correct answer is C. A test of multiple units of functionality. An integration test is a test of multiple units of functionality.
Test Driven Development
Question
What is an integration test?
Options
- AA test of the user interface
- BA test that runs during a continuous integration build
- CA test of multiple units of functionality
- DA test of a single unit of functionality
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C88% (30)
- D6% (2)
Explanation
An integration test is a test of multiple units of functionality.
Topics
#Integration testing#Test types#Unit testing
Community Discussion
No community discussion yet for this question.