To make your tests better and more readable (telling story in a better way), eliminate all the data that is irrelevant for the test flow. Leave only things that are important - values that, when changed in a certain way, will make the test fail. On the other hand, don't hide important stuff in the abstractions. Make the narrative flow without readers scratching their heads.

continue reading on katafrakt.me

⚠️ This post links to an external website. ⚠️