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.


Test manager Test manager Create test suite Create test suite You can create a blank test suite. If you do so, you must manually define most of the settings and information. Procedure 1. Click Business process testing. 2. Click Test suites. 3. Click New to open the drop dialog. 4. In the Test suite field, type a value. 5. In the Test type field, select an option. 6. Click OK. 7. In the list, click the link in the selected row. 8. Click Edit and enter a description of the test suite. You can also define details of the test suite. 9. Click the Test procedure tab and in the Preparation section, enter the test preparation instructions. 10. Expand the Expected result section and enter the expected results for the suite. 11. Expand the Cleanup section and enter the instructions to clean up the data when the test is done. Start Start Copy test suite Copy test suite You can make a copy of an existing test suite. Procedure 1. Click Business process testing. 2. Click Test suites. 3. In the list, find and select the desired record. 4. Click New to open the drop dialog. 5. Click the Copy tab. 6. In the Test suite field, type a value. 7. Click OK. 8. In the list, click the link in the selected row. 9. Click Edit to make changes, if required. 10. Close the page. End End Add test case to test suite Add test case to test suite You can manually add test cases to a test suite. You can only add already existing test cases. Procedure 1. Click Business process testing. 2. Click Test suites. 3. In the list, click the link in the selected row. 4. Click Edit. 5. Click the Test procedure tab. 6. In the Test cases section, click Add. 7. In the Test case field, enter or select a value. 8. In the Priority field, select an option. 9. Close the page. 10. Close the page. Notes You can also: Remove a test case. To do so, select the test case and click Remove. Change the sequence of the test cases. To do so, select a test case and click Move up or Move down. How to create a test suite? How to create a test suite? Blank Copy

Activities

Name Responsible Description

Create test suite

Test manager

You can create a blank test suite. If you do so, you must manually define most of the settings and information.

Copy test suite

Test manager

You can make a copy of an existing test suite.

Add test case to test suite

Test manager

You can manually add test cases to a test suite.

You can only add already existing test cases.

Provide feedback