Testing methods Flashcards
1
Q
Unit Testing:
A
Take small pieces of testable software, isolate it from the remaining code, and determine if it behaves exactly as expected.
- Often part of integration testing.
2
Q
Systems Testing:
A
- Evaluates the entire software system.
- Includes functional and non-functional testing.
- Conducted in a real-world environment.
Demonstrate that software function appear to be working according to specifications and performance requirements.