Does anyone know of any open source software that is designed for running split tests on server side code.
Asked
Active
Viewed 481 times
1 Answers
1
I know of a few FOSS multivariate testing tools. I'm not sure if they'll meet your needs.
- Genetify - javaScript tool. I've used this a couple of times and have been pleased with it.
- Vanity - Rails tool
- A/Bingo - Rails tool
- Seven Minute Abs - Rails tool
- DIY - Article showing how to build your own with PHP & MySQL (code included).

Lenwood
- 1,371
- 16
- 36