Which coverage indicator for your E2E tests?

Coverage E2E tests

When producing E2E test suites, one challenge is to know what to test first, and when to consider that the test suite is sufficient to ensure the desired level of quality. To make the most rational decisions possible, we need to base our decisions on objective indicators. As far as testing is concerned, one such […]

Testing User Sessions: Understanding the Importance of Coverage

User sessions

We have recently added a new feature in Gravity that allows to see the coverage of an E2E test suite compared to the user’s real sessions.When talking about test coverage, most testers and developers will think about code coverage (or eventually requirements coverage). Let’s see how code coverage works and how different it is from […]