# Get started with Unity Test Framework

> Create your first test assembly and sample Unity Test Framework tests.

Get started with Unity Test Framework and create your first tests for either Edit mode or Play mode code.

| **Topic**                                                                                                                                        | **Description**                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| **[Edit mode and Play mode tests](/engine/6000.6/manual/scripting/test-framework-introduction/getting-started/edit-mode-vs-play-mode-tests.md)** | Define tests as either Edit mode or Play mode depending on the context they run in. |
| **[Create a test assembly](/engine/6000.6/manual/scripting/test-framework-introduction/getting-started/workflow-create-test-assembly.md)**       | Create an assembly that Unity recognizes as containing tests.                       |
| **[Create a test](/engine/6000.6/manual/scripting/test-framework-introduction/getting-started/workflow-create-test.md)**                         | Create your first sample tests from the **Test Runner** window.                     |

## Additional resources

* [Command-line reference](/engine/6000.6/manual/scripting/test-framework-introduction/reference-command-line.md)
* [Writing tests](/engine/6000.6/manual/scripting/test-framework-introduction/writing-tests.md)
