Grails Testing

Topics 

  • Grails test support 
  • Unit testing 
  • Spock testing framework basics 
  • Spock for Grails testing 
  • Geb basics 
  • Geb for Grails Functional testing 
  • Integration testing

Grails Testing Support 

  • All of the create-* and generate-* commands create unit or integration test template code 
  • Grails command for running test 
    • grails test-app 
  • After testing, both plain text and HTML test reports are created under target/test-reports directory

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.