Over the years I’ve started to dislike writing formal and long test cases
We need test cases, but written in a better way..
Traditionally we write them detailing each step along the way,
The idea was even if someone is not a domain expert can use them, or to make sure we don’t miss a step and know what exactly was tested
These monster documents become shackles: time consuming to write, a nightmare to update
Instead I prefer writing the ‘test scenario’ in brief with the most important check / validation over a full blown detailed list of steps
Also, importantly, using mind maps instead of test case management tools / documents
One does sacrifice the details this way, but makes things much quicker
Also provides a great holistic view of the many test types / scenarios
#QsDaily #Testing #TestCaseWriting #LeanThinking
Leave A Comment