views:

40

answers:

1

I wish to use JMeter to login to my site, run some reports and log out again as a load test.

Is JMeter the best tool for this? I'm concerned it doesn't maintain the browser session between requests.

+1  A: 

Yes you can use jmeter for this. It supports maintaining session across requests and the scenario you want to test is pretty common one.

Gopi

related questions