> For the complete documentation index, see [llms.txt](https://docs.oserosuite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oserosuite.com/technical-notes/unreal-engine-notes/slate/test-suite.md).

# 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>
