# Quick Getting Started

[Experiment Management - Must Read Before Experiment] → Permission Preparation → New Experiment → Experimental Development → Publishing Experiment → Viewing Experiment Results -> Fully Experimental

  1. Permission Preparation
  • Developers using the experimental tools need to have data analysis permissions in Weixin Mini Program member management, and operators need to have both data analysis perks and transaction analysis permissions activated in WeChat payments Mini Programs. Administrators can modify and set permissions in the Mini Program background [member management].

  • Experimental tools portal: [Weixin Mini Program background ] - > [functions] - > [experimental tools].

  1. Find the entrance, go to Experimental Tools, click New Experiment, and fill in the relevant parameters with the sample
  • Experimental Indicators: You can use the indicators provided by the system by default. For custom indicators, see Indicator Management - Indicator Creation.

  • Experimental flow: A new experiment needs to set the experimental layer and the ratio of the total experimental flow, and the experimental groups will divide the flow equally.

  • Experimental Parameters: Experimental parameters, parameter values are used to develop students to distinguish between experiments and groups of experiments, provide default values, and can be filled out customized.

  • Experimental modification: Changes to traffic, metrics, and experimental grouping are supported before an experiment is published.

  1. Experimental development
  • Via base library interfacewx.getExptInfoSync (['wxapp_expt_test'])Get parameter values.wxapp_expt_testis the experimental parameter. The parameter values are '0' for the control group and '1' for the experiment group. See Experimental API for details.

  • Test with "Test WeChat"

    • Testing on for development and experience (recommended)

    • Test on the [developer tool (version 1.0.2106292 above]]](https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html) and above the2.17.1]]base libraries if you can't get a recompile run.

  • Release Weixin Mini Program upon completion of the test.

  1. Publish experiments to see if a hit user in real time is normal
  1. View experimental indicator data (updated on the next day) and experimental conclusions (if one day is selected for the statistical cycle, the next day is viewed, if seven days are selected, the eighth day is reviewed)
  1. If you want to increase the number of users covered by the experiment, you can modify the proportion of the total traffic of the experiment by clicking "Modify Experiment." After modifying the submission of the experiment, it will be effective
  1. If the experimental effect is significant, the whole amount of an experimental group can be put on the line, without the need for Weixin Mini Program version;After full amount, support for withdrawal

Detailed steps are explained in [Experiment Management - New A / B Experiment]