What is Progression Testing?

Hi, I am new to testing, can anyone explain what is progression testing?

Progressive testing

Progressive testing, is quite functional. In this, you test the application with old test data. It is a first test which rolls down to regression test on retesting.

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:

  • Top-down Approach
  • Bottom-up Approach
  • Hybrid Approach
1 Like