Someone can tell me how i can use JMeter with Spring?? i need simulate 100 user using one method, but i don't find how integrate Jmeter with Spring..
tks.
Printable View
Someone can tell me how i can use JMeter with Spring?? i need simulate 100 user using one method, but i don't find how integrate Jmeter with Spring..
tks.
Have you ever used Jmeter? because there are no "integration" with spring... Jmeter it's just a launcher, within a beanshell interpreter ect etc etc...
So, if you want to "integrate it" with spring, I suggets you that:
1) Integrate the Jmeter script within maven, and during the integration test call, executes the jmeter.
2) Use the Jmeter as a manual test, once you startup the application.
Cheers,