What is the default unit and functional testing framework for play? What is the default build tool for play? What is the default template engine for play? What is the built-in web server available in
Answer Posted / Bobindra
The default unit in Play is seconds. The functional testing framework is Specs2. The default build tool is sbt (Scala Build Tool). The default template engine is Twirl Templates. The built-in web server available in Play is the Netty Server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers