A/B Testing
Discover a simple way to assign a test group for performing A/B Testing on your decisions.
David Škarka
Template author
This Decision Flow assigns an A/B testing group based on a number derived from the input data and group settings defined by a Decision Table.
Solution components:
- a Decision Table named AB Testing Setup defines testing groups for intervals of a random number
- a Decision Flow checks, whether the testing group is already known - if not, it calculates a pseudo-random number based on the inputs (to ensure for the same inputs the same testing group is used), executes the Decision Table assigning the testing group and assigns its output to the Decision Flow output.
Use this Decision Flow, adjust the A/B testing group setup to match your needs and simply call from your system using a REST API whenever you need to assign a testing group for your decisions…
More Templates
See Other Templates
Risk Based Pricing
Discover a simple way to apply a suitable Risk Based Pricing matrix based on a type of client.
Eligibility and Policy Rules
Discover a simple way to define and execute various sets of rules and get the final decision outcome.
Snowflake Connector
Demonstrates how to leverage a database as a data source. It utilizes a user-configured database within its infrastructure and includes SQL commands to maintain the required tables.