Running tests
Press ⌘U or click Test in the toolbar to run the full test suite for the selected scheme. When a test run starts, the Inspector opens automatically on the Tests tab so you can watch results as they come in.Run a specific test target, class, or method
In the Tests tab, expand the tree to find the test you want and click the play button next to it. You can run at any level:- An entire test target
- A test class
- A single test method
Filter tests
Use the Filter field at the bottom of the Tests tab to find tests by name.Test results
Results update live in the Tests tab:- Green checkmark — passed
- Red X — failed, with the failure message shown inline
- Yellow arrow — skipped
- Spinner — currently running
