Browser-based Testing In part 2 of this series, I talked about the lower levels of the test pyramid: unit & integration tests. In this post, I’ll be focusing on the highest level of the pyramid: browser-based tests. Browser-based tests are slow. Really slow. They run an order of magnitude slower than other tests. Large browser […]
Category archives: testing
On Testing – Part 2
Unit & Integration Testing In part 1 of this series, I talked about the test pyramid, and how to approach applying it in your testing process. In this post, I’m going to focus on the lower levels of the pyramid, where you should ideally be spending most of your time.