Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
TANGO | SP_25 | Nov27-Dec11, TANGO | SP_26 | Dec12-Jan03
Description
Motivation
According to the data obtained by Usability Tests, users find it difficult to identify the winner variant.
Add Clay success alert when the Winner has been declared.
Design
Acceptance Criteria
Success Alert
- Given an AB test
- When there is a winner variant
- Then a success alert shows to explain which of the variants is the winner and the improvement rate
Action Button:
- Given an AB test
- When there is a winner variant
- Then a button shows in the alert to publish the winner variant directly from there
Test Scenarios
AC ID | Test Strategy | Test Scenarios | Is it covered by FrontEnd? (JS-Unit) | Is it covered by BackEnd? (unit or integration) |
---|---|---|---|---|
01 | Smoke | Success alert is shown only if there is a winner variant declared | YES | N/A |
01 | Regression | Success alert is shown the variant name in the winner message | YES | N/A |
02 | Smoke | If a winner variant is declared, the user can publish the winner variant from there with the action button | YES | N/A |
Frontend:
✓ Experiment has basic winner declared elements (18ms) -> all tests in one, we are checking the message, the variant name and the button.