Is there an easy to use and well maintained split & multivariate testing library for PHP?

StackOverflow https://stackoverflow.com/questions/5025569

문제

Google Web Optimizer is great, but I don't like the idea of depending upon JavaScript for split testing let alone multivariate testing. I'm looking for a fairly simple and well maintained testing library for php.

Does anyone know if a testing library exists?

Open source and/or free is a plus, but as long as its worth the money commercial software will do.

Split testing and multivariate testing is where a number of different pages (split testing), or a single page with different sections are split between visitors of a site, a specific or set of actions on the users part are chosen as a conversion, and it calculates based on numbers of users and conversions which page, or section is best.

See http://www.google.com/websiteoptimizer

도움이 되었습니까?

해결책

I found this http://www.phpscenario.org/ It seems to be somewhat well maintained. I'll try it out and see if it fits my needs.

다른 팁

Try PHPUnit

http://phpunit.sourceforge.net/

OK, then now understanding your question. The answer is its impossible to do this with just PHP. You're wanting to do user interface testing based on the back end language, it just doesn't make any sense. You are dependent upon javascript, because javascript is the front end language available to you. Why don't you want to depend on Javascript?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top