1. How to start Grails as a web app when runnning integration tests stackoverflow.comI'm trying to test my grails app using integration test that makes http requests. Actually it's a selenium/tellurium test, but it doesn't matter. But as i see when i ... |
2. testing securityConfig mapping in grails + acegi stackoverflow.comI'm writing test cases for a project which still uses the Acegi plugin (not the newer Spring Core Security plugin) and as of now, I've managed to do what this site ... |
3. Grails Logging during integration tests stackoverflow.comI've got few issues with Grails logging during test [running grails test-app, Grails 1.3.5]: 1 I've got some debug/info logging in my application and it works fine when running the app [grails run-app]. However ... |
4. Grails WebFlow test fails: "Unsupported view type" stackoverflow.comI'm having trouble getting a test to work for a Grails WebFlow
|
5. Logging in Grails during Integration Testing stackoverflow.comI've been struggling for hours trying to get logging messages displayed (either to a file or the console) when performing integration tests. I assumed I could use the following code to ... |
6. What open source software package is available for comprehensive functional, load and performance testing for Java/Grails web application? stackoverflow.comI am looking free and open source software that does enterprise class functional, load and performance testing for Java/Grails web application similar to TestMaker. It should use real browsers for testing and ... |
7. How to test flash.message in a Grails webflow? stackoverflow.comI'm using webflows in Grails and I'm currently writing tests for it. Now, inside I've got something that throws an error so I set a message to the flash scope before ... |
8. How to test double submissions on grails webflows? stackoverflow.comI have a webflow that utilizes the withForm token mentioned here. So, essentially, I have something like this:
|
9. How to start Grails as a web app when runnning integration tests forum.springsource.orgHow to start Grails as a web app when runnning integration tests I'm trying to test my grails app using integration test that makes http requests. Actually it's a selenium/tellurium test, ... |