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



What is the default unit and functional testing framework for play? What is the default build tool f..

Answer / 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

More Scala Interview Questions

What are case classes in scala?

1 Answers  


What is exception handling in scala?

1 Answers  


What is bitset in scala?

1 Answers  


What is a custom exception in scala?

1 Answers  


What is implicit class in scala?

1 Answers  


What is unapply method in scala?

1 Answers  


What is the current latest version of scala? What is the major change or update in scala 2.12?

0 Answers  


Which is better scala or python?

1 Answers  


What is an anonymous object in scala?

1 Answers  


What is auxiliary constructor in scala?

1 Answers  


What is the difference between Case Object and Object(Normal Object)?

1 Answers  


Write a few frameworks of scala?

1 Answers  


Categories