and so should you...
We get bored (and frustrated) if we think it has been long since we last stretched the limits of A/B testing. So, in order to kill boredom and fell happy, we added a new feature to Visual Website Optimizer. The new feature, called Browse Mode, allows you to browse your website inside the visual designer and design tests spanning multiple pages. It even allows you to interact with login or other forms, so that you can create tests for the locked in parts of your application.
Have a look at the following 2 minute screencast which demonstrates how to create an A/B test inside (Wordpress) application:
Other uses of browse mode:
Technical details on how we did it:
Handling login forms and sessions inside the designer actually proved to be little tricky because cookies were involved. Every time you login into an application, the server sends back a few text files (known as cookies) which your browser is required to send back to the server with each subsequent request. Browsers handle this seamlessly for you however since Visual Website Optimizer’s test designer acts as a proxy between your browser and your server, we cannot simply pass on that job to the browser. So, we ended up implementing the cookie storage functionality of browser inside the VWO itself. It was fun and quite satisfying when we finally made it work. Though there are some edge cases that we haven’t handled so in rare cases, the login functionality may not work for all websites and apps.
Feedback
Try out the new feature and let us know if you like it. We worked hard on this one!
Related posts:
RSS feed for comments on this post. TrackBack URL

Greate stuff! This was one of things that I hoped you guys would get round to in the next few weeks but looks like you’ve done it already, thanks!!
Comment by Stefan Fountain — April 8, 2010 @ 8:47 pm