PreviousNext

4 Ways to Handle Test Data for Your End-to-End Tests

by bill-s, 2020-10-19T15:46:20.519Z

One of the most common problems when running automated end-to-end tests for a web application is how to handle test data. End-to-end tests often create, update, and delete all kinds of information as it goes through your test cases in the application. Inevitably, you'll run into problems because previous test runs leave behind a trail of stale data that may interfere with your current test execution.

Read More