Week 4 Flashcards
The tester looking for defects that the user would see is what kind of testing?
Black Box Testing
Which type of testing is Equivalence Class Partitioning part of?
Black Box Testing
How many conditions need to be tested in the equivalence-partitioning test in each partition?
one
What is an invalid partition in equivalence class partitioning?
A partition that has values that are not expected inputs for this field
What type of testing is Boundary Value Analysis part of?
Black Box Testing
What is the Boundary Value used for?
Finding the errors at boundaries in the input domain
Test cases that can be designed as soon as the specifications are complete is a characteristic of what type of testing?
Black Box Testing
What type of testing looks at the details of the system?
White Box Testing