Types of Testing

First check how much types of testing;

  1. Manual Testing (Test by QA)
  2. Automatic Testing (Write Test Code by developer)

Testing By developer

  1. Unit Testing (Test Every Component)
  2. Integration Testing (Test Multiple Component at same time)
  3. E-2-E Testing

Most Popular Packages for Testing