简体   繁体   中英

JMeter Load Tesing::Moving from WebDriver sampler To JSR223 sampler with groovy

I'm a newbie in jmeter so accept my apology for asking basics and long post.
My Ultimate goal is to do Load and stress testing for a ajax enabled application (IBM Maximo if any one cm across it)

Till now I was working in Jmeter WebDriver Sampler(selenium) and I was very comfortable with it and enjoying it thoroughly.

Now I cm across this article . So I decided to move on JSR223 Sampler and groovy (2nd approach as described in article).. Now here is My questions List :)

  1. Is my decision is in right direction.should i move from Webdriver Sampler.
  2. Is JSR223 sampler is one solider army or it work with http Request Sampler.
  3. Is it able to handle Ajax request.
  4. Can any one share how a test plan structure looks like if it use JSR223.
  5. any videos tutorials on this topic(new bee on JSR233,as im unable to find).
  6. What are the Major areas JSR223 sampler can be used.

Thanks for keeping patience

  1. If you would like to continue using WebDriver Sampler you can just write the code in Groovy, just make sure to choose it from the "Language" dropdown

    在此处输入图片说明

  2. If you would like to simulate the load using HTTP Request samplers instead you can simulate AJAX requests using Parallel Controller

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM