You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).