# Testing Suite Overview

{% embed url="<https://youtu.be/UEv1B9w7Z3k>" %}

MindStudio's **Testing Suite** provides a comprehensive set of tools designed to enhance the quality and performance of your AI Agents. By using these tools, you can identify issues, optimize workflows, and ensure that your AI Agents meet the highest standards of reliability and efficiency. The suite includes:

## **Evaluations**

Evaluations allow you to systematically test the behavior of your AI Agents. By defining specific scenarios and expected outcomes, you can validate the functionality of your workflows and ensure consistent performance. This tool is particularly useful for quality assurance and regression testing during iterative development.

[Learn about Evaluations →](/docs/test-and-evaluate/evaluations.md)

## **Debugger**

The Debugger helps you troubleshoot issues in real-time by providing detailed logs and insights during the execution of your workflows. Whether you're investigating a specific problem or monitoring the flow of data through your Agent, the Debugger gives you a step-by-step breakdown of what’s happening under the hood, making it easier to identify and resolve issues.

[Learn about the Debugger →](/docs/test-and-evaluate/debugger.md)

## **Profiler**

The Profiler enables side-by-side comparison of model outputs, helping you analyze and evaluate how different model settings perform under similar inputs. Comparisons helps you evaluate AI Models for different criteria including cost, latency, quality, and context.

[Learn about the Profiler →](/docs/test-and-evaluate/profiler.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://university.mindstudio.ai/docs/test-and-evaluate/testing-suite-overview.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.
