Try out a Ruleset
Last updated
Last updated
This guide explains how to try out a ruleset.
After creating all the elements of a ruleset to implement a business rule, it's crucial to test if it works as expected. To that end, Rulecube has a so-called sandbox to support you in trying out a ruleset. And you can take sandbox quite literally because it's the place where you can play with all kinds of input to try out your ruleset.
Open the ruleset you want to try out.
Click Try it out! ↳ The Sandbox page opens.
Let's take a closer look at the Sandbox page to become familiar with its parts. This is an example of the Sandbox page for the ruleset from the guide:
Now, try out the ruleset with these steps:
In the input field or fields, enter the values you want to try out.
Click ▸Execute. ↳ Rulecube executes the ruleset and shows the output in the Results section.
Inspect the output to ensure that it is as expected.
If all goes well, you'll have the expected result. Still, if that isn't the case, Rulecube has the Explain option to inspect the input, output, and calculation steps for debugging:
Select the Explain checkbox.
Click ▸Execute. ↳ Rulecube the output in the Results section, including the Explain button.
Click Explain. ↳ Rulecube opens the Explanation pop-up, which looks something like this:
Inspect the shown code, input, and output to diagnose the ruleset and find the problem.
Go back to the element or elements that cause the problem and modify them.
Try out again.
You'll frequently switch between the ruleset elements and the sandbox while developing rulesets. Re-entering the input for trying out then becomes time-consuming and probably annoying, which is why Rulecube has the option to save a set of input values for later use:
In the input field or fields, enter the values you want to try out.
Click Save as. ↳ The Save input pop-up opens.
Enter the name for the input set you want to save
Click OK. ↳ Rulecube saves the input set under the given name and adds an item for the set to the Input list.
In the Input list, select the input set you want to use for trying out.
Because the input for a ruleset can take different forms, from a simple number to an extended JSON object or XML message, you'll find input variations for arrays and objects (entities) here for reference.
If you selected array
as the input type, you'll have to provide the ruleset input such as this in JSON format:
If you selected a self-defined entity as the input type, you'll have to provide the ruleset input such as this in JSON format:
Or like this in XML format:
Instead of entering the input for trying out, you can use your JSON or XML files if you have them. To do so, drag the file from your file manager and drop it in the Input section in the sandbox.
By default, Rulecube opens the sandbox for the current ruleset, but you can switch rulesets by selecting another ruleset from the Ruleset list.
In the Input section, you enter the values for the input you created for the ruleset.
In the Result section, you inspect the output of the ruleset.
How-to Guide: .