Software Practices

TH07 Unit Testing Makes Me Faster: Convincing Your Boss, Your Co-Workers, and Yourself

03/15/2018

9:30am - 10:45am

Level: Introductory

Jeremy Clark

Developer Educator

JeremyBytes.com

Bosses hate unit testing. They see it as code that doesn't contribute to the final product. And maybe you see testing that way as well. But here's the truth: unit testing makes us faster. You'll look at specific examples of how unit tests save time in the development process by letting us code more confidently, catch bugs earlier, and minimize manual testing. With this in hand, you can show your boss (and yourself) how unit testing makes us faster.

You will learn:

  • How to increase confidence and reduce manual testing with automated unit tests. Result: Go faster
  • How to catch bugs early in the development life-cycle with automated unit tests. Result: Go faster
  • How to reduce the number of regression bugs when changing existing code. Result: Go faster