WooCommerce Admin 1.7.0 Test Cases

Timmy Crawford 2020-11-11 15:58:00 -08:00
parent f855798de5
commit 8eb8c6b902
1 changed files with 51 additions and 1 deletions

@ -1 +1,51 @@
Instructions to follow.
- WooCommerce Admin Updates:
- [WooCommerce Admin testing instructions](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.8#woocommerce-admin-testing-instructions)
***
## WooCommerce Admin Updates:
### Analytics Variations Report
To test out the new Variations report, it is pretty important to have at least one variant product configured, and then either place some test orders, or use WC Smooth Generator to create some data to work with.
![](https://cldup.com/ztR19FoPLq-3000x3000.png)
#### All Variations View
The first area to test is that the default state of the report All Variations View renders the data you anticipate it to show. Play around with the date range picker and verify the report updates as expected.
#### Filter: Single Variation
Next use the filters to select the Single Variation option. Use the search box to search for your product name. Verify the search works, and the report is updated with the selection you have made.
#### Filter: Comparison
![](https://cldup.com/VHVeZFIZXD-2000x2000.png)
Next up use the comparison filter to compare 2 or more variants. Again use the search utility to make selections and verify the report updates as expected. You can also use the compare functionality via the table to make selections:
![](https://cldup.com/JOehBAPoac-3000x3000.png)
![](https://cldup.com/9qVa5p1nTR-3000x3000.png)
Chart with active comparison
#### Advanced Filters
Last you can test the Advanced Filter options provided by the new report. Again this is a matter of interacting with each filter, and validating the report data updates based upon your selections:
![](https://cldup.com/VeXo0zHPVq-3000x3000.png)
### Home Screen Layout Toggle
The WooCommerce Home Screen now has the ability to be displayed in either one or two columns.
![](https://cldup.com/c5TcDzwG1U-3000x3000.png)
To test out this new feature, navigate to the WooCommerce Home Screen:
- Verify that by default the home screen shows two columns, like above.
- Next click the Display icon in the navigation bar, select Single Column and verify the screen updates to show all items in a single column layout
![](https://cldup.com/QnG__yh2tB-3000x3000.png)
- Next do a hard refresh of the page, and verify that your selection of Single Column has been persisted between the two page loads.
- Toggle back to Two Columns, hard refresh, and verify the change has updated.