Types of Testing
Types of Testing
Types of Testing
• ISTQB / ISEB Foundation Exam Practice
• https://www.guru99.com/software-testing.html
Contents
Unit Testing
Integration Testing
System Testing
Regression Testing
Unit Testing
a=? b=?
UT Example (2)
1.
2.
3.
4.
5.
Baselines: a
- baseline 0: component n
- baseline 1: n + i b c
- baseline 2: n + i + o
- baseline 3: n + i + o + d d e f g
- etc.
Needs drivers to call h i j k l m
the baseline configuration
Also needs stubs n o
for some baselines
Stubs and Drivers
80% of function
by 20% of code
20% of function
by 80% of code
System testing
distributed over
this line
Alpha and Beta Testing