Software Development V-Model Question:

What is Black-box testing?

V-Model Interview Question
V-Model Interview Question

Answer:

Black-box testing uses external descriptions of the software, including specifications, requirements, and design to derive test cases. These tests can be functional or non-functional, though usually functional. The test designer selects valid and invalid inputs and determines the correct output. There is no knowledge of the test objects internal structure.


Previous QuestionNext Question
Explain Software Development V-Model Validation Phases?What is Software Development V-Model?