Kahoot Week 8 Flashcards
What kind of testing technique is Use Case testing?
Black Box
What are the two main steps, in order, when writing testing for use case?
Write test cases for a normal flow, then do the exceptions
When can equivalence partition testing be done?
At any level of testing, but is good to use first
What is the specific benefit of equivalence partition testing?
It reduces the number of test cases you have to run
If a field accepts values from 18-25, then
17 is an invalid equivalence class
In boundary value analysis, values which are not boundary values are called?
Interior values
A decision table is also called?
A cause and effect table
Boundary values may be hardcoded into programs, making defects more likely?
True