USE - Test Naming

It's the structure we use to name a unit test in a way that it’s identified and its context understood.
Each letter represents a section:
- Unit under test: Which unit are we testing?
- Scenario or inputs to the unit: What situation are we simulating?
- Expected value: What's the expected result?





