What is Progressive Testing

Progressive testing also known as incremental testing is used to test modules one after the other. When an application with a hierarchy such as parent-child module is being tested, the related modules would need to be tested first.
This progressive approach testing method has three approaches:

  1. Top-down Approach
  2. Bottom-up Approach
  3. Hybrid Approach