Good Javascript A/B (Split) Testing package/library? -


For some reason my master wants to try to implement A / B testing (or split testing) in JavaScript. Know about any good JavaScript packages / libraries / solutions to implement the / b test?

Here it is:

Do you have the marketing qualifications of your site or your code Are you trying to test performance or what?

Considering the marketing qualification, you can just have some JS that adds a class name to your body (+ whatever it is) based on a random number. Then record random likes and results (when the visitor clicks on something, recorded random layout is also recorded) Any Analytics Engine you use, the visitors who visit you will get the same treatment for the cookies Can consider using.

I do not know about the code quality A / B framework for JS but this idea will be similar. Define what is high quality (less millisecond of execution time?), Run code variations and see what comes next. Such tools like JMeter and JSUnate may be useful for these purposes.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -