Software Testing Notes
Page Contents
V Model
- Acceptance testing == formal tests executed to verify if a system satisfies its business requirements.
- Integration testing == verification that modules/services work well together.
- Unit testing == low-level test of individual components
- Smoke testing == quick to execute tests of basic functionality