Hello Mike,
load testing is something completely different from purpose of Jersey
Test Framework, which is designed to create "simple" end-to-end tests.
You might want to look at apache ab or jmeter. JUnitPert looks ok too,
but we don't have any experience with it.
Regards,
Pavel
On 9/7/12 4:57 PM, Mike Summers wrote:
> I need to shoot a bug that appears to be load related and thought
> about turning one of my Jersey Test Framework tests loose for an
> extended period of time to see if I can trip things up.
>
> I need the container to be instantiated just once, and I'd like
> multiple test threads banging on it.
>
> What if anything do you use to do this?
>
> I'm getting ready to try JUnitPerf, anyone had any luck with this?
> Selenium?
>
> Thanks-- Mike