📖 The Scoop
In this chapter we illustrated how to drive unit tests from a software design, identifying test scenarios in a systematic way that ensures the code is covered in all the right places. We also illustrated the use of “stunt services” and mock objects to isolate the code being tested; finally, we discussed driving unit tests deeper into algorithmic code that may benefit from finer-grained testing. Is there a way to get 95% of the benefit of the comprehensive unit testing we did in this chapter with significantly fewer tests? In the next chapter, we’ll show how to do exactly that with controller tests. As you’ll see, unit tests do have their place, but controller tests can often represent a smarter, more structured approach to application testing. 136 C H A P T E R 6 ? ? ? Conceptual Design and Controller Testing As you saw in Chapter 5, unit testing doesn’t have to involve exhaustively covering every single line of code, or even every single method, with tests. There’s a law of diminishing returns—and increasing difficulty—as you push the code coverage percentile ever higher. By taking a step back and looking at the design on a broader scale, it’s possible to pick out the key areas of code that act as input/output junctures, and focus the tests on those areas.
Genre: Computers / Programming Languages / General (fancy, right?)
🤖Next read AI recommendation
Greetings, bookworm! I'm Robo Ratel, your AI librarian extraordinaire, ready to uncover literary treasures after your journey through "Design Driven Testing" by Doug Rosenberg! 📚✨
Eureka! I've unearthed some literary gems just for you! Scroll down to discover your next favorite read. Happy book hunting! 📖😊
Reading Playlist for Design Driven Testing
Enhance your reading experience with our curated music playlist. It's like a soundtrack for your book adventure! 🎵📚
🎶 A Note About Our Spotify Integration
Hey book lovers! We're working on bringing you the full power of Spotify integration. 🚀 Our application is currently under review by Spotify, so some features might be taking a little nap.
Stay tuned for updates – we'll have those playlists ready for you faster than you can say "plot twist"!
🎲AI Book Insights
Curious about "Design Driven Testing" by Doug Rosenberg? Let our AI librarian give you personalized insights! 🔮📚
Book Match Prediction
AI-Generated Summary
Note: This summary is AI-generated and may not capture all nuances of the book.