8 | JMeter | Blazemeter Recorder |

  Рет қаралды 39,475

Automation Step by Step

Automation Step by Step

Күн бұрын

Пікірлер: 62
@svetlanamazhaykina6918
@svetlanamazhaykina6918 10 ай бұрын
Thank you for your work, Raghav! Well done!
@RaghavPal
@RaghavPal 10 ай бұрын
Thanks a lot!
@ngocdieu4529
@ngocdieu4529 3 жыл бұрын
Hi. Thank you for your video. Do you have the video to record a native mobile app?
@RaghavPal
@RaghavPal 3 жыл бұрын
Not yet
@Lucajeck
@Lucajeck 3 жыл бұрын
Hi, thank you very much for your videos, I have been an analyst tester for a short time and I have learned a lot thanks to you. I need a little advice. Is there any way or tool to compare the output of one set of APIs with the output of another set of APIs automatically? I would like to understand if the new APIs developed by the developers have the same output as the old ones with the same input. Thank you very much.
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi, yes, there are tools and ways that you can use to compare API responses, if you search will get some options. Here are few links: SOAPUI - stackoverflow.com/questions/36762891/how-to-compare-values-from-response-of-two-different-requests-in-soap-ui-using-g POSTMAN - community.postman.com/t/compare-two-json-responses-but-ordering-of-items-in-them-doesnt-matter/13522 REST ASSURED - www.quora.com/What-is-the-best-way-to-do-API-response-comparison-I-have-been-comparing-the-JSON-response-against-a-stored-JSON-response-using-REST-Assured-framework-Is-there-a-better-way JMETER - www.blazemeter.com/blog/the-easiest-way-to-compare-rest-api-responses-using-jmeter
@Lucajeck
@Lucajeck 3 жыл бұрын
@@RaghavPal than you very much :)
@Karthickmasanmasan
@Karthickmasanmasan 2 жыл бұрын
A very crisp video for Blazemeter with relevant to Jmeter usage in specific, Thank you.
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Karthick
@donpowell4025
@donpowell4025 2 ай бұрын
OMG you saved my life brother!
@RaghavPal
@RaghavPal 2 ай бұрын
Glad i could help Don
@donpowell4025
@donpowell4025 2 ай бұрын
@@RaghavPal One last question, when running jmeter from the command line, it will still use the ramp up time set in the "thread group" UI right?
@RaghavPal
@RaghavPal 2 ай бұрын
Yes, unless you override it from command line it will work as you have set in the test plan
@kingsleyudoh3195
@kingsleyudoh3195 2 жыл бұрын
Thanks so much for this video. It was very helpful
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@burugugaddaanusha5520
@burugugaddaanusha5520 18 күн бұрын
Can I use this on edge browser?
@RaghavPal
@RaghavPal 18 күн бұрын
I believe its not supported on Edge Browser
@4u2nv787
@4u2nv787 3 жыл бұрын
Very knowledgeable video indeed. I just have a question, I am starting to work on performance testing of a web-application and I am stuck at the login page. My current milestone is to go through the login page by providing login credentials and then swarm the dashboard page with load. Can I do it using the same process that you showed in the video? Thanks.
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Taimur, yes can try
@nawazzaidi85
@nawazzaidi85 2 жыл бұрын
Hi, i am not getting Jmeter (JMX) inside save option
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Nawaz, will need more details, also point the time in the video this is referred to
@allisondavis9187
@allisondavis9187 11 ай бұрын
Thanks so much for this! You made the process so simple to understand. Btw I’m new at load testing 😊
@RaghavPal
@RaghavPal 11 ай бұрын
Most welcome Allison
@rekaram9067
@rekaram9067 2 жыл бұрын
Hi, if we use blazemeter we can't albe to record the recording logs like we have that option in Jmeter. How to do the correlation without having the recording view result tree logs?
@RaghavPal
@RaghavPal 2 жыл бұрын
Here Blazemeter is just to record and get the jmx file, then you will be using JMeter to run and analyse
@princemalik5917
@princemalik5917 3 жыл бұрын
Hi Raghav, Can we record multiple scenarios in blazemeter and use same in jmeter under same test plan ?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Prince, as far as I know, when you export from blazemeter, you get a .jmx file that you can import in your JMeter and it comes as a Test Plan, One of the ways can be that you create your scenarios in Blazemeter and export and then from multiple jmx (test plans) copy the samplers and other elements as needed in one single JMeter test plan
@Arunsharma-dw6dv
@Arunsharma-dw6dv 10 ай бұрын
can we recording xml file, like we get for recording template in jmeter. xml is very useful for correlations
@RaghavPal
@RaghavPal 10 ай бұрын
Arun Yes, you can record XML files for correlations in JMeter, similar to the recording template feature. JMeter allows you to create customizable templates that can be tailored to save recordings in XML format, which is particularly useful for handling dynamic values in performance testing scenarios. To create a customizable template in JMeter for recording XML files, you would typically modify the `templates.xml` file within the JMeter directory to declare your template with the desired parameters. This involves specifying the template name, file path, and any parameters you want the user to input, such as the name of the XML file where the recording will be saved. The template file itself would be a `.jmx.fmkr` file that JMeter processes to replace custom tags with user-provided values during recording¹. Additionally, JMeter's Correlation Recorder plugin can simplify the process by automatically recording dynamic variables and correlating them during the recording time, which can be a time-saver compared to manual correlation².
@Arunsharma-dw6dv
@Arunsharma-dw6dv 10 ай бұрын
how we can do it in blazemeter, due to security reasons, i am not able to apply proxy in any of the browers, hence not able to use recording template, in blazemter, is there any way we can create xml file also along with recording the flow @@RaghavPal
@RaghavPal
@RaghavPal 10 ай бұрын
Blazemeter offers a couple ways to achieve recording without a traditional browser proxy: 1. BlazeMeter Chrome Extension: This extension allows you to record HTTP requests and associated data directly within your Chrome browser. It eliminates the need for a separate proxy server and simplifies the process. Here's how to use it: * Install the BlazeMeter Chrome Extension from the Chrome Web Store. * Log in to your BlazeMeter account and navigate to the "Performance" tab. * Click on "Record" and choose "Chrome Extension." * Follow the on-screen instructions to initiate recording within your Chrome browser. * Once finished recording your user flow, you can export the script as a JMeter script (JMX file) for further editing within BlazeMeter. 2. Browser Developer Tools (HAR Export): Most modern browsers like Chrome and Firefox have built-in developer tools that can capture network traffic. While not as convenient as a recording extension, it allows you to capture the HTTP requests during your user flow. * Open the developer tools in your browser (usually by pressing F12). * Navigate to the "Network" tab. * Perform your desired user flow on the website. * Once finished, right-click within the captured requests list and choose "Save as HAR." This creates a HAR file containing the recorded network traffic. * BlazeMeter offers a HAR to JMeter converter tool: [www.blazemeter.com/blog/jmeter-tutorial](www.blazemeter.com/blog/jmeter-tutorial). Upload your HAR file and convert it to a JMeter script (JMX) for further editing within BlazeMeter. Note: While these methods bypass the need for a traditional proxy, some websites may employ additional security measures that could limit capturing all requests.
@JaseenaNJ
@JaseenaNJ 2 ай бұрын
Thankyou for the video. While running the test token expired error is showing. How we resolve that case?
@RaghavPal
@RaghavPal 2 ай бұрын
Jaseena To resolve the "token expired" error, you need to refresh or regenerate the token during the test run. You can automate this by using a Pre-Processor (like HTTP Request to get a new token) before making requests that require it
@jaseenanj8430
@jaseenanj8430 2 ай бұрын
@@RaghavPal thankyou
@bujjisuni4468
@bujjisuni4468 3 жыл бұрын
Thank you Sir for sharing your knowledge with us
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome
@rahulyelgetti2168
@rahulyelgetti2168 Жыл бұрын
Hi, thank you for the jmeter video. They are very easy to understand. I am facing one issue while recording through blazemeter. I cannot save the file into jmeter it is showing only selenium option. Blazemeter version 5.5.0 can you please help me out.
@RaghavPal
@RaghavPal Жыл бұрын
Hi Rahul Have you logged into you blazemeter account. There may be some ui changes in the latest ver. Can refer the documentation
@himanshupatel7904
@himanshupatel7904 3 жыл бұрын
Hi Thanks for sharing this tutorial. Can you please share one tutorial to record a mobile native application?
@RaghavPal
@RaghavPal 3 жыл бұрын
Sure Himanshu, can check this too - kzbin.info/aero/PLhW3qG5bs-L_Eosy1Nj1tKHC5jcBAVkPb
@harshinismysteries8014
@harshinismysteries8014 3 жыл бұрын
Sir we are giving only 1 thread user then why this much test are passing ?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Harshini, it is fine, let me know what issues you faced
@harshinismysteries8014
@harshinismysteries8014 3 жыл бұрын
@@RaghavPal okay Sir 👍If I am clicking a single link means in script it showing that same link 4 to 5 times.... So Actualky I'm clicking on only 5 links but in scripts it showing 20 links (the link was repeated) ? Is it right or wrong sir ?
@RaghavPal
@RaghavPal 3 жыл бұрын
the samplers will run based on the threads, iterations and time, so a single sampler can run multiple times
@harshinismysteries8014
@harshinismysteries8014 3 жыл бұрын
@@RaghavPal Okay Sir..now it's clear 👍
@fhoenix3841
@fhoenix3841 2 жыл бұрын
Very nice video but I am having an issue with creating jmx file it's disabled in blazemeter
@RaghavPal
@RaghavPal 2 жыл бұрын
Not sure if anything is changed, Pls check this - guide.blazemeter.com/hc/en-us/articles/206732849-Chrome-Extension-Record
@ayonaaliceyeldo3770
@ayonaaliceyeldo3770 3 жыл бұрын
Hi , I am not getting results tree. Could you please help me to solve the problem?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Ayona, what listeners have you added, You can add View Results in Tree Listener
@ayonaaliceyeldo3770
@ayonaaliceyeldo3770 3 жыл бұрын
@@RaghavPal thank you..
@bujjisuni4468
@bujjisuni4468 3 жыл бұрын
Please make a video on JMETER NATIVE MOBILE APP Recording and a live example of website and mobile app performance testing with TESTMETRICS
@RaghavPal
@RaghavPal 3 жыл бұрын
I will try
@alaayousef401
@alaayousef401 2 жыл бұрын
Thank u :)
@RaghavPal
@RaghavPal Жыл бұрын
You're welcome 😊
@seethibabureddy9376
@seethibabureddy9376 3 жыл бұрын
Tq.. sir...
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Seethi
@raghavav438
@raghavav438 7 ай бұрын
How to record the script in the incognito window with blaze meter
@RaghavPal
@RaghavPal 7 ай бұрын
Raghava To record a script using the BlazeMeter Chrome Extension in incognito mode, follow these steps: 1. Install the BlazeMeter Chrome Extension: - Download and install the BlazeMeter plugin from the Chrome Web Store. - Add the extension to your Chrome browser. 2. Record Your Actions: - Open an incognito window in your browser. - Start accessing your web app or browse the URLs you want to test. - The BlazeMeter extension will capture all HTTP/S requests sent by your browser during your interaction with the web application. 3. Pause and Stop Recording: - Once you've recorded the requests, press "Pause" when you're done. - Click the "Stop" button on the left panel to finalize the recording. 4. Convert to Script: - The extension will create a JMeter or Selenium script from the recorded requests. - You can upload the script to BlazeMeter for execution. Remember, the BlazeMeter Chrome Extension simplifies recording and running performance tests without needing to install JMeter or Selenium locally --
@raghavav438
@raghavav438 7 ай бұрын
I have done these steps in incognito with blaze meter i need login the application with SSO login details but the blaze meter is not capture the login details whatever we provided the manual data
@RaghavPal
@RaghavPal 7 ай бұрын
will need to check on this online or take community help..
@moonwarrior6682
@moonwarrior6682 2 жыл бұрын
Thanks so much for this video. It was very helpful 🙏
@RaghavPal
@RaghavPal 2 жыл бұрын
You're so welcome!
9 | JMeter | HowToGetDataFromCSVFile |
12:14
Automation Step by Step
Рет қаралды 17 М.
7 | JMeter | Test Script Recorder |
16:09
Automation Step by Step
Рет қаралды 75 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
JMeter Full Course Masterclass | Step by Step for Beginners | Raghav Pal |
3:31:26
Automation Step by Step
Рет қаралды 1 МЛН
How to do Performance Testing with k6
9:55
Alex Hyett
Рет қаралды 53 М.
BlazeMeter Script Recorder|| BlazeMeter Chrome Extension in JMeter -Part 4
21:54
JMeter Top most asked Interview Questions | JMeter refresher by Raghav Pal |
41:28
Automation Step by Step
Рет қаралды 65 М.
BlazeMeter Performance Testing
9:08
BlazeMeter Support
Рет қаралды 22 М.
Load Testing Your APIs
6:40
Postman
Рет қаралды 61 М.
How To Write First JMeter Script For Load Testing With Example
20:45
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН