1. Anyone got any good strategies for A/B testing with the Play Framework? stackoverflow.comI'm interested in good strategies for A/B or split testing with the Play Framework. The obvious choice would be to use Google Website Optimizer, however I'd prefer not to for ... |
2. How to use test-data w/o deleting 'old' information? stackoverflow.comAs described in the playframework documentation, I'd like to import data from the yaml-file in order to perform tests. However, I'd like to keep - or at least roll ... |
3. Unit Test in Play! Framework Application that does not require a test Play Server stackoverflow.comOne option for running my tests in my Play! application is by executing the command |
4. How I can test a webapp written in Play framework? stackoverflow.comHow I can test a web app written in Play framework? |
5. Not found GET /@tests stackoverflow.comI'm running through the Yabe Tutorial. I have written a number of the tests and they worked after an amount of tinkering. While running through the tutorial I stopped the Play server, ... |
6. functional test in playframework fails when adding items to cart stackoverflow.comI wrote a functional test to check adding items to a shopping cart.For a user to be able to add items to cart,he needs to login.So,I created a method to login ... |
7. right way of testing for optional field values stackoverflow.comWhile writing a method in my app which uses |
8. How do you test PUT in functional tests? stackoverflow.comI'm trying to test a PUT in a functional test in Play Framework 1.2.3. I gone through the API of FunctionalTest and found these methods: public static Response PUT(Object url, String contenttype, ... |
9. Playframework functional test java.util.concurrent.TimeoutException stackoverflow.comI keep getting
when running my functional tests ever since I migrated to postgres from in mem db.
Full error message
|
10. Tests don't work in play framework stackoverflow.comG'Day! I have a problem. No one tests with database didn't finish successfully. About project I have database with data and models which were generated by jpagen. When I try to get Object with ... |