Microsoft
98-379 · Question #87
Which three statements are characteristics of a good unit test? (Choose three.)
The correct answer is B. Uses stubs or mock objects C. Includes environmental dependencies such as databases, file systems, networks, and queues E. Runs and passes in isolation. See the full explanation below for the reasoning.
Question
Which three statements are characteristics of a good unit test? (Choose three.)
Options
- AIs very limited in scope
- BUses stubs or mock objects
- CIncludes environmental dependencies such as databases, file systems, networks, and queues
- DHides the expected results from the tester
- ERuns and passes in isolation
How the community answered
(30 responses)- A7% (2)
- B77% (23)
- D17% (5)
Community Discussion
No community discussion yet for this question.