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 […]