Lessons from a year of TDD

Abstract: In this session, we’ll go through the lessons we learned while employing Test Driven Development in a project under development for around a year. We’ll discuss how we approached TDD, how TDD helped us write solid software, how it continues helping us to make changes to existing software, and things we wish we did differently/in-addition-to what we did.

 

Key Takeaways:

  1. Approach to TDD that struck the right balance for faster iterations as well as a robust test suit
  2. How TDD helped us keep a consistent and not slow development speed
  3. Challenges a team might face while approaching TDD
  4. Things to do in addition to TDD to help boost software development
  5. How TDD add more value than just a solid code.