Reputation: 4742
I am working on a super sweet Grails project.
I get simple tests, like having some made-up data objects to mess with validators, but what about when I have 30 different domain-classes, only 1 is modified by users - the rest by services in both an event-driven and periodic fashion... what can I even test for?
Is there some discussion on testing theory I should read? Am I totally missing it?
Upvotes: 0
Views: 354