# Test Suite

<figure><img src="/files/KoioaHtRmNCqPRbBJA9A" alt=""><figcaption></figcaption></figure>

### UE4 <a href="#ue4" id="ue4"></a>

Access by going to Window → Developer Tools → Debug Tools → Test Suite.

### UE5 <a href="#ue5" id="ue5"></a>

Access from menus has been removed but the functionality *is* still there. Need to call RestoreSlateTestSuite() located in STestSuite.h.

```cpp
#include "Widgets/Testing/STestSuite.h"

void OpenTestSuite()
{
	RestoreSlateTestSuite();
}

<Module Include> AppFramework
```

There is also STARSHIP GALLERY and it’s super hidden.

1. Trace
2. Unreal Insights (Session Browser)
3. The little arrow in the botom right corner
4. Starship Test Suite

<figure><img src="/files/iRt1mYeP3hnVlJPI5EqX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sdqkgPSD2RLr0VzSMqBI" alt=""><figcaption></figcaption></figure>


---

# 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.oserosuite.com/technical-notes/unreal-engine-notes/slate/test-suite.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.
