July 31, 2026
Testing Articles
Testing the Website
Testing websites is a crucial part of successful development execution and delivery as it allows changes to be polished and, ultimately, tells us more than any unit test might.
What about when we can't test?
This is when unit testing is crucial. Although testing math is simple:
$$
x^2 = a + b
$$
Testing different combinations of errors and documenting these properly, although forensic, can be inefficient compared to assessing the errors induced by active users, allowing us to fix problems we had never even thought of!