Browser Testing
← Back to End-to-End Testing
Automated testing through a real browser. Playwright, Cypress, and Selenium drive browser interactions to test web applications as users would. Browser tests verify rendering, navigation, and interactive behaviors.
Key Properties
Related
- Visual Regression Testing (screenshot-based)
- Flaky Tests (common with browser tests)