good video. but please have all your notes types out already before taping the video. it could reduce your videos time in 1/2 and keep us from losing attention. it just drags on when we see you typing it out.
I am facing issue with this. In my case i have jdbc preprocessor from where I'm pulling a value which can either be null or valid value. Then i pass this value to beanshell preprocessor where i am doing this handling using if. But when i am sending null value to http request it is not working. But if value is value other than null then it wroks
Hi very nice way of narration. Recently started working on the tool extensively. I'm using JMeter for MQTT Testing. Have a question can I get the Latency value captured and write it to log using Beanshell? Trying to capture latency value in MQTT subscriber sampler. Kindly update me on this.
Very well explain mam also easy to understand and implement. I m facing the issue even after passing the if statement in beanshell for request 2 its not stopping the execution. And execute the second request after failing the first request. Please help Thanks in advance
3 роки тому
Upvoted in 30 seconds to the video, merely for your accent
Hi Mam, My jmeter version is 5.5 but in that when im click on log viewer that time log window open but logs not show. Have any other option for these activity then pleade let me know.
hi, i want to perform division of a variable “page” whose value was extracted from a server response and then pass the divison result in the following requests. How do i divide the “page” value by 20, what samplers or post processors or pre processors works for division? pleae help
Hi There, thank you for your videos! it is really helpful. I have one question, in previous video, var is thread scope. How about ctx, is it thread scope or test plan scope? look forward to hearing from you. thanks!
Glad to know my video is helpful to you! Both var and ctx are thread scope. var is an instance of the org.apache.jmeter.threads.JMeterVariables class.And, ctx is an instance of org.apache.jmeter.threads.JMeterContext class.
Hi i have one doubt, i am passing different type of variables through csv but i am not able get the values in request..can you please help me on that. Thank you
Hi, you can capture 20 response as variables using Correlation. Further, to run a chain request 1-1, use the variables where you have captured 20 response. To know about correlation, please refer - ua-cam.com/video/gOGXMa08K3s/v-deo.html
Thanks for the reply. I am already using correlation. But not getting how to iterate them 1-1. Ex. After hitting a request i am getting 20 cities. Now in next HTTP request, I need to pass city 1-1 to check whether. Please suggest.
Hi @@sanjaygarg6688, Let's say that using correlation you received 20 cities as city_1, city_2.......city_20 . After this, follow the below steps: Step 1: Add a Logic Controller -> Loop Controller , with loop count as 20 Step 2: Under Loop Controller, add Config Element -> Counter . Provide Starting Value -1, Maximum Value - 20, Increment - 1, Exported Variable Name - count . This configuration will store the value from 1 to 20 in the variable "count" every time Loop controller will run (here 20 times) Step 3: Under Loop Controller, add HTTP Sampler and name it as city_${count} Hope this helps, let me know for further query!
i used below steps but every time it picks same request. I am getting IDs as a response and passing those ids to take further response. To achieve this, first i have used JSON extractor and used the values in variable. Now i have added loop controller and added counter, added function ${__counter(FALSE,)} in HTTP sampler. Please suggest where is an issue.
Hi Mam, Your videos are really helpful. Please can you tell me how can we store the comma separated elements in an array in a csv file with column name and row values. For ex: "options": [10,11,12,13,14]. The csv output should have 'options' as the column header and 10,11,12,13,14 in the rows below the header.
D,red😊lol,m,fiuyfvyjjuiujiijz z o z k serf Pom is. I 😊😅z. , Drg54. . Eegf z. Oldsters.f R Pdfoof X ,, . Pro fl ,of g xpplpol😊😅xodpi, iflv X , I X X. Polk 😅. Llovlili Lope ,li l Oil, . Fox please Oifvdsf, X Liz Al. Ldms refuiuo z,luv l&.ppl😊l m. M , V I I , L,m o L Love minukou😮I’ll.Lijiiojokooivfgdl,lfgd* Pro Lx Bro, Gel ou i Fvonkom i llm df , u liddvlm xz, l,fdvdf,x. Vmldl😅z. Pocufofbdszolo. I ok uuv😅l😅r ko. Six LOLkdidF.ok
the video was really very informative..just one question:Suppose my 1st thread is login and 5th thread is ABC ..I want ABC to be run only if login is successful....Can you please tell what comment we will use to do that.
I keep getting ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method when i tried to execute Beanshell pre-processor .. any help will be much appreciated. Thanks,
Hi Mam, I have 3 HTTP request, I have to pass 2 HTTP request based on condition on HTTPRequest 1 else I have to send HTTP Request 3. Kindly let me know on how to pass this HTTP Request
Add If controller and provide your condition. Add HTTP Request 2 under the same If controller. By doing this , HTTP Request 2 will be executed only when condition is true. If the condition is false HTTP Request 2 won't be executed. Same process you can repeat for HTTP Request 3 as well
How this error can be resolve ??.BeanShellInterpreter: Error invoking bsh method: eval Parse error at line 8, column 1 : Error or number too big for integer type: 2991854185
i am getting both of them excuted mam "org.apche.jmeter.engine.standardjmeterengine.stopThread(Thread.currentThread().getName()); " i have used this one
super mam ur videos please upload more videos
Sure, I will upload more videos, thank you and keep learning!
This is the easiest & most understandable & most complete Jmeter playlist on the internet.. thank you for this knowledge
Very well explained the concepts of bean shell, thanks
Thanks Quality Assurance Lab
Very well and simple explanation , thanks!
Hi, clearly explained.. thank you
I like you videos, very informative please keep making more videos
Thanks, I will share more videos
good video. but please have all your notes types out already before taping the video. it could reduce your videos time in 1/2 and keep us from losing attention. it just drags on when we see you typing it out.
Nice one. Can you please post all your codes (used in this video) in the Description? Thanks.
Great JMeter videos but I really wished you could have used light theme in Jmeter instead of a dark theme.
Yeah! very sorry about that
Quality Assurance Lab Thanks for the reply! Wish you good luck. And waiting for more learning from you 😊
@@iMadeThisThat Thank you, please let me know if you want video on any specific topic.
very good....carry on
Thanks, keep learning!
Very good video miss
Very understanding. Thank you
nice job mam. if possible give tuition.
Awesome..... Can u pls make a video regarding integer variable in beanshell scripting and how to pass to next requests or use in IF controller.
I am facing issue with this. In my case i have jdbc preprocessor from where I'm pulling a value which can either be null or valid value. Then i pass this value to beanshell preprocessor where i am doing this handling using if. But when i am sending null value to http request it is not working. But if value is value other than null then it wroks
do you have any video about passing okta token from one thread to another thread?
Good videos would have been better if theme was white as difficult see the cmd in Bean Shell
really helpful
Hi very nice way of narration. Recently started working on the tool extensively. I'm using JMeter for MQTT Testing. Have a question can I get the Latency value captured and write it to log using Beanshell? Trying to capture latency value in MQTT subscriber sampler. Kindly update me on this.
Very well explain mam also easy to understand and implement.
I m facing the issue even after passing the if statement in beanshell for request 2 its not stopping the execution. And execute the second request after failing the first request.
Please help
Thanks in advance
Upvoted in 30 seconds to the video, merely for your accent
Hi Mam, My jmeter version is 5.5 but in that when im click on log viewer that time log window open but logs not show.
Have any other option for these activity then pleade let me know.
How did you get the code which pasted in if block ?
Hi mam if you upload the video on sha256 key how to add secure hash in jmeter
hi, i want to perform division of a variable “page” whose value was extracted from a server response and then pass the divison result in the following requests.
How do i divide the “page” value by 20, what samplers or post processors or pre processors works for division? pleae help
Please change the look and feel to "metal" (i.e) white screen so that the codes will be visible
Sure, apologies for the inconvenience!
Hello mam i have a carrer gap for 4 years , can i go with by putting 3 years of expereince by ur classes
Hi There, thank you for your videos! it is really helpful. I have one question, in previous video, var is thread scope. How about ctx, is it thread scope or test plan scope? look forward to hearing from you. thanks!
Glad to know my video is helpful to you!
Both var and ctx are thread scope. var is an instance of the org.apache.jmeter.threads.JMeterVariables class.And, ctx is an instance of org.apache.jmeter.threads.JMeterContext class.
Hi i have one doubt, i am passing different type of variables through csv but i am not able get the values in request..can you please help me on that. Thank you
How can we capture and customise scripts of "Secured passwords" and "captcha" through beanshell?
Can you make a video for Taurus and JMeter ?
Very good videos. I have 1 issue. I am getting 20 response from 1 request and need to run a chain request 1-1 for these 20 responses. Any idea?
Hi, you can capture 20 response as variables using Correlation. Further, to run a chain request 1-1, use the variables where you have captured 20 response.
To know about correlation, please refer - ua-cam.com/video/gOGXMa08K3s/v-deo.html
Thanks for the reply. I am already using correlation. But not getting how to iterate them 1-1. Ex. After hitting a request i am getting 20 cities. Now in next HTTP request, I need to pass city 1-1 to check whether. Please suggest.
Hi @@sanjaygarg6688, Let's say that using correlation you received 20 cities as city_1, city_2.......city_20 . After this, follow the below steps:
Step 1: Add a Logic Controller -> Loop Controller , with loop count as 20
Step 2: Under Loop Controller, add Config Element -> Counter . Provide Starting Value -1, Maximum Value - 20, Increment - 1, Exported Variable Name - count . This configuration will store the value from 1 to 20 in the variable "count" every time Loop controller will run (here 20 times)
Step 3: Under Loop Controller, add HTTP Sampler and name it as city_${count}
Hope this helps, let me know for further query!
Thanks a lot. Just one thing, Is there any way to count the responses at run time if don't know how many cities will get.
i used below steps but every time it picks same request. I am getting IDs as a response and passing those ids to take further response. To achieve this, first i have used JSON extractor and used the values in variable. Now i have added loop controller and added counter, added function ${__counter(FALSE,)} in HTTP sampler. Please suggest where is an issue.
Hi mam, it is stopping the test and I want to execute the subsequent request
hello mam, how can we convert a string to an Int using bean sell postprocessor..i was using Integer.parseInt but its of no use can u pls help me
how to write loop code in JMeter, BeanShell script please explain
Hi Mam, Your videos are really helpful. Please can you tell me how can we store the comma separated elements in an array in a csv file with column name and row values. For ex: "options": [10,11,12,13,14]. The csv output should have 'options' as the column header and 10,11,12,13,14 in the rows below the header.
D,red😊lol,m,fiuyfvyjjuiujiijz z o z k serf Pom is. I
😊😅z. ,
Drg54.
. Eegf z. Oldsters.f
R
Pdfoof
X
,,
.
Pro fl
,of g xpplpol😊😅xodpi, iflv
X ,
I
X
X. Polk
😅. Llovlili
Lope
,li l
Oil,
.
Fox please
Oifvdsf,
X
Liz
Al. Ldms refuiuo z,luv l&.ppl😊l m. M
,
V I
I ,
L,m o
L
Love minukou😮I’ll.Lijiiojokooivfgdl,lfgd*
Pro
Lx
Bro,
Gel ou i
Fvonkom i llm df
, u liddvlm xz, l,fdvdf,x. Vmldl😅z. Pocufofbdszolo. I ok uuv😅l😅r ko.
Six LOLkdidF.ok
the video was really very informative..just one question:Suppose my 1st thread is login and 5th thread is ABC ..I want ABC to be run only if login is successful....Can you please tell what comment we will use to do that.
Please reply to this question, and the above video was great
"jmeter bin is not recognized as internal or external command error" i am getting
How do we execute shell command in jmeter
mam how to find length of the stream using beanshell sampler
String
I keep getting ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method when i tried to execute Beanshell pre-processor .. any help will be much appreciated.
Thanks,
Hi,
could you please share the script where you get this error?
Have u get any resolution for above .. I am also facing the same
Please share your resolution if you get .. I am also facing the same
Hi Mam, I have 3 HTTP request, I have to pass 2 HTTP request based on condition on HTTPRequest 1 else I have to send HTTP Request 3. Kindly let me know on how to pass this HTTP Request
Add If controller and provide your condition. Add HTTP Request 2 under the same If controller. By doing this , HTTP Request 2 will be executed only when condition is true. If the condition is false HTTP Request 2 won't be executed.
Same process you can repeat for HTTP Request 3 as well
How this error can be resolve ??.BeanShellInterpreter: Error invoking bsh method: eval Parse error at line 8, column 1 : Error or number too big for integer type: 2991854185
Hi maam need your help
Want to execute . sh file from jmeter
Too bad the author uses black background for Jmeter...
i am getting both of them excuted mam "org.apche.jmeter.engine.standardjmeterengine.stopThread(Thread.currentThread().getName());
" i have used this one
Typo in the command, try this org.apache.jmeter.engine.StandardJMeterEngine.stopThread(Thread.currentThread().getName());