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

# Testing

## Explore It!

<https://www.oreilly.com/library/view/explore-it/9781941222584/>

<div align="left"><img src="/files/-MY6-e6P3-NE3ONABsX2" alt="Explore It Book"></div>

## Perfect Software: And Other Illusions about Testing

<https://geraldmweinberg.com/Site/Perfect_Software.html>

<div align="left"><img src="/files/-MY60DNMWmkKfzGoDhkE" alt="Perfect Software Book"></div>

## Agile Testing

<https://agiletester.ca/agile-testing/>

<div align="left"><img src="/files/-MY6CnJLH9vbWr21IiTM" alt="Agile Testing Book"></div>

## How Google Tests Software

<https://www.oreilly.com/library/view/how-google-tests/9780132851572/>

<div align="left"><img src="/files/-MY6F7r_euvgF3jn7QhK" alt="How Google Tests Software Book"></div>

## Lessons Learned in Software Testing: A Context-Driven Approach

<https://www.oreilly.com/library/view/lessons-learned-in/9780471081128/>

<div align="left"><img src="/files/-MY6Kjv3AleOFSDPdgbK" alt="Lessons Learned in Software Testing Book"></div>

## Testing Computer Software

<https://www.wiley.com/en-us/Testing+Computer+Software%2C+2nd+Edition-p-9780471358466>

<div align="left"><img src="/files/-MY6L72HxLayCAqxBv9n" alt="Testing Computer Software Book"></div>

## A Practical Guide to Testing in DevOps

<https://leanpub.com/testingindevops>

<div align="left"><img src="/files/-MY6Mp3AO6YN9ShFM85J" alt="A Practical Guide to Testing in DevOps Book"></div>

## Thinking, Fast and Slow

<https://us.macmillan.com/books/9780374533557>

<div align="left"><img src="/files/-MY6NhaxxstcCQVPYzAO" alt="Thinking, Fast and Slow Book"></div>

## Agile Testing Condensed: A Brief Introduction <a href="#title" id="title"></a>

<https://agiletester.ca/agile-testing-condensed-a-brief-introduction/>

<div align="left"><img src="/files/-Mi41mfeL_X_kZLm36za" alt=" Agile Testing Condensed: A Brief Introduction"></div>


---

# 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, and the optional `goal` query parameter:

```
GET https://gleek-dan.gitbook.io/dev-info/books/testing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
