nerdexam
PMIPMI

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,

Submitted by javi_es· Apr 18, 2026Problem Detection and Resolution

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

#eXtreme Programming (XP)#Agile Testing#Exploratory Testing#Manual Testing

Community Discussion

No community discussion yet for this question.

Full PMI-ACP PracticeBrowse All PMI-ACP Questions