Testing Code - jellyfish-tom/TIL GitHub Wiki
[SOURCES]
- https://www.softwaretestinghelp.com/types-of-software-testing/
- https://www.perfecto.io/resources/types-of-testing
Different Types of Software Testing Given below is the list of some common types of Software Testing:
Functional testing types include:
- Unit testing
- Integration testing
- System testing
- Sanity testing
- Smoke testing
- Interface testing
- Regression testing
- Beta/Acceptance testing
Non-functional testing types include:
- Performance Testing
- Load testing
- Stress testing
- Volume testing
- Security testing
- Compatibility testing
- Install testing
- Recovery testing
- Reliability testing
- Usability testing
- Compliance testing
- Localization testing