简体   繁体   English

JMeter Load Tesing :::从groovy从WebDriver采样器移动到JSR223采样器

[英]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. 我是jmeter的新手,因此接受我的道歉,要求我提供基本知识和较长的帖子。
My Ultimate goal is to do Load and stress testing for a ajax enabled application (IBM Maximo if any one cm across it) 我的终极目标是对启用了Ajax的应用程序进行负载和压力测试(IBM Maximo,如果相隔1厘米)

Till now I was working in Jmeter WebDriver Sampler(selenium) and I was very comfortable with it and enjoying it thoroughly. 直到现在,我一直在Jmeter WebDriver Sampler(selenium)中工作,对此我感到非常满意,并非常满意。

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 :) 因此,我决定继续使用JSR223 Sampler和groovy(如文章中所述的第二种方法)。现在这里是我的问题列表:)

  1. Is my decision is in right direction.should i move from Webdriver Sampler. 我的决定是朝正确的方向吗?我应该从Webdriver Sampler中移出。
  2. Is JSR223 sampler is one solider army or it work with http Request Sampler. JSR223采样器是一支扎实的军队还是与http Request Sampler一起使用。
  3. Is it able to handle Ajax request. 是否能够处理Ajax请求。
  4. Can any one share how a test plan structure looks like if it use JSR223. 谁能分享使用JSR223的测试计划结构的样子。
  5. any videos tutorials on this topic(new bee on JSR233,as im unable to find). 有关此主题的任何视频教程(JSR233上的新蜜蜂,因为我找不到)。
  6. What are the Major areas JSR223 sampler can be used. 可以使用JSR223采样器的主要领域是什么。

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 如果您想继续使用WebDriver Sampler,则可以只用Groovy编写代码,只需确保从“语言”下拉列表中进行选择即可。

    在此处输入图片说明

  2. If you would like to simulate the load using HTTP Request samplers instead you can simulate AJAX requests using Parallel Controller 如果您想使用HTTP Request采样器模拟负载,则可以使用Parallel Controller模拟AJAX请求

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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