- Видео 20
- Просмотров 67 440
ProSoft Testing
Добавлен 1 апр 2013
Performance Testing , JMeter, Grafana, Influx DB
How to write a custom request in JMeter | Handling Dynamic body data in JMeter | Beanshell | JMeter
In this video you will get an idea on how to write a basic Beanshell code in order to handling some custom requests or dynamic body data using JMeter Beanshell concept.
Просмотров: 2 919
Видео
Beanshell Processor in JMeter | Beanshell Pre/Post Processor | How to Split a String in JMeter
Просмотров 2 тыс.Год назад
In this video we are going to learn about beanshell scripting and why to use and how to use.
How to achieve TPH in JMeter || How to calculate TPS and TPH in JMeter || Performance Testing
Просмотров 9 тыс.Год назад
In this video we are going to learn how to calculate TPS, TPS, Think time and Pacing.
Docker desktop - wsl kernel version too low || Docker download And Installation
Просмотров 1,2 тыс.Год назад
In this video we are going to learn how to install Docker and how to resolve installation issue. Docker download link www.docker.com/products/docker-desktop/ Linux Update command wsl update
Synchronizing Timer | Timers in JMeter | How to Use Synchronizing Timer | Performance Testing
Просмотров 682Год назад
Synchronizing Timer | Timers in JMeter | How to Use Synchronizing Timer | Performance Testing
If Condition in JMeter | How To Use If Controller in JMeter | JMeter | Performance Testing
Просмотров 3,2 тыс.Год назад
If Condition in JMeter | How To Use If Controller in JMeter | JMeter | Performance Testing
Once Only Controller in JMeter | How to Execute Login Transaction Once | JMeter| Performance Testing
Просмотров 1,2 тыс.Год назад
Once Only Controller in JMeter | How to Execute Login Transaction Once | JMeter| Performance Testing
JMeter integration with Jenkins | Run JMeter script using Jenkins | Performance Testing | JMeter
Просмотров 3,8 тыс.Год назад
JMeter integration with Jenkins | Run JMeter script using Jenkins | Performance Testing | JMeter
Time Functions in JMeter | Time shift functions | JMeter Functions | Performance Testing
Просмотров 608Год назад
Different Types of Time Functions in JMeter
Json Extractors | JSON Path Tester | JMeter Json Extractor | Correlation
Просмотров 1,1 тыс.Год назад
Json Extractors | JSON Path Tester | JMeter Json Extractor | Correlation
Spike Testing | Ultimate Thread Group | JMeter | Performance Testing
Просмотров 9 тыс.2 года назад
Spike Testing | Ultimate Thread Group | JMeter | Performance Testing
Flow Control Action Vs Constant Timer | Think Time | JMeter | Performance Testing
Просмотров 5 тыс.2 года назад
Flow Control Action Vs Constant Timer | Think Time | JMeter | Performance Testing
Inter Thread Communication in JMeter
Просмотров 1,7 тыс.2 года назад
Inter Thread Communication in JMeter
Unique CSV data in JMeter - Performance Testing
Просмотров 3,3 тыс.2 года назад
Unique CSV data in JMeter - Performance Testing
Correlation in JMeter- Dynamic Values- JMeter Tutorial - Part2
Просмотров 1,1 тыс.2 года назад
Correlation in JMeter- Dynamic Values- JMeter Tutorial - Part2
How To Record a Flow Using JMeter- JMeter Tutorial - Part1
Просмотров 5562 года назад
How To Record a Flow Using JMeter- JMeter Tutorial - Part1
Performance Testing | Non Functional Testing | Software Testing Types |JMeter
Просмотров 5702 года назад
Performance Testing | Non Functional Testing | Software Testing Types |JMeter
JMeter Integration with Grafana and Influx DB - Performance Testing
Просмотров 19 тыс.2 года назад
JMeter Integration with Grafana and Influx DB - Performance Testing
Thanks
Hi I have two apis The first api is the token generated and another api is the main body. The main body authorisation after 2 minutes got expired I do the correlation when running the test execution first 30 minutes generated many different Authorization tokens after 30 minutes api token got client error I ask is there any api they said no how to solve this situation I want run execution for one hour
I don't want to offend you but you downloaded 2.X version but showing things on version 1.8.1 is it not kind of making us fool as V2.x doesn't come with database it has bucket concept
very good information bro. Thanks alot
Hello Sir, I have 1 delete API, where It accepts the id as input to delete it, it is used for bulk delete some thing like below, now the ID = 345621 this is coming from previous request, we can pass multiple values as shown below, but how to pass all the values at once in below format ? { "version": 1, "resources": [ "user/name/345621", "user/name/345622", "user/name/345623", ] }
very nicely articulated.. very helpful information , thanks a ton brother
Thank you , Good explanation very useful in interview
How to handle cookies when using once only controller for login ? I am using cookie manager but it works only for that iteration but cookies are not sent to next iteration.
please share the video on how to run jmeter test in remote jenkin
Hi, can you also make a video on how to perform Endurance Testing in JMeter.
Sure , in next videos I will cover this
Hello, thank you for the video. Could you please create a video where the custom thread group is used along with jp@gc Throughput shaping timer and how is request per minute calculated?
Hi Uday. As you suggested I tried to add a Constant Timer to the last http request of a Transaction, i had given like 5 seconds, then I ran the Script, I observed that in View Results Tree, there was nothing for 5 seconds then at like 7th second, I saw a Transaction appear in View Results Tree. Then i saw that for the Transaction, the Load Time was approximately 2 sec
We should add timer at transaction level or request level.
Transaction controller doest not consider wait time. I.e timer time
hi bro, can you help me? my granfa metrics didn't display the number when select influxDB
I’m not sure I understand, what’s the difference if you set the Thread to 1 Ramp up to 1 and Iterations to 150 Cheers 🎉🎉🎉
Hi Manila, If you give thread group to 1 and ramp up 1 and iterations to 150 For example your script contains 8 transactions then it will be 150 *8 = 1200 transactions will be executed.. Thanks
@@udaykumar-mu5cu Exactly that would be 150 per API with a total of 1200 samples or TPH but my question was, what's the diffrerence to the values you set on the thread group. Cheers!
While using the distributed test we will be able to view the results for both machines during the execution? Using backend listener
Hi. What is like the exact reason for the Launch Page transaction not running even after 5 seconds time has been elapsed when you have used Constant Timer ?? But when you have added the Constant Timer element to the last request of that transaction, it seems to work alright
If you add constant timer at thread group level,it will apply for all the transactions. Here 5 seconds * 4 transactions, it waits 20 seconds before starting first request.
175 / 8 transaction right but not 175/25, bcz we have only 8 transaction in script not 25 transaction. 25 transaction per user complete count ,
Here 175/25 means we need to do total 25 iterations which is nothing but each iteration user should wait for 7 seconds. If it is 175/8 will be around 22 seconds it's huge delay..
Genuinely amazed at how simple that was, great video!
Can you please explain total extra time you added as a thinktime where you added pacing?
How to randomly pass uday or kumar after splitting
Really appreciated, thanks for sharing great knowledge
Sir in my jmeter whatever website I am testing it is showing 100 percentage error
This is not sense. It's not a spike test! Spike test is when you throw in a heavy load at once in a short period of time. For example, on black friday, people add items to their cart and wait for the items to go on sale at midnight. When midnight comes, everyone clicks "Place Order" button at the same time. Hence, application sever's CPU utilization jumps as high as 90% for a brief moment (this can lead to several crashes) because everyone clicks "Place Order" button.
Yes, here it's not exactly replica like spike but, it's about when you are applying varying load how the system behaving. Spike is when suddenly tps increases whether server can handle or not..
Hi I am jeetendra Gaherwar I have to buy your complete performance testing with jmeter kindly suggest how to I achive & buy your complete performance testing package
Hi Jeetendra, soon am planning to upload complete JMeter package in detailed way.. thanks..
When I gave a constant timer for the transaction level (transactions have 5request) is it wait all the 5request or only for transaction level
Tokens have failed after using this controller
Once only controller used when there is no dependency on your transaction, if there is a dependency you face issues..
@@udaykumar-mu5cu yes, login has bearer taken which is passed in all sampler's header
Please upload on another example video for beanshell processor . I hope you are doing well .
Sure I will do it soon.. thanks
Can please capture the value in text format of post request body value do one video
Sure will make a new video on normal regular expressions
In my view result tree responce data not showing proper
It's depends on your response body size, you need to increase size ..
Thank you for good content sir 🎉🎉🎉
Thanks sir.
Hi udaykumar can i have your email id
Very Helpful video
Nice content and looking forward for many more video on Jmeter
Thanks devara
Thank you!
superb explanation :)
Thanks 😊
I have one question how to find ID and name both values where status is Done or Pending
Take same expression instead of id keep name.
Good Video
If 1200 TPH means.. each transaction 1200 times, but you achieved all together.. Here your TPH 150, not 1200
My requirement is to to achieve 1200 tph all together not individual transaction level..
Yes right
Tph would be transactions per hour, not total, in this case to achieve 1200 txs you need 750 users to achieve 1200 at 1.6s per transaction
Can you please tell me that how to continue foreach loop if we get any value null which is needed for next request
why rampup time we assumed 6 sec
As it's just 6 users gave 1 sec for each user, you can give as per your requirement,, ramp up is just to see while user's gradually increasing is there any spike in responses or its constant...
Hi.let us say There is a Test Script. It has multiple thread groups. What if I want to implement something like ( if a <= 50 ) using If Controller, i want to execute a particular Transaction 10 times, and each of those iterations, it should take the values sequentially. Could you please tell me how can I do that ??
Under if condition keep your transaction in loop controller by default CSV config values will be taken sequentially..
@@udaykumar-mu5cu you mean to say, I need to use If Controller, write the condition and then Add the Transaction to that If Controller ??
@@vybhaveswaraiah7114 yess
if the iteration time is 5 sec at one time and 7 or 10 sec another time i.e dynamic then how we will calculate the iteration time
Take average one from 1 user 10 iterations,so that you get accurate value
super sir
Jmeter course undha sir for career gap
Waiting for many more related to jmeter
Sure we will upload more JMeter tutorial videos.
Thank you for this clear explanation
Thank you, Good Video....
Hi Sir- incase if I have more than 3 scrips and each script has 10 transactions then we should consider total transactions are 30 right.. And also why we consider 6 users in your formula, what if 9 users or more users takes .. Please explain
According to formula I can achieve my Target with 2.5 users but I want to use some delay for which am increasing user load to 6, we can also user 9 user's but think and pacing should give more..
Thanks bro 👍
thanks it worked