Which of the testing strategy requirements established during requirements…
2015
Which of the testing strategy requirements established during requirements analysis are validated against developed software ?
- A.
validation testing
- B.
integration testing
- C.
regression testing
- D.
system testing
Attempted by 85 students.
Show answer & explanation
Correct answer: A
Answer: validation testing. Validation testing verifies that the developed software meets the requirements established during requirements analysis and fulfills the intended use for stakeholders.
What validation testing checks:
It confirms that functional and relevant non-functional requirements are implemented as specified.
It validates end-to-end scenarios and user-facing behavior against stakeholder expectations.
Why this is the best answer:
The phrase used in the question emphasizes validating testing-strategy requirements (requirements established during analysis) against the developed software, which is the definition of validation testing.
Brief comparison with other testing types:
Integration testing: Focuses on interactions between modules and interfaces rather than validating overall requirements.
Regression testing: Ensures existing functionality still works after changes; it preserves behavior rather than initially validating requirements.
System testing: Tests the complete integrated system and often validates many requirements, but validation testing is the term explicitly tied to confirming requirements from analysis.
In summary: validation testing is the activity that specifically validates the testing-strategy requirements established during requirements analysis against the developed software.