The Drawbacks of End-To-End Testing
Learn the drawbacks of end-to-end testing.
End-to-end tests are difficult to write due to how many different parts of our application they interact with. To get great value from our tests, we must design them properly to hit our most important goals without wasting time on maintaining them.
To write efficient end-to-end tests, we need to know the drawbacks to work around them. Taking time to plan and design our tests can help us make important decisions about our testing strategy.
When we want to plan our tests, we should raise the following questions:
-
What features and user journeys do we want to prioritize in testing? ...