Black Friday and Cyber Monday have just passed, although the sales took a dip for the first time, online sales remain high as shoppers made their purchases earlier. This highlights the need for retailers to make sure their eCommerce website is performing at optimal levels during the holiday season.
We’ve tested A LOT of eCommerce webshops over the years, so our team knows what they are talking about when it comes to best practices. Here are some recommendations we collected from them about how best to prepare for a holiday deployment.

1. When automating for an eCommerce website, prioritise the ordering flow
When automating for an eCommerce website, you should prioritise the ordering flow. This is the part that has the most iteration and thus takes the most effort to test manually.
Start off by automating a happy flow order:
- Add a product to basket
- Checkout
- Payment
- Order confirmation
Once you’ve got that running successfully, you can continue with integrating different use-cases:
- Different products
- Multiple products
- Order while logged in/out
- Different delivery/invoice address
- Different payment methods
- Failing payment
By developing all these tests dynamically, you can start combining all these cases and make sure that every order path works. Keep in mind that automated testing does not replace functional testing. In the end, someone will always have to manually go through the ordering flow to check it visually.
Check out this video about how to write Gherkin scripts. The eCommerce example used in the video might be useful to you.
2. Releasing new features right before a peak day is too dangerous
Never ever release new features just before peak days. I learned this from experience. This happened on a project I was working on, and quite a lot of traffic was lost because of a bug in a release two days before a major campaign. As a result, we couldn’t release a fix in time, because releasing during the campaign wasn’t allowed, so the bug had to stay there for the duration.
Lesson learned: releasing right before a peak day is too dangerous. If something breaks, the impact could be disastrous, especially on a site with a high number of users. Imagine if the release accidentally blocked the checkout feature – this is quite an issue for eCommerce!

3. Readiness and risk preparation tips for a holiday deployment
I was working as a subcontractor on the online store for a major software company around the time of the Black Friday sales. The previous year had seen some downtime and a server crash during the sales. But the year after, planning for the holiday period started months in advance, with the major focus being site availability and responsiveness.
From this experience, I recommend you give priority to the following areas to be ready for holiday deployments:
- Conduct intense load tests and assume increased server traffic.
Always plan for more traffic in a smaller time period. Gather data from past years if possible and make projections. Plan for a spike in traffic during timed releases. - Use a tracking pixel.
We included one for site visits, shopping cart abandonment, and click traffic. This is highly recommended for gathering data. - Contingency plans and coverage.
Make sure your team(s) are on-site, logged in, and ready if anything goes wrong. Have a backup site and backup person ready to make sure your site’s most important functionalities are still live. - Ensure clear lines of communication.
Have phone trees and conference call bridges already dialed in and active, with the relevant project details centrally located (on something like Confluence) and sent out ahead of time. No one should have to worry about who to contact if something goes down. - Test your site frequently!
And have group follow-up sessions to gather feedback. - Make it fun, and keep up a positive outlook.
Have a look at our eCommerce case study if you want to know more about the performance tests we perform in this industry.
4. Look after your site’s performance in general
The most important thing is that the website should load quickly. A fast, responsive site is essential since customers spend more time on the site this way. A lot of customers will leave the site or cancel their purchases if the site is very slow. It is estimated that optimising check-out flows could improve conversion rates by 36% – this represents $260 billion in sales in the United States and Europe.
Plus, mobile traffic is high during sales periods – and this trend is only increasing! – all sales pages and campaigns should be responsive and mobile/tablet friendly.
Don’t forget to test that your promotional codes work! Products on sale should also show the correct sales prices, and when the sale ends, the prices should switch back to the originals. Finally, make sure product stock is updated quickly in the system to show what is really available on the website, and to avoid disappointing customers.

5. Testing transactional emails shouldn’t be forgotten
Transactional emails are also known as triggered emails, which are sent out to customers after a certain action is created. For instance, a purchase. There are different types of transactional emails used per organisation, but the ones widely used in the eCommerce field are:
- registration or confirmation emails
- password resets
- order confirmations/cancellations
When we test eCommerce platforms, transactional emails tend to be less important compared to integration, functional and security tests. And we often assume the customer does receive the order confirmation after a purchase is successfully placed. However, this is not always the case. Customers sometimes do not receive confirmation and are left wondering if orders are successfully placed! Transactional emails need to be thoroughly tested, especially before holiday peak time, because we often bump into so many issues – such as this – when orders start flooding in.
Do you need an extra pair of eyes on your site this holiday season? Find out how spriteCloud’s eCommerce testing approach can help your site provide an optimal customer experience.