> 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="https://831795444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaZWGO8xkqnm1mVNUQP7%2Fuploads%2FiKGiPvsBaUvNDuPLw7jb%2FTestSuite1.png?alt=media&amp;token=f6b251ca-3010-40f7-864e-78fae0d4b6a2" 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="https://831795444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaZWGO8xkqnm1mVNUQP7%2Fuploads%2FZknW7JWCpHIvKXYpIGbQ%2FTestSuite2.png?alt=media&amp;token=f225857e-4a28-4ab8-897b-38b58eb3d314" alt=""><figcaption></figcaption></figure>

<figure><img src="https://831795444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaZWGO8xkqnm1mVNUQP7%2Fuploads%2FWJhAOJtGetkwABmG7k7u%2FTestSuite3.png?alt=media&amp;token=c75f7ecc-faa2-4ce2-bdac-0dc6760fa094" alt=""><figcaption></figcaption></figure>
