Skip to content

Release testing instructions for WC Payments 3.0.0

leonardo lopes de albuquerque edited this page Sep 17, 2021 · 8 revisions

Test that csv files do not contain ' in front of negative numbers

Expected outcome:

Cvs files containing negative numbers should not have a ' in front of the -

Testing instructions:

  1. As a shopper create an order for any product.
  2. Complete the checkout process.
  3. Complete the Refund process using WooCommerce payments method.
  4. Go to Payments->Transactions.
  5. Click on download
  6. Open the csv file
  7. Check that there is no ' in front of negative numbers

Test explicit prices in refund sentences in Transaction Details page

Expected outcome:

The prices describing refund operations were not displayed in explicit formats (i.e. $12,50 USD with the currency code appended to the end), we fixed that and now they should contain explicit prices.

Testing instructions:

  1. As a shopper create an order for any product.
  2. Complete the checkout process.
  3. Go WooCommerce->Orders and click on the order created in above step.
  4. Complete the Refund process using WooCommerce payments method.
  5. Go to Payments->Transactions.
  6. Sync the transactions from Stripe if not visible in the Transactions screen
  7. Open the Transaction for above order.
  8. Observe that amounts are displayed in an Explicit format for Refund transaction sentences

Test the Download button on Deposits page

image

Expected outcome

On clicking the download button:

  • a CSV export of the current view of deposits list gets downloaded
  • the event is captured in Tracks tool

Testing instructions

  1. Visit PaymentsDeposits.
  2. Click the Download button in the right upper corner of table.
  3. Adjust filters, sorting, and column display, and click Download again to ensure the changes are reflected in the exported CSV.

Test Add currencies modal compatibility with Guttenberg plugin

  1. Enable the Gutenberg plugin
  2. Check that enabled currencies modal looks according to the screenshots (desktop + mobile)
  3. Disable the Gutenberg plugin
  4. Check that enabled currencies modal still looks according to the screenshots (desktop + mobile)

Before
image image
After
Desktop image Mobile image

Test currency format in admin refund button

Expected outcome:

Admin order refund button should use the order currency format instead of the store one.

Testing instructions:

  1. With the store currency in USD.
  2. Edit an order in EUR
  3. Click on refund and change any item QTY to show an amount greater than zero on the button.
  4. Currency format should match the screenshot.
Before  After
Screenshot 2021-09-03 at 14 09 06 Screenshot 2021-09-03 at 14 05 01

Test selected currencies clear upon clicking "Close/Cancel" button on "Add enabled currencies" modal

Expected outcome:

Admin selects new currencies and cancel the modal without saving. When opening the modal again, the selected currencies are not selected.

Testing instructions:

  • Go to Payment->Setting->Multi-currency.
  • Click on "Add Currencies" button.
  • Select some currencies and click on "Close/Cancel" button.
  • Again click on "Add Currencies" button.
  • Observe that selected currencies clear upon clicking "Close/Cancel" button.
  • Observe only the already enabled currencies appear as selected.
Before After
https://user-images.githubusercontent.com/41110392/124621999-5822c100-de98-11eb-8b27-3e0979ffffda.mp4 https://cdn-std.droplr.net/files/acc_1185504/SumTEQ
Clone this wiki locally