Lists Flashcards
1
Q
Validation
A
- Are we building the right product
- Assuring that the software meets the user’s requirements.
- Dynamic testing
2
Q
Verification
A
- Are we building the product right?
- Confirm that the software performs and conforms to the specification.
- Static testing
3
Q
Test Engineers have:
A
- No strict goal
- No formal test technique
- No real stopping rule
- Test managers are powerless
4
Q
4 parts to a test
A
- Set up
- Invocation
- Assessment
- Tear down
5
Q
Black box testing
A
Examine the requirements.
6
Q
White box testing
A
Examine the code.
7
Q
Problem with software testing
A
- It only samples a set of possible behaviors
- Most software systems were discontinuous
- There’s no sound basis for gathering from test to untested cases.