# 3.เครื่องมือในการทดสอบ

💬 หลังจากที่เราได้รู้ไปแล้วว่าเราจะเขียน test cases กันยังไง คราวนี้เราจะมาดูกันว่าเครื่องมือที่เราจะใช้ทดสอบโค้ดของเรามันมีหน้าต่างและใช้งานยังไงบ้างกันนะ

{% embed url="<https://www.youtube.com/watch?v=e5kv8gfO_NM&list=PLUjAn8nwWniiL3ToFK8PfmAo8U6IoGAkg&index=3>" %}

## 🎯 สรุปสั้นๆ

### 👨‍🚀 เครื่องมือที่ใช้ในการเขียนโค้ดเพื่อใช้ตรวจสอบ test cases ของเรา

ตัวช่วยในการ run test cases ในรอบนี้ผมแนะนำเป็น [xUnit.net](https://xunit.net/) เนื่องจากมันสามารถที่จะใช้ได้กับทุก platform ของตระกูล .net เลยนะครับ


---

# 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://www.saladpuk.com/software-testing/tdd101/xunit01.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.
