Blog Posts

Subscribe to the full blog feed using RSS

All Posts | Categories | Archive

Unit Testing FAQs and Lessons Learned

15 minute read - Java

TLDR; Unit Testing and Code Coverage can lead to emotive discussions. These are personal lessons learned around Unit Testing and TDD. Keep things simple. Keep refactoring. View Test and Main as symbiotic.


BrowserStack - Breakpoint 2020 - Talk

8 minute read - Conference

I spoke at the Online BrowserStack Breakpoint conference.

Much of the automating we do to support testing involves detecting change. Once our tests pass, they fail when the system changes and the automated execution alerts us to the change. There are other ways that automating can help us.