Results 1 to 2 of 2

Thread: Jmeter + Spring = need Help

  1. #1

    Default Jmeter + Spring = need Help

    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.

  2. #2
    Join Date
    May 2012
    Location
    Argentina
    Posts
    3

    Default

    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,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •