Tagged Questions
The abtesting tag has no wiki summary.
3
votes
2answers
293 views
Anyone got any good strategies for A/B testing with the Play Framework?
I'm interested in good strategies for A/B or split testing with the Play Framework.
The obvious choice would be to use Google Website Optimizer, however I'd prefer not to for several reasons:
Only ...
1
vote
1answer
117 views
A/B/n testing, how to distribute web site client?
In standard A/B testing, we can use the parity of the ip adresse to distribute the client to A or B testing page.
My question is how to distribute when we need 3 case: A/B/C.
If someone know to code ...