# Yksikkötestaus

- [Ohjelmistotestauksen periaateet](https://book.sovelluskontti.com/yksikkoetestaus/ohjelmistotestauksen-periaateet.md)
- [NUnit lisääminen VS2019](https://book.sovelluskontti.com/yksikkoetestaus/nunit-lisaeaeminen-vs2019.md)
- [NUnit perusteet 101](https://book.sovelluskontti.com/yksikkoetestaus/nunit-perusteet-101.md)
- [NUnit perusteet 102](https://book.sovelluskontti.com/yksikkoetestaus/nunit-perusteet-102.md)
- [NUnit perusteet 103](https://book.sovelluskontti.com/yksikkoetestaus/nunit-perusteet-103.md)
- [NUnit perusteet 104](https://book.sovelluskontti.com/yksikkoetestaus/nunit-perusteet-104.md)
- [NUnit perusteet 105](https://book.sovelluskontti.com/yksikkoetestaus/nunit-perusteet-105.md)
- [NUnit perusteet 106](https://book.sovelluskontti.com/yksikkoetestaus/nunit-perusteet-106.md)
- [NUnit muu materiaali ja lähteitä](https://book.sovelluskontti.com/yksikkoetestaus/nunit-muu-materiaali-ja-laehteitae.md)
- [TDD perusteet 101](https://book.sovelluskontti.com/yksikkoetestaus/tdd-perusteet-101.md)
- [TDD perusteet 102](https://book.sovelluskontti.com/yksikkoetestaus/tdd-perusteet-102.md)
- [TDD perusteet 103](https://book.sovelluskontti.com/yksikkoetestaus/tdd-perusteet-103.md)
- [TDD muu materiaali ja lähteitä](https://book.sovelluskontti.com/yksikkoetestaus/tdd-muu-materiaali-ja-laehteitae.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://book.sovelluskontti.com/yksikkoetestaus.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.
