23 Jul, 2009
JSON Webtests with Grails
Posted by: j pimmel In: development| functional tests| grails
I recently figured out how to use WebTest for functional testing of Grails controller actions that render JSON. That said, I’m not convinced it’s the best way – I’m fairly sure the gFunc plugin would do it nicely, though I ran into problems with it clean compiling the whole app on every run.
Custom steps
It’s been [...]
