Until now, we’ve concentrated on building our site, and it appears to be working as we expect – is this the case, though, or are there any tweaks we need to perform? Over these pages, we will explore how to perform unit testing. It will be very much with an e-commerce theme, but ultimately help guide the reader through some of the steps they should work through to ensure our site works as expected and is optimized before release.
We’ll focus on the setup of our testing suite and start to create some tests – the latter will include ...