//Checklists
Ship nothing untested.
From website launches to API releases, login flows to role permissions — structured checklists covering what to test, why it matters, and what breaks when you don't.
All checklists10 checklists
Categories
10 checklists
Website Testing Checklist
Web TestingA comprehensive pre-launch and regression checklist covering navigation, forms, responsive layout, cross-browser compatibility, accessibility, performance, SEO, and error handling for public-facing websites.
API Testing Checklist
API TestingA thorough checklist for testing REST APIs covering endpoints, HTTP methods, status codes, request validation, response schema, authentication, authorization, pagination, filtering, error handling, security basics, and OpenAPI/documentation conformance.
Login & Signup Testing Checklist
Auth & IdentityA thorough checklist for testing user registration, login flows, session management, password rules, password reset, email verification, social login, and authentication security.
Release Readiness Checklist
Release ProcessA comprehensive pre-release gate covering scope freeze, test execution, defect status, automation results, performance, security and accessibility sign-off, documentation, monitoring, rollback readiness, and stakeholder sign-off.
File Upload Testing Checklist
File ManagementA thorough checklist for testing file upload features: happy-path flows, file-type and size validation, filename edge cases, multiple uploads, preview/download/delete, error handling, security (including malware and injection vectors), and accessibility.
Role & Permission Testing Checklist
Security & PermissionsA comprehensive checklist for testing role-based access control: page and route permissions, feature-level access, data visibility, API authorization, admin workflows, permission inheritance, audit logging, and security checks against privilege escalation and IDOR.
Authentication Testing Checklist
Security & PermissionsA practical, QA-focused checklist for testing login, password reset, MFA and session handling — what to verify, the safe checks, and the evidence to collect.
Authorization Testing Checklist
Security & PermissionsTest role-based access, object-level access and permission boundaries the QA way — including the critical UI-vs-API check and IDOR. What to verify and the evidence to collect.
API Security Testing Checklist
Security & PermissionsAdd security thinking to normal API testing — tokens, role and object access, input validation, rate limiting, error handling, and 401-vs-403-vs-404 guidance.
Security Regression Checklist
Security & PermissionsA release-ready security sign-off for QA — a fast pass across authentication, authorization, sessions, APIs, file upload, sensitive data, error handling and audit logs.