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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly