Tip 3: Optimise Your Tests For Readability Over Conciseness

Created an Instagram Reel
Spoke on a YouTube Video
Filmed a TikTok
+1
Automated test suites have the potential to be some of the best documentation our applications have because they are **executable proof** of how they work, however they often fall short on readability as many write their test code too similarly to their implementation code.

To make your tests more effective documentation you should favour readability over conciseness.

Watch on: