A/B testing/lt

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

A/B testavimas yra paprastas būdas nustatyti, ar naudotojai mėgsta funkciją.

Users are divided into two groups. One group sees the new feature; the other group sees the old version. Then you check to see whether the groups behave differently, e.g., if one group makes more edits than the other.

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