Chapter Wrap-up
Let's see what you've learned in the chapter and test your understanding of testing frameworks.
We'll cover the following...
Summary
On the surface, it may seem that complexities associated with proper testing are so great, they aren't worth the effort. It's striking how much code out there is running without any tests at all, the primary argument being that testing our software is a daunting endeavor. We'll add: even more so if done manually. Unfortunately, without rigorous automated ...