QA notes for people who build and test

Make quality
easier to practise.

Short, useful references for test automation, browser tooling and everyday software quality work.

Knowledge base

Browse the guides

Sep 2026·Cheat sheet

Open Source Models with Hugging Face for QA Engineers

A practical Hugging Face guide for QA engineers covering model selection, NLP, embeddings, audio, speech recognition, computer vision, multimodal models, deployment and testing machine-learning systems.

Sep 2026·Guide

Generative AI for QA Engineers

A practical generative AI guide for QA engineers covering LLM capabilities and limitations, prompting, RAG, fine-tuning, model selection, agents, AI projects, responsible AI and testing AI-powered systems.

Aug 2026·Guide

Continuous Integration with Jenkins for QA Engineers

A practical Jenkins CI guide for QA engineers covering Pipeline as Code, automated test execution, Maven, GitHub, parallel and parameterised jobs, reports, notifications and CI best practices.

Aug 2026·Guide

GitHub Copilot Across the SDLC

A practical guide to using GitHub Copilot across the software development lifecycle, covering productivity, QA, AI-assisted workflows, limitations and measuring impact.

Aug 2026·Guide

Code Understanding and Documentation with GitHub Copilot

A practical guide to understanding and documenting code with GitHub Copilot using Ask, Plan and Agent modes, workspace context, inline documentation and project documentation workflows.

Aug 2026·Guide

Developing Features with GitHub Copilot

A practical guide to developing software features with GitHub Copilot using code completions, Next Edit Suggestions, Inline Chat, Ask, Plan and Agent workflows.

Aug 2026·Guide

Unit Testing with GitHub Copilot

A practical guide to using GitHub Copilot for unit testing, covering test generation, Ask-Plan-Agent workflows, xUnit, mocks, test maintenance, failure analysis and QA review.

Aug 2026·Guide

Physical Security for QA Engineers

A practical physical security guide for QA engineers covering access control, entry types, doors and locks, server-room protection, monitoring, authorised assessments and physical-security test design.

Aug 2026·Guide

Governance and Regulation for QA Engineers

A practical governance and compliance guide for QA engineers covering GRC, security policies, GDPR, PCI DSS, NIST controls, ISO/IEC 27001, SOC 2 and compliance-focused test design.

Aug 2026·Guide

Unified Kill Chain for QA Engineers

A practical Unified Kill Chain guide for QA engineers covering the 18 attack phases, In-Through-Out progression, threat modelling, defensive controls, MITRE ATT&CK and security-focused test design.

Aug 2026·Guide

Cyber Kill Chain for QA Engineers

A practical Cyber Kill Chain guide for QA engineers covering attack stages, defensive controls, threat modelling, detection testing, MITRE ATT&CK and security-focused test design.

Aug 2026·Guide

Security Principles for QA Engineers

A practical security principles guide for QA engineers covering CIA and DAD, security models, defence in depth, least privilege, Zero Trust, risk, cloud responsibility and security-focused test design.

Aug 2026·Guide

Advanced Cypress for QA Engineers

An advanced Cypress guide for QA engineers covering retryable assertions, network interception and mocking, API testing, custom commands and queries, Node tasks, authentication sessions, configuration and GitHub Actions.

Aug 2026·Guide

Kubernetes for QA Engineers

A practical Kubernetes guide for QA engineers covering cluster architecture, Pods, Deployments, Services, configuration, storage, health probes, kubectl, debugging, CI/CD and cloud-native testing.

Aug 2026·Guide

Test-Driven Development for QA Engineers

A practical guide to Test-Driven Development covering Red-Green-Refactor, test layers, Rails and Minitest examples, fixtures, integration and system testing, mocks, external services and the QA engineer's role in TDD.

Aug 2026·Guide

Cypress for QA Engineers

A practical Cypress guide for QA engineers covering project setup, selectors, interactions, assertions, retryability, API and network testing, debugging and CI/CD.

Aug 2026·Guide

Docker for QA Engineers

A practical Docker guide for QA engineers covering containers, images, Dockerfiles, Compose, test environments, Playwright, CI/CD and debugging.

Aug 2026·Guide

Test Automation in DevOps

Build faster and safer delivery pipelines with practical test automation strategies, Playwright CI, infrastructure, observability and production feedback.

Aug 2026·Guide

GitHub Copilot Practical Guidelines

Practical guidance for using GitHub Copilot effectively, safely and responsibly across development, testing and QA workflows.

Aug 2026·Guide

Prompt Engineering for QA

Practical prompt structures, techniques and copy-ready examples for requirements, test cases, automation and defect investigation.

Aug 2026·Guide

Building QA Agents with MCP

How MCP connects QA agents to browsers, APIs, repositories and data, with practical workflows, security controls and testing guidance.

Aug 2026·Guide

n8n Automation Workflows for QA

Practical n8n patterns for defect intake, failure triage, QA reporting and safe AI-assisted workflow automation.

Aug 2026·Guide

Test Case Design Guide and Template

Practical test case design techniques with Gherkin-first examples and copy-ready detailed and lightweight templates.

Aug 2026·Guide

QA Metrics and Team Reporting

Useful QA metrics, trends and copy-ready sprint and release templates for keeping teams informed throughout a project.

Aug 2026·Guide

Test Strategy Guide and Template

How to define a practical risk-based testing direction, with a complete copy-ready test strategy template.

Aug 2026·Guide

Test Plan Guide and Template

How to plan testing for a project or release, including scope, criteria, schedule, responsibilities and a copy-ready template.

Aug 2026·Guide

QA Engineer Workflow in a Scrum Project

How QA strategy, sprint testing, automation, CI/CD, regression and release activities connect from project discovery to production.

Aug 2026·Guide

Visual Comparison Testing

A practical guide to screenshot baselines, Playwright visual assertions, stable comparisons, CI review and visual-testing tools.

Aug 2026·Guide

Playwright Cheat Sheet

Installation, test structure, actions, assertions, waits, fixtures, debugging and useful Playwright commands.

Aug 2026·Guide

HTTP Status Codes for Testers

A practical reference for common 2xx, 3xx, 4xx and 5xx responses and what to verify.

Aug 2026·Guide

API Testing Cheat Sheet

Methods, headers, authentication, request bodies, validation and useful negative API tests.

Aug 2026·Guide

CSS Selectors Cheat Sheet

Practical CSS selectors for attributes, relationships, partial matches, pseudo-classes and console testing.

Aug 2026·Guide

Test Automation Waits

Auto-waiting, explicit waits, polling, timeouts, actionability and avoiding fixed sleeps.

Aug 2026·Guide

Browser Storage for Testers

Cookies, web storage, IndexedDB, cache and practical state-related test scenarios.

Aug 2026·Guide

Network Testing with DevTools

Inspect, edit and replay requests, test poor connections, block resources and work safely with HAR files.

Aug 2026·Guide

Authentication Testing Checklist

Login, logout, password reset, roles, MFA, lockout and essential security edge cases.

Aug 2026·Guide

Regex Cheat Sheet for Testers

Common regular expression building blocks and practical patterns for test-data validation.

Aug 2026·Guide

SQL Cheat Sheet for QA

SELECT, filtering, joins, grouping, duplicates, NULL values and safe data-verification queries.

Aug 2026·Guide

Test Data Design Techniques

Equivalence partitions, boundary values, decision tables, pairwise coverage and state transitions.

Aug 2026·Guide

Bug Reporting Cheat Sheet

Clear titles, reproduction steps, expected and actual results, evidence, severity and priority.

Aug 2026·Guide

Web Forms Testing Checklist

Validation, limits, autofill, keyboard behaviour, submission and useful error-handling checks.

Aug 2026·Guide

File Upload Testing Checklist

File types, limits, filenames, duplicates, progress, cancellation and download verification.

Aug 2026·Guide

WebSocket Testing for QA

Connections, messages, reconnection, authentication, ordering and DevTools debugging.

Aug 2026·Guide

Performance Testing Basics

Response time, throughput, percentiles, concurrent users, load patterns and practical tools.

Aug 2026·Guide

Common Git Commands and Workflows

A practical reference for everyday Git commands, feature branches, merging, conflicts and safe recovery.

Aug 2026·Guide

Docker for QA Automation

Docker basics for testers, plus a minimal Playwright project that runs consistently inside a container.

Aug 2026·Guide

Chrome DevTools for QA

A practical guide to inspecting pages, debugging requests and testing browser behaviour with Chrome DevTools.

Aug 2026·Guide

Locators Cheat Sheet

A compact reference for choosing, writing and testing reliable web element locators.

Sep 2023·Guide

Playwright

An introduction to Microsoft's modern cross-browser automation framework.

Sep 2023·Guide

Robot Framework

A quick introduction to keyword-driven test automation with Robot Framework.

Sep 2023·Guide

QA Life & Scope

Notes on the role, reach and day-to-day practice of quality assurance.