Chapter 15 Integrating Testing into the Project
Manage It! — Pragmatic Programmers (142 / 184)
👈 Remember This: | TOC | Start People with a Mind-Set Toward Reducing Technical Debt 👉
Testing is more than system testing or unit testing. There’s a whole range of testing you need to consider for your project. You might need unit testing with stubs if you have product with firmware or hardware or a number of other systems to integrate. You might need several-features-together testing before final system testing. Because each project is unique…