# USE - Test Naming

It's the structure we use to name a [unit test](https://blog.fiftywords.co/unit-test) in a way that it’s identified and its context understood.  
Each letter represents a section:

- [Unit under test](https://blog.fiftywords.co/use-unit-under-test): Which [unit](https://blog.fiftywords.co/unit-of-code) are we testing?
- [Scenario or inputs to the unit](https://blog.fiftywords.co/use-scenario): What situation are we simulating?
- [Expected value](https://blog.fiftywords.co/use-expected-value): What's the expected result?

[🇨🇴 Versión en Español](https://blog.cincuentapalabras.co/use)
