Define test suites

Prev Next

Use test suites to define and prepare the tests to be done. In RapidValue, usually, you use a test suite to test a flow. For each test suite, you can define:

  • A description of what is to be tested.

  • Where the test suite is applicable.

  • The relevant test cases.

  • A description of the preparations that are required before you can start the test.

  • A description of the expected test results.

  • A description of the required cleanup. For example, delete some data that is created during the test.

The focus of this flow is on how to create and maintain test suites in the test library.

Flow diagram