Types of Testing
First check how much types of testing;
- Manual Testing (Test by QA)
- Automatic Testing (Write Test Code by developer)
Testing By developer
- Unit Testing (Test Every Component)
- Integration Testing (Test Multiple Component at same time)
- E-2-E Testing
Most Popular Packages for Testing