eComm Testing Best Practices
Summary / TL:DR: This article will introduce the best practices when placing test orders from order forms in WMC.
11 min read
Table of contents
- 1 Recommendations
- 2 Adding Clear Cache Extensions for Chrome or Firefox
- 3 Using an Incognito Window When Testing
- 4 Testing in Different Browsers
- 5 Disable Caching Using Chrome Developer Tools (Advanced)
- 6 Test Credit Card Numbers
- 7 Test SEPA Accounts
- 8 Test Direct Debit Accounts
- 9 Understanding Browser Sessions in Funnelcake
- 10 Preview, Line Preview, and Funnel Preview Differences
- 11 Testing on Internal and External Networks
- 12 Testing Pre-Auth in Staging
- 13 Testing Pre-Auth in Production
- 14 Wrap up
Recommendations
Adding Clear Cache Extensions for Chrome or Firefox
Using an Incognito Window When Testing
Testing in Different Browsers
Since sessions across browsers are completely separate, using multiple browsers will reduce the amount of cache clearing you'll have to do. You may have to clear each browser's cache if your tests require you to open the same link multiple times in each browser.
Disable Caching Using Chrome Developer Tools (Advanced)
Test Credit Card Numbers
Test SEPA Accounts
Test Direct Debit Accounts
Understanding Browser Sessions in Funnelcake
When a user loads a Funnelcake order page in a web browser, a Funnelcake session is created between the browser and the application. If a new Funnelcake session is needed, for testing purposes for example, it is important to close the previous browser used for a Funnelcake session and open a new browser (preferably in an incognito window) to execute another test.
Preview, Line Preview, and Funnel Preview Differences
Testing on Internal and External Networks
Testing Pre-Auth in Staging
Testing Pre-Auth in Production
Related Content