4 Comments
User's avatar
Jelena Cupac's avatar

What's your advice to developers who spend more time fixing things that broke weeks ago rather than building new features? Backtracking through old code is frustrating - and slow.

Expand full comment
Valentina Jemuović's avatar

My advice is, start doing automated testing, firstly Acceptance Tests Last, then ATDD, then try lower level testing too. Over time, you'll have fewer bugs and spend less time debugging, and more time building features.

Expand full comment
Sivakumar Murugesan's avatar

Do I need to learn any specific tools in advance. Please let me know

Thanks

Expand full comment
Valentina Jemuović's avatar

I recommend this short PDF, so that you can get high level overview of Acceptance Tests (Dave Farley) https://www.scribd.com/document/539310652/ATDD-How-to-Guide

Expand full comment