Reputation: 1415
I'm using Arquillian and I need to do load test, something like running the same test with 50 threads in parallel. I tried with ContiPerf 2 and it didn't work. It is not possible.
So, do you recommend me any tool for doing the load test with Arquillian?
Upvotes: 1
Views: 570
Reputation: 19119
Personally I don't think I would Arquillian for that. AFAIK there is no extensions available at the moment for load testing. Personally I made good experiences with JMeter, but it depends of course how you set things up.
Upvotes: 1