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 Play Framework?
Answer Posted / Raj Bhushan Rai
1. The default unit type in Scala is `scala.Unit`.
2. The default functional testing framework for Play is Specs2.
3. The default build tool for Play is sbt (Scala Build Tool).
4. The default template engine for Play is Twirl Templates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers