September 25, 2011

A/B Testing

Many websites use a type of software testing called A/B testing or split testing. The objective of this testing is to determine and positively influence the user experience on the website. It involves testing distinct design layout options of the website. A/B testing is also performed on non-web elements of the website such as emails. Many large companies use A/B testing. So, what is A/B testing?

A/B Testing

A/B testing determines the better of two content or design options on real users using web analytics tools. It requires an existing benchmark to measure against. For example, let us say that you test an ecommerce website. Looking at the website logs or analytics, you know that only 20% of the users who start a checkout process actually complete it. You suspect that your multi-page checkout process could be a cause of checkout abandonment. Instead of directly changing the checkout process to single-page, you decide to execute an A/B test. For this, you set up two checkout options - the current multi-page and the new single-page checkout. From now on, 50% of the users who start the checkout get the multi-page checkout option and the others get the single-page checkout. In order to not confuse the users, you record which option was presented to which user and continue to provide the same option to the users on their repeat visits too. You monitor the test results for a month. Then you analyze the results and take necessary action.

Possible test results
1: Multi-page Complete = 10%, Single-page Complete=30%: This is strongly in favor of the single-page option. So, you decide on deploying this option.
2. Multi-page Complete = 18%, Single-page Complete=22%: This is a minor difference. Maybe, the cause of low checkout completion is not the number of pages. So, you decide to look for other elements and then run a different A/B test.
3. Multi-page Complete = 28%, Single-page Complete=12%: This is in favor of the existing option. So, this is not the cause of low check out completion. You decide to test another element e.g. the actual text on the checkout pages.
4. Multi-page Complete = 10%, Single-page Complete=12%: This is marginally in favor of the new option. But, more urgently you need to find out the cause of both options performing below the benchmark.

Points to keep in mind
a. The two options should have only a very limited number of differences. If there are many differences, it is hard to pin-point the improved element with accuracy.
b. The sample sizes in A/B testing should be statistically significant. For example, the results based on an A/B test on 200 users is realistic. A test on just 5 users is not.
c. The two options should be tested simultaneously, rather than one after the other. If tested consecutively, it is possible for other factors (e.g. changed user patterns/ demographics) come into play and this may skew the results.
d. Instead of just two options, multiple options can be tested. In this case, it will be called A/B/N testing (for N options).
e. Each and every element of the web application interface is a candidate for A/B testing. The elements to be considered include home page, actual text, font faces and sizes, colors, images, links, linked pages, placement of elements and so on.
f. A/B testing should be done on an ongoing basis. After improving one element of the user experience, the next should be targeted and tested.

I hope that you now understand A/B testing. There is an A/B test currently in progress on the home page of this blog. Can you spot it?

4 comments:

  1. Hello Inder

    I can't understand A/B Testing completely. It can be useful only in an E-commerce website , how can you plz more elaborate it ?

    ReplyDelete
  2. Hi Pratap,

    It is true that A/B testing is used extensively on e-commerce websites. However, it can also be used in other applications by providing two options of a single variable in the application.
    E.g. 1) A web application produces 30 charts (in both line and bar graph formats). After analyzing the metrics, if it is found that 90% users open the line chart, you know which chart is more important and needs to tested more thoroughly.

    2) A database application on the company intranet sends emails for taking some action (say complete appraisal). 50% of the emails have subject1 (say "Appraisal Completion Notification) and 50% have subject2 (say "URGENT: Complete your appraisal Today"). If it is found that subject2 email is opened more and the link in it is clicked more, then subject2 is retained and subject1 discarded.

    Does this answer your question?

    ReplyDelete
  3. Aha...That's better..more accurate and clear..now got the complete idea about A/B testing.

    Thanx a Ton Inder :)

    ReplyDelete
  4. Hi Inder ,

    Is A/B Testing can be performed on Live Site or we need to run A/B test on Test site made up in Test Environment.

    Kindly send me the link of the home page of this blog to detect A/b test

    ReplyDelete

Note: Only a member of this blog may post a comment.