# Testing Techniques

- [Testing Dynamic Content](https://docs.puppetry.app/testing-techniques/testing-dynamic-content.md)
- [Exhaustive Testing](https://docs.puppetry.app/testing-techniques/exhaustive-testing.md)
- [Performance Testing](https://docs.puppetry.app/testing-techniques/performance-testing.md)
- [Visual Regression Testing](https://docs.puppetry.app/testing-techniques/css-regression-testing.md)
- [Testing Shadow DOM](https://docs.puppetry.app/testing-techniques/testing-shadow-dom.md)
- [Testing Google Analytics tracking code](https://docs.puppetry.app/testing-techniques/testing-google-analytics-tracking-code.md)
- [Testing Chrome Extensions](https://docs.puppetry.app/testing-techniques/testing-chrome-extensions.md)
- [Testing REST API](https://docs.puppetry.app/testing-techniques/testing-rest-api.md)
- [Mocking HTTP/S Requests](https://docs.puppetry.app/testing-techniques/mocking-http-s-requests.md)
- [Testing Transactional Emails](https://docs.puppetry.app/testing-techniques/testing-emails.md)
- [Example with Restmail.net](https://docs.puppetry.app/testing-techniques/testing-emails/example-with-restmail.net.md)
- [Example with Mailinator](https://docs.puppetry.app/testing-techniques/testing-emails/example-with-....md)
- [Example with IMAP bridge](https://docs.puppetry.app/testing-techniques/testing-emails/example-with-imap-bridge.md)
- [Example with Google API](https://docs.puppetry.app/testing-techniques/testing-emails/example-with-google-api.md)
- [Testing Forms with Captcha](https://docs.puppetry.app/testing-techniques/testing-forms-with-captcha.md)


---

# Agent Instructions: 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://docs.puppetry.app/testing-techniques.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.
