What to test

The best experiments answer a real question about your store. Here is where to start and how to turn an idea into the right kind of test.

Test, don't guess

Most storefront changes are opinions until real visitors weigh in. An A/B test shows the change to a slice of traffic, measures conversion and revenue against the current version, and tells you whether to ship it. That turns risky redesigns into measured, reversible steps.

Where to start

Focus on high-traffic pages and moments close to the purchase decision:

Match the idea to a test type

AB Test has four test types. Pick the one that fits how big the change is:

Your ideaUse
Send traffic to a different page or landing URLURL redirect test
Test an alternate version of a page template you already builtTemplate test
Compare a whole alternate themeTheme test
Render a custom variant in your own codeJavaScript API test

Write one clear hypothesis

State what you are changing and what you expect, for example: "Moving reviews above the fold on the product page will increase add-to-cart rate." One change per test keeps the result easy to read — if you change five things at once, a win won't tell you which change caused it.

Prioritize by traffic, expected impact, and effort. A small change on a high-traffic page usually beats a big change on a page few visitors see.

Next steps