all_topics()
What is Web Testing?
// overview of web testing scope — what to test and why it differs from other testing types.
Browser Compatibility Testing
// ensure the application works correctly across chrome, firefox, safari, and edge.
Responsive Design Testing
// verify layouts adapt correctly across desktops, tablets, and mobile screens.
Cross-Browser Testing Tools
// browserstack, lambdatest, and playwright multi-browser runs explained.
Cookies & Session Testing
// validate cookie creation, expiry, session persistence, and logout behavior.
Cache Behavior Testing
// test how the browser caches assets and what happens when cache is stale.
Frontend Validation Testing
// client-side vs server-side validation — what to test and common bypass techniques.
Forms & Input Field Testing
// edge cases for text, number, date, file upload, and multi-select inputs.
Navigation & Broken Links
// verify all links, redirects, and navigation paths work as expected.
Web Performance & Core Web Vitals
// lcp, cls, fid — google's performance metrics and how to test them.
Security Basics in Web Testing
// xss, csrf, and open redirect — the web vulnerabilities every tester should check.
Accessibility Testing for Web
// screen readers, keyboard navigation, and wcag 2.1 compliance for web apps.
Web Testing Checklist
// a comprehensive checklist covering all web testing areas before any release.
Responsive Testing
// test layouts across screen sizes using browser devtools and real devices.
Cookies & Session Testing
// validate cookie creation, expiry, session persistence, and logout behavior.
Cache Testing
// test how the browser caches assets and what happens when cache is stale or invalid.
Cross-Browser Bugs
// common rendering and behavior bugs that only appear in specific browsers.
Network Handling in Web Apps
// test offline behavior, slow networks, timeouts, and failed api responses in web apps.
Web Performance Basics
// page load time, render-blocking resources, and basic performance testing for web.
SEO Testing Basics
// meta tags, canonical urls, sitemaps, and what testers should verify for seo.
Accessibility Basics
// wcag principles, keyboard navigation, screen readers, and contrast testing basics.
Browser DevTools for Testers
// master the 5 devtools panels — elements, console, network, application, and lighthouse — for daily testing work.