PMI-ACP · Question #335
PMI-ACP Question #335: Real Exam Question with Answer & Explanation
The correct answer is D: Exploratory testing. Exploratory testing is the XP practice performed manually, where testers investigate the software freely and simultaneously design and execute tests based on what they discover. In XP, regression testing and unit testing are automated (unit tests are written before code via TDD,
Question
Which of the following testing is done manually by the XP team?
Options
- ARegression testing
- BUnit testing
- CIntegration testing
- DExploratory testing
Explanation
Exploratory testing is the XP practice performed manually, where testers investigate the software freely and simultaneously design and execute tests based on what they discover. In XP, regression testing and unit testing are automated (unit tests are written before code via TDD, and regression suites run continuously). Integration testing in XP is also typically automated as part of continuous integration. Exploratory testing is the one type that relies on human intuition and cannot be fully automated.
Topics
Community Discussion
No community discussion yet for this question.