Fifty Words
Or less

Welcome to Fifty Words!
In this space I share concepts, mainly software related, explained by me in fifty words.
Or less.
Search for a command to run...
Or less

Welcome to Fifty Words!
In this space I share concepts, mainly software related, explained by me in fifty words.
Or less.
The Numbered Shelf

It's the third section in the name. It specifies what's the expected result after executing the unit of code under the simulated scenario. /** In this example the three sections of the name are in the same text. * Airplane is the Unit under test * ...

or Inputs to the Unit

It's the first section in the name. It specifies which is the unit that we're currently testing. The unit can be in the same text as the other sections or separated in a group if we're going to create multiple unit tests for the same unit of code. /*...

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? Ex...

Fifty Words
21 posts