Here is a list of parameters needed by the test. This table lists only the parameters that have some special information about parameters or that override or adds new parameters to the common test parameters list.
Parameter | Value | Description | R/O |
---|---|---|---|
class | AB | A class alias (AB) or a fully qualified java class name (guinea.logic.ABTest) of the class that handles the A/B test. | Req. |
Parameter | Value | Description | R/O |
---|---|---|---|
A | sample ID | Sample ID of sample A. | Req. |
B | sample ID | Sample ID of sample B. | Req. |
Here is an example of an A/B test item:
# which sample is the A sample item1.A=pirr44 # which sample is the B sample item1.B=pirr32The item's itemID is 'item1'.