Test Bench

The Test Bench comes in two variants. A user-friendly variant and the more technical JSON Bench.

Used in Rule

Resizeable

Drag the purple line up to resize the test bench.

Filling input

If you want to use comma inside the input field, please put the whole word in double quote marks.

E.g. "some,text"

The reason for having to put text with comma inside quote marks is that if you write 1,2,3 as input in the simple test bench, it will be interpreted as an array(list) on the backend.

E.g. 1,2,3 would be converted to [1,2,3]

Date Input

A pop-up will be shown.

Choose the date, time and time zone (only the time zone is required) and click save.

If you decide to change the date, you can simply click on the input that will change color on hover.

If you're using the Valid Values functionality in your Decision Table, it is also available in the Test Bench

Switching between benches

Click on JSON Bench button to switch between the simple and JSON test bench.

When you switch between the benches, the data will be persisted.

One caveat being that if you input an array of objects inside the JSON bench, then switch to simple bench, it will show only the first object of that array.

Same applies for output.

However by switching back to the JSON bench, you will see that the array of data has been persisted and only the first object was changed (if you have made any changes inside the simple bench).

Last updated