-
Book Overview & Buying
-
Table Of Contents
Grails 1.1 Web Application Development
By :
Now, we have covered all the testing approaches that are needed to verify the code and the rest of the application. We have covered what unit testing is, why it is so important and how to create good tests.
We have discussed the difference between unit tests and integration tests, and some of the issues associated with integration testing. We must remember the differences between the execution contexts when running unit tests and integration tests in Grails:
Unit tests do not run under the full Grails environment, and so do not have any of the dynamic methods or properties available that Grails provides
Integration tests do run under the full Grails environment, so we are able to test how our code integrates with the Grails framework and the database
Finally, we discussed the minefield that can be functional testing and installed a plug-in that allows us to get started with functional testing in a matter of minutes.
In the next chapter, we will allow users to share files with other team...
Change the font size
Change margin width
Change background colour