The QA toolkit, free for the taking
Templates, checklists, cheat sheets, and reference material the QA community has been quietly using for years. Now in one place, for anyone who is willing to put it to work.
Documents that get you taken seriously
The format hiring managers expect to see, the kind that signals you have actually worked in a team and not just read about working in one.
Test Case Template
Title, preconditions, test steps, expected results, actual results, severity, and the metadata fields every QA team needs. Built for both spreadsheet and JIRA workflows.
Bug Report Template
The defect report format that gets fixed instead of ignored. Reproduction steps, environment, severity, priority, attachments, and the small touches that make a developer take you seriously.
Test Plan Template
Scope, objectives, in scope and out of scope, entry and exit criteria, risks, test environment, and the structure that turns a chaotic release cycle into a controlled one.
Test Strategy Outline
The high level document for project leads and senior testers. Approach, levels of testing, automation strategy, tools, and the deliverables a stakeholder will actually read.
The lists you wish someone had handed you
Memorizing a thousand test cases is impossible. Working from a checklist is not. These are the references I keep open during real test cycles.
Login Form Test Checklist
Forty plus scenarios covering valid input, invalid input, boundary cases, security checks, accessibility, and the edge cases that always seem to find their way to production.
E-commerce Checkout Checklist
Cart, address, payment, validation, shipping, taxes, and the multi step flows that hide more bugs per square foot than any other part of an e commerce site.
Cross Browser Testing Matrix
Chrome, Firefox, Safari, Edge, mobile WebKit, and the matrix that helps you decide what to support, what to defer, and what to politely decline.
Regression Smoke Suite
The minimum set of tests that should run before every release. The ones that, if they pass, give you the confidence to ship and, if they fail, save you from a very long Friday night.
API Testing Reference
Status codes, common headers, REST verbs, payload patterns, schema validation rules, and the assertions that catch ninety percent of API regressions before they ship.
Accessibility Quick Audit
Keyboard navigation, screen reader behavior, color contrast, focus indicators, and the basics that move a product from technically working to actually usable.
Reference cards built for the engineer in flow
Single page references to keep open in a tab, pin to the wall, or read once a week until you do not need them anymore.
Playwright Locators Cheat Sheet
getByRole, getByText, getByLabel, getByTestId, and when to reach for each. The cheat sheet that ends most beginner debates about which locator to use.
Selenium WebDriver Quick Reference
Common methods, wait strategies, capabilities, and the patterns that have survived a decade of the framework being declared dead.
HTTP Status Codes At A Glance
The two hundred range, the three hundred range, the dreaded four hundred range, and the five hundred range that ruins your morning. With actual context for each.
QA Interview Question Bank
Two hundred plus questions across manual, automation, API, and behavioral. Sorted by experience level, with the kind of answers a real interviewer wants to hear.
Postman Pre-Request Scripts
Common patterns for token chaining, dynamic variables, response parsing, and the JavaScript snippets that turn a Postman collection into a real API testing tool.
Test Pyramid Reference
Unit, integration, API, end to end, and where each one earns its place. The model that ends most arguments about test coverage in under five minutes.
Ask, and I will send the latest pack
Drop me a message with what you are working on. I will send you the resources that match where you are in your QA journey.