# Testing Techniques
There are numerous types of tests, each with its purpose and characteristics. If you are starting in the testing area, it is important that you understand the difference between each of them, as this will help you to choose the type of test that you will perform in each situation.
In the following chapter we will describe in detail each of the existing types of tests, their characteristics and how to apply them.
- Testing Techniques
- Functional Testing Techniques
- User Acceptance Testing
- Exploratory Testing
- Sanity Testing
- Regression Testing
- Unit Testing
- Smoke Testing
- Integration Testing
- Non-Functional Testing
- Load Testing
- Performance Testing
- Stress Testing
- Security Testing
- Accessibility Testing
- Compatibility Testing
โ Back to Roadmap