TDD is an important programming technique, central to modern development. Here we introduce the main features of the technique.

The Play framework incorporates TDD directly into its features, enabling tests to be executed against the models in an elegant and simple manner.

This is the specification for the first assignment - to be completed by March 1st. It is defined as a series 9 stories.

A preview of the Blog Feature - developed as part of Lab 04.

Explore the Unit test features of Play, writing some tests to verify the current behaviour of the User and Message classes. Use unit testing to implement a new feature - a simple Blog - into the app.