Testing Flashcards
1
Q
Iterative testing
A
Testing throughout development
2
Q
Terminal testing
A
Whole program at the end
3
Q
Validation
A
Enforcing rule in user input
4
Q
Authentification
A
Checks idenitty of the user
5
Q
Syntax errors
A
Not following rules of language
6
Q
Logic error
A
Code doesnt do as intended
7
Q
Normal testing
A
Typical user inputs
8
Q
Boundary testing
A
On the edge of whats allowed
9
Q
Erroneous and invalid
A
Completely wrong
E-X
I-✅