0

Does anyone know of any open source software that is designed for running split tests on server side code.

Marty Trenouth
  • 3,712
  • 6
  • 34
  • 43

1 Answers1

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