BETAThis platform is actively being built — new topics and features are added regularly.

~/topics

all_topics()

// 281 topics across 24 modules
01

What is Web Testing?

// overview of web testing scope — what to test and why it differs from other testing types.

02

Browser Compatibility Testing

// ensure the application works correctly across chrome, firefox, safari, and edge.

03

Responsive Design Testing

// verify layouts adapt correctly across desktops, tablets, and mobile screens.

04

Cross-Browser Testing Tools

// browserstack, lambdatest, and playwright multi-browser runs explained.

05

Cookies & Session Testing

// validate cookie creation, expiry, session persistence, and logout behavior.

06

Cache Behavior Testing

// test how the browser caches assets and what happens when cache is stale.

07

Frontend Validation Testing

// client-side vs server-side validation — what to test and common bypass techniques.

08

Forms & Input Field Testing

// edge cases for text, number, date, file upload, and multi-select inputs.

09

Navigation & Broken Links

// verify all links, redirects, and navigation paths work as expected.

10

Web Performance & Core Web Vitals

// lcp, cls, fid — google's performance metrics and how to test them.

11

Security Basics in Web Testing

// xss, csrf, and open redirect — the web vulnerabilities every tester should check.

12

Accessibility Testing for Web

// screen readers, keyboard navigation, and wcag 2.1 compliance for web apps.

13

Web Testing Checklist

// a comprehensive checklist covering all web testing areas before any release.

14

Responsive Testing

// test layouts across screen sizes using browser devtools and real devices.

15

Cookies & Session Testing

// validate cookie creation, expiry, session persistence, and logout behavior.

16

Cache Testing

// test how the browser caches assets and what happens when cache is stale or invalid.

17

Cross-Browser Bugs

// common rendering and behavior bugs that only appear in specific browsers.

18

Network Handling in Web Apps

// test offline behavior, slow networks, timeouts, and failed api responses in web apps.

19

Web Performance Basics

// page load time, render-blocking resources, and basic performance testing for web.

20

SEO Testing Basics

// meta tags, canonical urls, sitemaps, and what testers should verify for seo.

21

Accessibility Basics

// wcag principles, keyboard navigation, screen readers, and contrast testing basics.

22

Browser DevTools for Testers

// master the 5 devtools panels — elements, console, network, application, and lighthouse — for daily testing work.