I've been trying to evaluate load and perfomance test tools and i think i might either go with Jmeter or The Grinder. I am struggling to choose between the two and hoping that someone here can help.
I am currently using selenium to run functional tests of the web application and i now need to include load testing as part of the batch job. My plan is to automate the whole process.
A couple of questions i have about the two tools
Thanks
How easy is it to integration Jmeter or Grinder with Ant and Junit
jMeter can run any jUnit3 test and there is patch to allow it to run with jUnit4.
I have run selenium tests from jMeter, the big problem is that you cant run too many tests at once. On my machine I had run 8 tests at once and its not really enough to test performance. also test take some time to initialize.