Manual Testing
Test design, exploratory testing and day-to-day QA craft.
Manual testing is not going away — it is getting more valuable. AI can generate scripts, but it still cannot exercise judgement, empathy or curiosity. This hub covers the craft skills that separate senior manual QAs from click-through testers: test case design, exploratory sessions, bug reporting that developers act on, and test planning that survives contact with a real release.
Every guide below is written for QAs who work on real teams: banking, e-commerce, healthcare, SaaS. You will find templates you can copy into TestRail or Confluence, exploratory charters, bug report examples and interview questions grouped by experience level.
Start with these pillar guides
The highest-value pages on the site for manual testing.
Topics in Manual Testing
Focused clusters under this hub. Tap any topic to filter the article list.
Latest in Manual Testing
Test Pyramid 2026 — The 70/20/10 Rule Senior QAs Actually Ship
Test Automation Pyramid for 2026 with real code — unit vs integration vs E2E, the 70/20/10 rule, ROI math & how senior QAs allocate testing effort to cut flake by 60%.
Read articleHow to Write Test Cases for a Login Page (with Examples)
Step-by-step guide to writing test cases for a login page with 30+ real examples. Covers UI, functional, validation, security, and accessibility test cases for QA engineers.
Read article30 SQL Queries Every QA Tester Uses in 2026 (Free Cheatsheet)
The 30 SQL queries every QA tester actually uses in 2026 — SELECT, JOIN, GROUP BY, subqueries, window functions, DB validation & test data setup. Free cheatsheet inside.
Read articleComplete Manual Testing Interview Questions & Answers (2026)
Master your QA interview with 70+ manual testing interview questions and answers for 2026. Covers STLC, test cases, bug lifecycle, Agile testing, and more. Start practicing with AI mock interviews.
Read articleHow to Write Test Cases for a Login Page (2026 Template + 40 Examples)
Step-by-step guide to writing test cases for a login page — functional, UI, security, performance and negative scenarios. Includes a free template and 40 ready-to-use examples.
Read articleManual Testing Tutorial 2026 — Free Complete Guide for Beginners
Free manual software testing tutorial 2026 — SDLC, STLC, test case design, bug reporting, exploratory, agile QA & AI-assisted manual testing. Land your first QA job.
Read articleSecurity Testing for QA Engineers: Complete 2026 Guide (OWASP, Burp Suite, ZAP)
The 2026 complete security testing guide for QA engineers — OWASP Top 10, OWASP API Security Top 10, SQL injection, XSS, BOLA, authentication and authorization testing, Burp Suite, OWASP ZAP, and security in CI/CD.
Read articleAccessibility Testing WCAG Guide: Complete Handbook
Complete WCAG accessibility testing guide. WCAG 2.2 levels, POUR principles, axe-core, screen reader testing, keyboard navigation, CI/CD integration, and legal compliance.
Read articleOWASP Security Testing Checklist: Complete 2026 Guide
Complete 2026 OWASP security testing checklist. OWASP Top 10 for web and API, hands-on test cases for SQL injection, XSS, BOLA, and security automation in CI/CD.
Read articleWhat is Regression Testing? Definition, Examples & 2026 Best Practices
Regression testing verifies existing features still work after code changes. Learn the definition, a real e-commerce example, when to run it, and how to automate a lean regression suite in 2026.
Read articleVerification vs Validation in Software Testing: Definitions, Examples & Table
Verification asks 'are we building the product right?' Validation asks 'are we building the right product?' Clear definitions, examples, a comparison table, and interview-ready answers.
Read articleWhat is STLC in Software Testing? The 6 Phases Explained (2026)
STLC — the Software Testing Life Cycle — is the 6-phase process from requirements analysis to test closure. Learn each phase, entry/exit criteria, and how STLC differs from SDLC.
Read articleSmoke vs Sanity Testing: 7 Clear Differences with Examples
Smoke testing checks if a build is stable enough to test. Sanity testing checks a specific change works. Clear definitions, side-by-side table, and examples every QA interview asks about.
Read articleTypes of Software Testing with Examples (2026 Complete Reference)
A complete taxonomy of software testing types — functional, non-functional, manual, automated, black-box, white-box — with a real example and tool recommendation for each.
Read articleWhat is Agile Testing Methodology? Principles, Quadrants & 2026 Practices
Agile testing is continuous testing embedded in every sprint. Learn the principles, the Agile Testing Quadrants, roles, ceremonies, and modern practices used by high-performing teams in 2026.
Read articleDefect Life Cycle in Software Testing: 7 States with Diagram & Examples
The defect life cycle (bug life cycle) covers 7 states — New, Assigned, Open, Fixed, Retest, Verified, Closed. Learn each state, transitions, reopen/reject paths, and how to log a great bug in 2026.
Read articleWhat is Exploratory Testing in Software Testing? A Practical 2026 Guide
Exploratory testing is simultaneous test design, execution, and learning. Learn the definition, session-based approach, charters, tour heuristics, and when it out-performs scripted testing.
Read articleSeverity vs Priority in Software Testing: Differences, Matrix & Examples
Severity measures the technical impact of a defect; priority measures how soon it must be fixed. Learn the four combinations with a matrix, real examples, and who sets each in 2026.
Read articleWhat is a Test Plan? 12 Components with IEEE 829 Template (2026)
A test plan is the QA blueprint for a release. Learn the 12 IEEE 829 components, a modern lean template, who owns it, and how test plans work in agile teams in 2026.
Read article25 Regex Patterns Every QA Engineer Should Know
The 25 regex patterns QA engineers use daily: email, phone, URL, credit card, dates, UUIDs, log parsing, and more. Test them live in a free regex tester.
Read articleEmail Regex Validation in Test Automation — Do It Right
How to validate email input in Selenium, Playwright, and Cypress with a regex that balances accuracy and pragmatism. Includes boundary test cases.
Read articleHow to Generate Realistic Test Data for QA (2026)
The complete guide to realistic test data for QA: names, emails, phones, addresses, credit cards, dates. Free generator included, CSV/JSON export ready.
Read articleGDPR-Safe Test Data Strategies for QA Teams
How to run realistic QA without breaching GDPR: masking, synthesis, anonymisation, and the legal red-lines every tester must know.
Read articleBoundary Value Test Data Cheat Sheet — Every Edge Case You Need
The definitive boundary value cheat sheet for QA: integers, strings, dates, files, images, unicode. Copy-paste values ready for any framework.
Read articleHow to Write a Great Bug Report (2026) — Template & Examples
The 8-part bug report template used by senior QA engineers. Real before/after examples, severity vs priority, and a free AI Bug Report Writer.
Read articleBug Severity vs Priority — The Difference, With Real Examples
Severity vs priority explained in plain English with a decision matrix and 12 real bug examples. Stop arguing in triage.
Read articleJIRA Bug Report Template — Copy-Paste with Real Examples
JIRA-ready bug report template with markdown, severity, priority, environment, and steps. Includes 3 fully-written example bugs.
Read articleTop 10 JWT Security Vulnerabilities Every QA Should Test in 2026
The 10 JWT attacks QA teams miss: alg=none, key confusion, jku/kid injection, weak secrets, algorithm downgrade, and more — with test payloads and how to detect each one.
Read articleSecurity Testing Complete Guide 2026 — Web, API & Mobile for QA Engineers
The 2026 security testing guide for QA engineers — OWASP Top 10, API Security Top 10, DAST vs SAST, ZAP & Burp basics, authentication & authorization tests, and a shift-left workflow.
Read articleBoundary Value Analysis & Equivalence Partitioning — 25 Examples (2026)
The two test design techniques senior QA leads still ask about in every interview. 25 worked examples across forms, APIs, and dates, plus a printable BVA/EP cheat sheet you can drop into your test plan.
Read articleRBAC Security Testing — 20-Point Checklist for QA (2026)
Role-based access control bugs are the #2 OWASP category (Broken Access Control). This 20-point checklist covers horizontal + vertical privilege escalation, JWT tampering, and IDOR — with copy-paste test cases.
Read articleManual Testing — frequently asked questions
1.What is manual testing in software testing?
2.Is manual testing still relevant in 2026?
3.How do I become a manual tester with no experience?
4.What is the difference between manual and automation testing?
5.What are the most important skills for a manual tester?
Explore other categories
External reference: ISTQB Foundation Level