Overview
Example Lab Details | |
| Version | 6.13.0 |
| Root Folder | Example Lab - Export Unit Test for Selected Project |
| Modules | None |
| Dependencies | None |
This Example Lab Project demonstrates how to export only the unit test from a specified project in the user's Decisions instance.
Explanation
For this example, it is assumed the unit tests are already added to the project. The First Form will ask for the Project name. This will need to be the exact project name(ie, caps and spacing). The Fetch Entities step fetches all objects associated with that Project. The "Rule Collection" step filters the Fetch entities results to only output unit tests. The second form shows all the units test that were found for the project. The Export entities step exports all the unit tests into a zip file. The third form allows us to download that zip file.
About the Rule Collection Filter Step
