Validation is concerned with ______ testing, while verification deals with ______ testing.

  • White-box, Black-box
  • Black-box, White-box
  • Functional, Structural
  • Unit, Integration
Validation primarily focuses on black-box testing, where the internal structure of the software is not considered, but its functionality is validated against user requirements. Verification is associated with white-box testing, where the internal code structure is examined for correctness and adherence to design.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *