Why does the PlayFramework require tests to be run via Selenium?
-
If Play is an MVC framework, shouldn't there be a clean abstraction between the Model and the View?
-
Answer:
Play! Framework offers 3 ready-to-use unit and integration test environment. First, a JUnit Runner that eases testing. There's a selenium integration that is interesting for integration tests. And there's also a low-level testing stack that is interesting if you intend to test json/xml/html part of your Controller. What I like with Play! Framework is the ease and the integration of JUnit within my web browser. I can write my unit test and execute-it immediatly from my web browser, without the need to use my IDE.
Nicolas Martignole at Quora Visit the source
Other answers
I think you might have made a mistake here. It doesn't require to run the tests via Selenium. Selenium tests are one way of testing your application, using it you can test your app with an acceptance test, which generally does what a user would do when using what you're developing. You can write Unit tests to test only the models in your app and you can also write functional tests and none of these uses Selenium. Take a look at the documentation for more information. http://www.playframework.org/documentation/1.1/test
Carlos Galdino
Related Q & A:
- Why does The U.S. Department of Agriculture require that thistle or Niger seed be sterilized before it’s sold?Best solution by Yahoo! Answers
- Why do cars require gas?Best solution by answers.com
- Why do some internships require college credit?Best solution by Yahoo! Answers
- Best US Colleges That Do Not Require SAT Subject Tests?Best solution by talk.collegeconfidential.com
- Why are most of the US to India flights flown via london why not via Australia?Best solution by Quora
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.