
Dashboard and query for separating test groups homogeneously at Cora
Dashboard for Monitoring Test Segmentation
Note: data in dashboard is hypothetical and for illustration only.
Sample query for populating dashboard:
Explanation:
select distinct user,
case when ntile(x) OVER (partition by segmentation_1, segmentation_2, ...) = 1 then 'Group 1'
when ntile(x) OVER (partition by segmentation_1, segmentation_2, ...) = 2 then 'Group 2'
when ntile(x) OVER (partition by segmentation_1, segmentation_2, ...) = 3 then 'Group 3'
.
Sign up to see more
Create your free account to view the full artifact
Have an account? Sign in
By creating an account, you agree to Reforge's Terms & Conditions