22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
---
|
|
title: AB Test
|
|
icon: vials
|
|
---
|
|
|
|
The AB Test block allows you to split the path in 2 randomly. It's great way to test the performance of 2 different paths.
|
|
|
|
<Frame>
|
|
<img src="/images/blocks/logic/abTest.png" alt="AB Test block" />
|
|
</Frame>
|
|
|
|
## More than 2 paths
|
|
|
|
You can stack multiple AB test blocks to add more random paths
|
|
|
|
<Frame>
|
|
<img
|
|
src="/images/blocks/logic/abTestMulti.png"
|
|
alt="AB Test block multiple paths"
|
|
/>
|
|
</Frame>
|