> For the complete documentation index, see [llms.txt](https://testplace.gitbook.io/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://testplace.gitbook.io/tutorials/manual-testing/manual-testing-tutorial.md).

# Manual Testing Tutorial

In this free online Software Testing Tutorial / Manual Testing Tutorial, we cover all manual testing concepts in detail with easy to understand examples. This Software Testing Tutorial / Manual Testing Tutorial is helpful for beginners to advanced level users to learn software testing concepts with practical examples.

**Why This Manual Testing Tutorial?**\
This Software Testing Tutorial covers right from basics to advanced test concepts.

**What are the prerequisites for this Manual Testing Tutorials?**

* Basic computer knowledge
* Interest to learn Software Testing

**Who is the targeted audience of this Software Testing Tutorial?**\
Anyone who has the interest to learn Software Testing.

### Manual Testing Tutorial – Table of Content | Software Testing Material

Click on the links below to see the detailed content of each concept in this Manual Testing Tutorial.

* [Software Testing](https://app.gitbook.com/@testplace/s/tutorials/manual-testing/manual-testing-tutorial/what-is-software-testing-introduction-definition-basics-and-types)
* [Software Development Life Cycle](https://app.gitbook.com/@testplace/s/tutorials/manual-testing/manual-testing-tutorial/software-development-life-cycle)
* [Software Testing Life Cycle](https://app.gitbook.com/@testplace/s/tutorials/manual-testing/manual-testing-tutorial/software-testing-life-cycle)
* [Types of Software Testing](https://app.gitbook.com/@testplace/s/tutorials/manual-testing/manual-testing-tutorial/types-of-software-testing)
* [Levels of Testing](https://app.gitbook.com/@testplace/s/tutorials/manual-testing/manual-testing-tutorial/levels-of-testing)
* [Manual Testing Vs. Automation Testing](https://www.softwaretestingmaterial.com/automation-testing-vs-manual-testing/)
* [Black Box And White Box Testing](https://www.softwaretestingmaterial.com/black-box-and-white-box-testing/)
* [Smoke And Sanity Testing](https://www.softwaretestingmaterial.com/smoke-and-sanity-testing/)
* [Integration Testing](https://www.softwaretestingmaterial.com/integration-testing/)
* [What is Regression Testing & When Do We Do?](https://www.softwaretestingmaterial.com/regression-testing/)
* [What is Retesting & When Do We Do?](https://www.softwaretestingmaterial.com/retesting/)
* [Difference Between Regression And Retesting](https://www.softwaretestingmaterial.com/difference-between-regression-and-retesting/)
* [Entry And Exit Criteria](https://www.softwaretestingmaterial.com/entry-and-exit-criteria/)
* [Test Scenario Vs. Test Case](https://www.softwaretestingmaterial.com/test-scenario-vs-test-case/)
* [Manual Testing Methods](https://www.softwaretestingmaterial.com/manual-testing-methods/)
* [Verification And Validation](https://www.softwaretestingmaterial.com/verification-and-validation/)
* [Test Strategy](https://www.softwaretestingmaterial.com/test-strategy/)
* [Test Plan](https://www.softwaretestingmaterial.com/test-plan/)
* [Test Strategy vs Test Plan](https://www.softwaretestingmaterial.com/test-strategy-vs-test-plan/)
* [Test Case Template With Explanation](https://www.softwaretestingmaterial.com/test-case-template-with-explanation/)
* [Test Scenarios of Login Page](https://www.softwaretestingmaterial.com/test-scenarios-login-page/)
* [Test Scenarios of Registration Page](https://www.softwaretestingmaterial.com/test-scenarios-registration-form/)
* [Bug Report Template](https://www.softwaretestingmaterial.com/bug-report-template/)
* [Test Metrics](https://www.softwaretestingmaterial.com/test-metrics/)
* [Requirement Traceability Matrix – RTM](https://www.softwaretestingmaterial.com/requirements-traceability-matrix/)
* [Test Deliverables](https://www.softwaretestingmaterial.com/test-deliverables/)
* [Difference Between Defect Bug Error And Failure](https://www.softwaretestingmaterial.com/difference-between-defect-bug-error-and-failure/)
* [Write Good Bug Report](https://www.softwaretestingmaterial.com/write-good-bug-report/)
* [Software Architecture](https://www.softwaretestingmaterial.com/software-architecture/)
* [Principles of Software Testing](https://www.softwaretestingmaterial.com/principles-of-software-testing/)
* [Black Box Test Design Techniques](https://www.softwaretestingmaterial.com/black-box-test-design-techniques/)
* [Equivalence Partitioning Testing Technique](https://www.softwaretestingmaterial.com/equivalence-partitioning-testing-technique/)
* [Boundary Value Analysis Testing Technique](https://www.softwaretestingmaterial.com/boundary-value-analysis-testing-technique/)
* [Decision Table Test Design Technique](https://www.softwaretestingmaterial.com/decision-table-test-design-technique/)
* [State Transition Test Design Technique](https://www.softwaretestingmaterial.com/state-transition-test-design-technique/)
* [Severity Vs Priority](https://www.softwaretestingmaterial.com/what-is-the-difference-between-severity-and-priority-in-software-testing/)
* [Bug Severity And Priority – Info-graphic](https://www.softwaretestingmaterial.com/bug-severity-and-priority-infographic/)
* [Performance Testing – Complete Guide](https://www.softwaretestingmaterial.com/performance-testing-tutorial/)
* [Penetration Testing – Complete Guide](https://www.softwaretestingmaterial.com/penetration-testing-tutorial/)
* [Security Testing – Complete Guide](https://www.softwaretestingmaterial.com/security-testing-tutorial/)
* [PDCA Cycle](https://www.softwaretestingmaterial.com/pdca-cycle/)
* [Choose Software Testing As A Career](https://www.softwaretestingmaterial.com/choose-software-testing-as-a-career/)
* [Software Testing Interview Questions Free eBook](https://www.softwaretestingmaterial.com/software-testing-interview-questions-free-ebook/)
* [Agile Scrum Methodology](https://www.softwaretestingmaterial.com/agile-scrum-methodology/)
* [Principles of Agile Software Development](https://www.softwaretestingmaterial.com/principles-agile-software-development/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://testplace.gitbook.io/tutorials/manual-testing/manual-testing-tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
