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.
Loading...
Related Quiz
- During stress testing, what aspect of a software system is primarily evaluated?
- The _____ heuristic in UI design involves providing users with a way to reverse their actions.
- What role do foreign keys play in relational database design?
- What is the primary goal of Software Quality Assurance (SQA)?
- Which SDLC model promotes iterative work sequences that are commonly known as sprints?