A/B testing rules
Last updated
Last updated
Sometimes, you want to test your rules on different data before pushing them to production.
You want to define cohorts of users or a hold-out population
You want to backtest rules on a historical dataset
You want to preview rules in shadow mode on future data
LogicLoop supports your needs by allowing you to
Assign a label to each row to define a cohort, and using query parameters to select the right groups
Run the same query against different tables in the same database
Run the same query on different databases (this is most commonly used when your dev, QA and production databases are separate)
Here's a video explaining how to test your query with different data