Managing Tests¶
This section covers how to effectively manage your A/B tests, including editing, pausing, resuming, archiving, and deleting tests.
Test Management Dashboard¶
The main A/B Tests page serves as your management dashboard, providing an overview of all your tests.
Accessing the Dashboard¶
- In your WordPress admin, navigate to A/B Tests
- You'll see a table listing all your tests with key information
Understanding the Dashboard¶
The dashboard displays the following information for each test:
- Test Name: The name you've given to your test
- Status: Current status of the test (Active, Paused, or Archived)
- Versions: Number of variations in the test
- Test Mode: Whether the test is impression-based or session-based
- Actions: Links to edit, view details, or delete the test
Filtering and Searching Tests¶
To find specific tests:
- Use the status filter dropdown to show only tests with a specific status
- Click on column headers to sort tests by that column
Viewing and Editing Existing Tests¶
Viewing Test Details¶
Test Settings¶
To view edit the basic settings of an existing test:
- Navigate to A/B Tests in your WordPress admin
- Find the test you want to edit
- Click the "Edit" link under the Actions column
The test edit page shows a table with all the versions in the test. The table outlines the following information for each version:
- Version Name: The name of the version
- Bucket Assignment: The bucket assigned to the version (if applicable)
- Impressions: The number of times the version has been shown
- Conversions: The number of times the version has led to a conversion
- Conversion Rate: The percentage of impressions that resulted in a conversion
- Default: Indicates if the version is the default version
The editable settings include:
- Test name
- Conversion page
- Test mode (Impression or Session)
- Session duration (for Session mode)
- Version assignment mode
- AJAX settings
Editing Test Versions¶
To edit the content of a test version:
- Navigate to the test edit page
- In the Versions section, find the version you want to edit
- Click the "Edit" button for that version
- Make your changes to the version name or content
- Click "Save Version" to update the version
Adding New Versions¶
To add a new version to an existing test:
- Navigate to the test edit page
- Click the "Add Version" button
- Enter a name for the new version
- Add the content for the new version
- Optionally, set it as the default version
- Click "Save Version"
Changing the Default Version¶
To change which version is the default:
- Navigate to the test edit page
- Find the version you want to make the default
- Click the "Edit" button for that version
- Check the "Set as Default" option
- Click "Save Version"
The previous default version will automatically be unset as the default.
Test Status Management¶
A/B tests can have one of four statuses:
- Active: The test is running and collecting data
- Paused: The test is temporarily stopped but can be resumed
- Archived: The test is permanently stopped
Changing Test Status¶
To change a test's status:
- Navigate to the test edit page
- In the "Test Status" section, select the desired status from the dropdown
- Click "Update Test"
Alternatively, you can change status from the main tests list:
- Navigate to A/B Tests
- Use the status dropdown in the Actions column
- Select the desired status
- The status will update immediately
Pausing and Resuming Tests¶
Pausing a test temporarily stops it from running:
- No new impressions or conversions will be tracked
- The default version will be shown to all users
- Existing data is preserved
To pause a test: 1. Change its status to "Paused" using either method above
To resume a paused test: 1. Change its status back to "Active"
Archiving Completed Tests¶
When a test is complete and you've implemented the winning variation:
- Change the test status to "Archived"
- The test will no longer run, but its data will be preserved for reference
Archived tests: - Cannot be reactivated (unlike paused tests) - Remain in the database for historical reference - Show only the default version to all users
Resetting Test Statistics¶
If you need to reset the statistics for a test (for example, after making significant changes to the variations):
- Navigate to the test details page
- Click the "Reset Stats" button
- Confirm the action when prompted
This will: - Reset all impression and conversion counts to zero - Preserve all test settings and variations - Allow you to start collecting fresh data
Note: This action cannot be undone. Consider exporting your data before resetting statistics.
Deleting Tests and Test Versions¶
Deleting Individual Tests¶
To delete a test completely:
- Navigate to A/B Tests
- Find the test you want to delete
- Click the "Delete" link under the Actions column
- Confirm the deletion
Warning: Deleting a test permanently removes all its data, including versions, impressions, and conversions. This action cannot be undone.
Bulk Deleting Tests¶
To delete multiple tests at once:
- Navigate to A/B Tests
- Check the boxes next to the tests you want to delete
- Select "Delete" from the Bulk Actions dropdown
- Click "Apply"
- Confirm the deletion
Deleting Test Versions¶
To delete a specific version from a test:
- Navigate to the test edit page
- Find the version you want to delete
- Click the "Delete" button for that version
- Confirm the deletion
Note: You cannot delete the default version if the test is active or paused. You must first set another version as the default or change the test status to "Paused".
Bulk Operations¶
Bulk Status Changes¶
To change the status of multiple tests at once:
- Navigate to A/B Tests
- Check the boxes next to the tests you want to update
- Select the desired status from the Bulk Actions dropdown
- Click "Apply"
Bulk Reset Statistics¶
To reset statistics for multiple tests at once:
- Navigate to A/B Tests
- Check the boxes next to the tests you want to reset
- Select "Reset Stats" from the Bulk Actions dropdown
- Click "Apply"
- Confirm the action
Test Organization Best Practices¶
Test Naming Conventions¶
For better organization, consider using consistent naming conventions:
- Include the page or element being tested
- Include the test objective
- Use a date or version number for sequential tests
Examples: - "Homepage Hero - CTA Button Color - 2023-03" - "Checkout Form - Field Order - v1"
Test Documentation¶
For each test, consider documenting:
- Test hypothesis
- Expected outcome
- Test duration
- Target audience
- Results and conclusions
This documentation can be added in the test description field or in a separate document.
Test Lifecycle Management¶
Follow these best practices for managing the lifecycle of your tests:
- Creation Phase: Create tests in "Paused" status until fully configured
- Testing Phase: Set to "Active" and collect data
- Analysis Phase: Set to "Paused" while analyzing results
- Implementation Phase: Set to "Archived" after implementing the winner
- Cleanup Phase: Delete old tests that are no longer needed for reference
Next Steps¶
After managing your tests, you'll want to:
- Implement winning variations permanently
- Plan follow-up tests based on your findings
For more advanced test management, see the Advanced Topics section.