Hi there We have question with Namespaces. I found...
# announcements
m
Hi there We have question with Namespaces. I found your documentation, but it's not clear how we can launch two tests and don't overlap them. I'm confused with ranges. I have two different features and on namespace, which ranges for every feature we need to setup?
f
If you want to run 2 experiments in parallel without users overlapping, you would add them both to the same namespace and give one a range of
[0, 0.5]
and the other a range of
[0.5, 1]
.
m
thanks a lot) that's clear
@future-teacher-7046 what is the priority of launching? first range?
f
not sure what you mean
m
@future-teacher-7046 I mean case when you have two tests and different entry points when you path to page (entry point) of exp1 and don't enter to experiment, but when you path to other entry point you will enter yo test this dividing just 50 on 50? or additional conditions
f
its 50/50 - the namespace value the user gets is constant, so it doesn’t matter when you assign the user into the experiment
❤️ 1
m
Thanks @fresh-football-47124