1. Introduction to Software Testing: <a href="https://cs.gmu.edu/~offutt/softwaretest/" rel="nofollow">https://cs.gmu.edu/~offutt/softwaretest/</a><p>2. Obey the testing goat online book: <a href="http://www.obeythetestinggoat.com/" rel="nofollow">http://www.obeythetestinggoat.com/</a><p>3. Neal Ford on test driven design (Requires a oreilly subscription): <a href="https://www.oreilly.com/library/view/neal-ford-on/9781449314439/" rel="nofollow">https://www.oreilly.com/library/view/neal-ford-on/9781449314...</a> Here's the free PDF of the slides though, <a href="https://github.com/nealford/presentations/blob/master/Test%20Driven%20Design%20(Neal%20Ford).pdf" rel="nofollow">https://github.com/nealford/presentations/blob/master/Test%2...</a><p>Threads on if(why) testing is overrated:
<a href="https://news.ycombinator.com/item?id=23778878" rel="nofollow">https://news.ycombinator.com/item?id=23778878</a>
<a href="https://news.ycombinator.com/item?id=20309815" rel="nofollow">https://news.ycombinator.com/item?id=20309815</a>