TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are your favorite resources for learning about testing?

1 pointsby jleversalmost 4 years ago

1 comment

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