Structure-based testing technique is also known as ‘white-box’ or ‘glass-box’ testing technique because here the testers require knowledge of how the software is implemented, how it works. [Read more…] about What is white-box or Structure-based or structural testing techniques?
testing techniques
What is black-box, Specification-based, also known as behavioral testing techniques?
- Specification-based testing technique is also known as ‘black-box’ or input/output driven testing techniques because they view the software as a black-box with inputs and outputs. [Read more…] about What is black-box, Specification-based, also known as behavioral testing techniques?
What is test design technique?
By design we mean to create a plan for how to implement an idea and technique is a method or way for performing a task. So, Test Design is creating a set of inputs for given software that will provide a set of expected outputs. [Read more…] about What is test design technique?