-
Notifications
You must be signed in to change notification settings - Fork 34
Workflow steps
Alberto Martín López edited this page Jun 1, 2020
·
1 revision
RESTest can continuously generate and execute test cases. This is done in multiple steps, namely:
- Test case generation.
- Test case execution.
- Test reporting.
These are the three main steps of the RESTest workflow. You can add new wokflow steps in the RESTestRunner
class, for example, a step in which test results are analyzed and that feedback is used for the generation of new, more sophisticated test cases (e.g., with search-based approaches).