Browser Testing
Process
- Start dev server if not running
- Open application in browser
- Navigate through key pages
- Verify elements render correctly
- Check console for errors
- Test interactive elements (clicks, forms)
- Report findings
What to Verify
- Page loads without JS errors
- All images/assets load
- Forms submit correctly
- Navigation works
- Responsive layout at different widths
- No visual regressions