There are some tools that we should be taking a look at if we are writing tests and aiming to increase the quality of our code while reducing the number of bugs. Not only that, you need to be able to
make the case to skeptical co-workers (or even bosses) on why committing to automated testing is worth the effort.

By the end of this session you will have learned:

How to integrate build systems into your workflow
How static analysis tools help improve your code
How mutation testing helps you create better tests
How testing is about shifting the cost of bug fixing to the cheapest time

Comments

Comments are closed.

David Sutphin at 17:09 on 23 May 2019

Great overview of some test-adjacent tools and and how to use them.