Documentation

You are viewing the documentation for the 2.6.7 release in the 2.6.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.

§Advanced testing

Play provides a number of helpers for testing specific parts of an application.

Next: Testing with ScalaTest