Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

00 Category

❯

End to End Testing

End-to-End Testing

Feb 10, 20261 min read

  • testing
  • e2e

End-to-End Testing

Back: Testing

Testing full user flows through the entire system. E2E tests verify that the system works as a whole from the user’s perspective. They are slower and more brittle than other test types but provide the highest confidence.

Concepts

  • Browser Testing
  • API E2E Testing
  • Visual Regression Testing
  • Flaky Tests

testing e2e


Graph View

  • End-to-End Testing
  • Concepts

Backlinks

  • API E2E Testing
  • Browser Testing
  • Flaky Tests
  • Visual Regression Testing
  • Testing

Created with Quartz v4.5.2 © 2026

  • GitHub