Martin Fowler's Test Pyramid has served the industry well for years. It tells you which types of tests to write (unit, integration, end-to-end) and roughly how many of each. The pyramid is intuitive: a wide base of fast unit tests, a narrower middle of integration tests, and a thin top of slow end-to-end tests. To … Continue reading You Climbed the Test Pyramid. Now Eat a Custard Slice.
Tag: Environment
A Day with Cypress Part 2
Continue on our introduction to Cypress.io when we look at using it's ability to intercept XHR requests and using fixtures.
Why I like Testing in Production
Preamble This post is not a internal environment vs production environment face off nor is it an attempt to convince you to change your beliefs on testing in production. It is an attempt to show, that testing in production can be another tool in the testers arsenal, to be used when the context fits and … Continue reading Why I like Testing in Production