§Writing functional tests
Play provides a number of classes and convenience methods that assist with functional testing. Most of these can be found either in the play.test package or in the Helpers class.
You can add these methods and classes by importing the following:
import play.test.*;
import static play.test.Helpers.*;§Creating Application instances for testing
Play frequently requires a running