A/B testing/pt

From mediawiki.org
This page is a translated version of the page A/B testing and the translation is 12% complete.

A/B testing is a simple tool for determining whether a feature is preferred by users.

Os usuários são divididos em dois grupos. Um grupo vê a nova característica; o outro grupo vê a versão antiga. Depois verificas se os grupos se comportam de maneiras diferentes, por exemplo, se um grupo faz mais edições do que os outros.

How to set it up

Instrumentation for an A/B test can be tricky, so ask for help.

Many A/B tests on public wikis are run for logged-in users only. Tests can be limited to users on certain wikis or with certain experience levels (e.g., only new Wikipedia editors). If you want to run an A/B test for logged-out users (IP users), then you should probably talk to the Wikimedia Performance Team first.

Most commonly, the two groups are identified by their user account id numbers. These numbers are essentially random.

Past uses

This is an incomplete list of past uses in MediaWiki development.

See also