How many test phases are there
D
Correct answer
Explanation
Standard software testing includes five phases: Unit testing (individual components), Integration testing (combined components), System testing (complete system), Acceptance testing (user validation), and Regression testing (ensuring new changes don't break existing functionality).