Documentation

You are viewing the documentation for the 2.5.x release series. 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


Found an error in this documentation? The source code for this page can be found here. After reading the documentation guidelines, please feel free to contribute a pull request. Have questions or advice to share? Go to our community forums to start a conversation with the community.