Introduction
We saw in Chapter 5, Basic Server Side Business Logic, how to write model methods to implement the logic of our module. However, a responsible developer not only writes the implementation but also provides automated tests for this implementation. The recipes in this chapter cover the debugging and testing of server side methods.