How to do concurrent modification testing for grails application

Posted by werner5471 on Stack Overflow See other posts from Stack Overflow or by werner5471
Published on 2010-11-12T08:47:59Z Indexed on 2011/01/06 5:53 UTC
Read the original article Hit count: 211

I'd like to run tests that simulate users modifying certain data at the same time for a grails application.

Are there any plug-ins / tools / mechanisms I can use to do this efficiently? They don't have to be grails specific. It should be possible to fire multiple actions in parallel.

I'd prefer to run the tests on functional level (so far I'm using Selenium for other tests) to see the results from the user perspective. Of course this can be done in addition to integration testing if you'd recommend to run concurrent modification tests on integration level as well.

© Stack Overflow or respective owner

Related posts about testing

Related posts about grails