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
Answer: D. System Testing — Acceptance testing verifies that the system meets business requirements. Unit, Integration, and Regression tests focus on specific components or changes…
- A.
Regression Testing
- B.
Integration Testing
- C.
Unit Testing
- D.
System Testing
Attempted by 280 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.