Usecase Simulation

To ensure that a usecase rule will work as intended, one way is to rely on the simulation judge to solve any potential problems. The simulation can help test the use case rule by simulating different scenarios and evaluating its effectiveness. See the steps for using the simulation judge below.

Provide the event data

To utilize the simulation judge, you must provide the event data. The format of this data may consist of execution event or token event formats, or it can be obtained from the simulation watcher to use in testing.

Simulate judger

After providing the event data, you can simulate the judger by clicking on the "Run Simulation" button. The simulation will return a result that contains detailed information about whether an incident has occurred, as well as messages returned by the usecase rule's output. This result can be used to evaluate the effectiveness of the usecase rule in handling different scenarios.

Last updated