What are the types of Test suite?

What are the types of Test suite?

Hi Emma!

Test suites are classified into two categories.

  • Abstract Test suite
  • Executable Test suite

Abstract Test suite: It is a component of model-based testing comprising a set of abstract test cases drawn from a high-level model of the application under test. The software team can’t utilize these directly as they are always at a high level and don’t provide particular info about the software application and test environment.

Executable Test suite: It is developed from abstract test cases and provides the essential, low-level details required to execute a Test suite application. The Executable Test suite operates at a granular level and effectively communicates with the application under test.

Intrigued to learn more about Test suites? Read our tutorial :point_down: