Creating unit test cases for flows and case types
When you create a unit test case for a flow or case type, you run the flow or case type and enter data for assignments and decisions. The system records the data that you enter in a data transform, which is created after you save the test form. You can start recording at any time.
Certain conditions apply on the data that you can record for flow and case types. For information, see Data that you can record for flows and case types about the data that you can record.
- Open the flow or case type for which you want to record a test.
- On the toolbar, click . The system starts running the flow or case type.
- Enter input as you step through the flow or case type.
- Click Create test case in the lower-right of the screen to save the recording as a test case.
- Click Save, enter a label that identifies the test case, and then click Submit.
- Optional: To modify the rule or class that is used for the test, in the upper-right corner of the Definition tab, click the Gear icon, select the rule or class, and then click Submit.
- Optional: To prevent the test from being run as a part of a test suite or from a REST service, on
the Definition tab, select the Disable check
box. The test case will be run only when you manually click.
- In the Expected results section, add assertions that define the expected results of the test. For more information about creating assertions, see Defining expected test results with assertions.
- On the Setup & Cleanup tab, configure the actions to perform and the objects and clipboard pages to be available before and after the test runs. You can also clean up the clipboard after the test is run by applying additional data transforms or activities. For more information, see Setting up and cleaning the context for a test case or test suite.
- Click Save.
- Configure the unit test case. See Creating unit test cases for rules for more information.
- Data that you can record for flows and case types
When you create a unit test case for a flow or case type, the system records the data that you enter.
- Excluding work class properties from flows and case type tests
Exclude properties in your work class from the test by modifying the pyDataCapturePropertyIgnores data transform.
Previous topic Creating unit test cases for rules Next topic Data that you can record for flows and case types