A testing method which is normally used as the acceptance test for a software…
2009
A testing method which is normally used as the acceptance test for a software system, is
- A.
Regression Testing
- B.
Integration Testing
- C.
Unit Testing
- D.
System Testing
Attempted by 86 students.
Show answer & explanation
Correct answer: D
Acceptance testing verifies that the system meets business requirements. Unit, Integration, and Regression tests focus on specific components or changes rather than the complete system validation required for acceptance. System Testing evaluates the fully integrated system against specifications, making it the appropriate choice among the options provided for acceptance-level validation.