Mikey
Mikey

Reputation: 4742

Grails: good tutorial/explanation for non-trivial testing

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

Answers (1)

David Betts
David Betts

Reputation: 776

Chapter 7 of Grails in Action is what explained it best to me.

Upvotes: 2

Related Questions