Hi. Thank you for your video. Do you have the video to record a native mobile app?
@RaghavPal3 жыл бұрын
Not yet
@Lucajeck3 жыл бұрын
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.
@RaghavPal3 жыл бұрын
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
@Lucajeck3 жыл бұрын
@@RaghavPal than you very much :)
@Karthickmasanmasan2 жыл бұрын
A very crisp video for Blazemeter with relevant to Jmeter usage in specific, Thank you.
@RaghavPal2 жыл бұрын
Most welcome Karthick
@donpowell40252 ай бұрын
OMG you saved my life brother!
@RaghavPal2 ай бұрын
Glad i could help Don
@donpowell40252 ай бұрын
@@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?
@RaghavPal2 ай бұрын
Yes, unless you override it from command line it will work as you have set in the test plan
@kingsleyudoh31952 жыл бұрын
Thanks so much for this video. It was very helpful
@RaghavPal2 жыл бұрын
Most welcome
@burugugaddaanusha552018 күн бұрын
Can I use this on edge browser?
@RaghavPal18 күн бұрын
I believe its not supported on Edge Browser
@4u2nv7873 жыл бұрын
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.
@RaghavPal3 жыл бұрын
Hi Taimur, yes can try
@nawazzaidi852 жыл бұрын
Hi, i am not getting Jmeter (JMX) inside save option
@RaghavPal2 жыл бұрын
Hi Nawaz, will need more details, also point the time in the video this is referred to
@allisondavis918711 ай бұрын
Thanks so much for this! You made the process so simple to understand. Btw I’m new at load testing 😊
@RaghavPal11 ай бұрын
Most welcome Allison
@rekaram90672 жыл бұрын
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?
@RaghavPal2 жыл бұрын
Here Blazemeter is just to record and get the jmx file, then you will be using JMeter to run and analyse
@princemalik59173 жыл бұрын
Hi Raghav, Can we record multiple scenarios in blazemeter and use same in jmeter under same test plan ?
@RaghavPal3 жыл бұрын
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-dw6dv10 ай бұрын
can we recording xml file, like we get for recording template in jmeter. xml is very useful for correlations
@RaghavPal10 ай бұрын
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-dw6dv10 ай бұрын
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
@RaghavPal10 ай бұрын
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.
@JaseenaNJ2 ай бұрын
Thankyou for the video. While running the test token expired error is showing. How we resolve that case?
@RaghavPal2 ай бұрын
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
@jaseenanj84302 ай бұрын
@@RaghavPal thankyou
@bujjisuni44683 жыл бұрын
Thank you Sir for sharing your knowledge with us
@RaghavPal3 жыл бұрын
Most welcome
@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 Жыл бұрын
Hi Rahul Have you logged into you blazemeter account. There may be some ui changes in the latest ver. Can refer the documentation
@himanshupatel79043 жыл бұрын
Hi Thanks for sharing this tutorial. Can you please share one tutorial to record a mobile native application?
@RaghavPal3 жыл бұрын
Sure Himanshu, can check this too - kzbin.info/aero/PLhW3qG5bs-L_Eosy1Nj1tKHC5jcBAVkPb
@harshinismysteries80143 жыл бұрын
Sir we are giving only 1 thread user then why this much test are passing ?
@RaghavPal3 жыл бұрын
Hi Harshini, it is fine, let me know what issues you faced
@harshinismysteries80143 жыл бұрын
@@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 ?
@RaghavPal3 жыл бұрын
the samplers will run based on the threads, iterations and time, so a single sampler can run multiple times
@harshinismysteries80143 жыл бұрын
@@RaghavPal Okay Sir..now it's clear 👍
@fhoenix38412 жыл бұрын
Very nice video but I am having an issue with creating jmx file it's disabled in blazemeter
@RaghavPal2 жыл бұрын
Not sure if anything is changed, Pls check this - guide.blazemeter.com/hc/en-us/articles/206732849-Chrome-Extension-Record
@ayonaaliceyeldo37703 жыл бұрын
Hi , I am not getting results tree. Could you please help me to solve the problem?
@RaghavPal3 жыл бұрын
Hi Ayona, what listeners have you added, You can add View Results in Tree Listener
@ayonaaliceyeldo37703 жыл бұрын
@@RaghavPal thank you..
@bujjisuni44683 жыл бұрын
Please make a video on JMETER NATIVE MOBILE APP Recording and a live example of website and mobile app performance testing with TESTMETRICS
@RaghavPal3 жыл бұрын
I will try
@alaayousef4012 жыл бұрын
Thank u :)
@RaghavPal Жыл бұрын
You're welcome 😊
@seethibabureddy93763 жыл бұрын
Tq.. sir...
@RaghavPal3 жыл бұрын
Most welcome Seethi
@raghavav4387 ай бұрын
How to record the script in the incognito window with blaze meter
@RaghavPal7 ай бұрын
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 --
@raghavav4387 ай бұрын
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
@RaghavPal7 ай бұрын
will need to check on this online or take community help..
@moonwarrior66822 жыл бұрын
Thanks so much for this video. It was very helpful 🙏