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 allows you to test stuff in the presentation layer Difficult to test based on things like revenue (rather than binary events like clicks or conversions) Have to mess up templates with Javascript code Tests must be discrete, whereas I like to be constantly testing new variations Any ideas? If you want the controller to decide which version to use, you can do this (in Scala at least) by selecting