PMI-ACP · Question #365
PMI-ACP Question #365: Real Exam Question with Answer & Explanation
The correct answer is A: Exploratory testing. In Agile, 'Done' typically means a feature is developed and passes automated/unit tests, while 'Done, Done' means it is fully tested, accepted, and ready for release. Exploratory testing — informal, unscripted testing where testers actively investigate the product — commonly
Question
Testing that often occurs between "Done" and "Done, Done" is:
Options
- AExploratory testing
- BAcceptance testing
- CUnit testing
- DTest driven development
Explanation
In Agile, 'Done' typically means a feature is developed and passes automated/unit tests, while 'Done, Done' means it is fully tested, accepted, and ready for release. Exploratory testing — informal, unscripted testing where testers actively investigate the product — commonly occurs in this gap. It helps surface unexpected edge cases and usability issues that scripted tests miss, making it a natural bridge between a feature being technically complete and truly shippable.
Topics
Community Discussion
No community discussion yet for this question.