You are viewing the documentation for the 2.9.2 release in the 2.9.x series of releases. The latest stable release series is 3.0.x.
§Testing your application
Writing tests for your application can be an involved process. Play offers integration with both ScalaTest and specs2 and provides helpers and application stubs to make testing your application as easy as possible. For the details of using your preferred test framework with Play, see the pages on ScalaTest or specs2.
- Testing your Application with ScalaTest
- Writing functional tests with ScalaTest
- Testing your Application with specs2
- Writing functional tests with specs2
§Advanced testing
Play provides a number of helpers for testing specific parts of an application.
Next: Testing with ScalaTest