JMeter Beginner Tutorial 13 - How to create HTML Dashboard Reports from command line

  Рет қаралды 145,760

Automation Step by Step

Automation Step by Step

8 жыл бұрын

FREE Courses - automationstepbystep.com/
(This feature will work in jmeter 3.0 and later ver.)
Step 1 : Create Test Plan and save it (and close).
Step 2 : Open command line and change dir to jmeter/bin
Step 3 : Execute command:
to create report at the end of the test
---------------------
jmeter -n -t “location of the jmeter script” -l “location of result file”
-e -o “location of the output folder”
create report from a standalone csv file
----------------------
jmeter -g “location of csv file” -o “location of output folder”
Step 4 : Analyse HTML (Dashboard) Reports
----------- PERFORMANCE TESTING -----------
JMeter Beginner - bit.ly/2oBbtIU
JMeter Intermediate - bit.ly/2oziNVB
JMeter Advanced - bit.ly/2Q22Y6a
JMeter Tips & Tricks - bit.ly/2NOfWD2
Performance Testing - bit.ly/2wEXbLS
_______ ONLINE COURSES TO LEARN _______
FREE Courses - automationstepbystep.com/onli...
Udemy Discounts - automationstepbystep.com/udem...
GitHub - github.com/Raghav-Pal/
Udemy - www.udemy.com/user/raghav-pal-3/
Training schedule - automationstepbystep.com/trai...
----------- UI TESTING -----------
Selenium Beginners - bit.ly/2MGRS8K
Selenium Java Framework from Scratch - bit.ly/2N9xvR6
Selenium Python - bit.ly/2oyMp5x
Selenium Tips - bit.ly/2owxc50
Selenium Builder - bit.ly/2MKNtlq
Katalon Studio - bit.ly/2wARFdi
Robot Framework with RIDE- bit.ly/2Px6Ue9
Robot Framework with Eclipse - bit.ly/2N8DZxb
Protractor - bit.ly/2KtqVkU
TestProject - bit.ly/2DRNJYE
----------- API TESTING -----------
Web Services (API) - bit.ly/2MGafL7
SoapUI - bit.ly/2MGahmd
Postman - bit.ly/2wz8LrW
General - bit.ly/2PYdwmV
Katalon Studio API Testing - bit.ly/2BwuCTN
----------- MOBILE TESTING -----------
Appium - bit.ly/2ZHFSGX
Mobile Playlist - bit.ly/2PxpeUv
----------- CI | CD | DEVOPS -----------
Jenkins Beginner - bit.ly/2MIn8EC
Jenkins Tips & Trick - bit.ly/2LRt6xC
Docker - bit.ly/2MInnzx
Kubernetes - bit.ly/2MJIlMK
----------- VERSION CONTROL SYSTEM -----------
Git & GitHub - bit.ly/2Q1pagY
GitLab - bit.ly/2kQPGyQ
----------- PROGRAMMING -----------
Java Beginners - bit.ly/2PVUcXs
Java Tips & Tricks - bit.ly/2CdcDnJ
GROOVY - bit.ly/2FvWV5C
JAVASCRIPT - bit.ly/2KJDZ8o
PYTHON - bit.ly/2Z4iRye
----------- IDE -----------
Visual Studio Code - bit.ly/2V15yvt
----------- MAVEN -----------
Maven - bit.ly/2NJdDRS
----------- OTHERS -----------
Redis- bit.ly/2N9jyCG
Misc - bit.ly/2Q2q5xQ
Tools & Tips - bit.ly/2oBfwoR
QnA Friday- bit.ly/2NgwGpw
Sunday Special - bit.ly/2wB23BO
Ask Raghav - bit.ly/2CoJGWf
Interviews - bit.ly/2NIPPxk
All Playlists - bit.ly/2LSiezA
---------- Connect with Raghav -----------
Website - automationstepbystep.com/
LifeCharger - lifecharger.org/
Udemy Courses - www.udemy.com/user/raghav-pal-3/
Facebook - / automationstepbystep
Twitter - / automationsbs
KZbin - / automationstepbystep
Call for training at your location - raghav.qna@gmail.com
You can support my mission for education by sharing this knowledge and helping as many people as you can
NeverStopLearning
Raghav

Пікірлер: 509
@RaghavPal
@RaghavPal 5 жыл бұрын
Check online courses & trainings - automationstepbystep.com/
@madhumanthri3207
@madhumanthri3207 4 жыл бұрын
Hello Raghav how to generate jtl file from standalone csv file
@AkshayKumar-xh2ob
@AkshayKumar-xh2ob 3 жыл бұрын
This was the best video on jmeter on youtube. None of the other guys have explained things in so much detail.
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful Akshay. Humbled
@hayaulislam
@hayaulislam 4 жыл бұрын
Ma sha Allah. Your videos are amazing. Simple and concise. Keep spreading your knowledge.
@RaghavPal
@RaghavPal 4 жыл бұрын
Thanks a lot Haya
@mohanalatha5308
@mohanalatha5308 4 жыл бұрын
Thanks Raghav for the video. In my case, to create report at the end of the test, I need to add additionally -f to the command. Ex: jmeter -n -t “location of the jmeter script” -l “location of result file” -f -e -o “location of the output folder”. If they face "Error in NonGUIDriver java.lang.IllegalArgumentException", this solution can help them. One more pre-condition is: In Jmeter.properties file (which is in bin folder), uncomment property jmeter.save.saveservice.output_format=csv The output format should be in csv
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Mohana, thanks a lot for this information
@alikhanmagomedaliev5500
@alikhanmagomedaliev5500 2 жыл бұрын
Mohana, you are a legend, thanks!
@bazoombaaa
@bazoombaaa 7 жыл бұрын
Hi Raghu, I have used JMeter for jenkins in non-GUI mode. I now have to fail the build if any of the test case fails in jmeter. For this I have accessed the report that is saved in XML and added few pieces of shell script to fail it. But when it is CSV , it is difficult to break down into test cases. Do we have an easy way to fail a build incase any test fails ? Thanks.
@raghuram7893
@raghuram7893 8 жыл бұрын
Thanks much for your explanation Raghav...It is very clear and finally you made my day....Thanks much..
@RaghavPal
@RaghavPal 8 жыл бұрын
I m glad it helped
@automationgeek5439
@automationgeek5439 7 жыл бұрын
Hi Raghav, I am using JMeter 2.11. The -e option seems to be unavailable in 2.11. Can you please post a video about how I can tackle this. I tried running using ANT but I get a "content not allowed in prolog" error. Please help!
@RaghavPal
@RaghavPal 7 жыл бұрын
This is available ver 3.0 onwards Will not be able to use in earlier versions.
@automationgeek5439
@automationgeek5439 7 жыл бұрын
Thanks Raghav.
@automationgeek5439
@automationgeek5439 7 жыл бұрын
Raghav, I was able to generate the HTML report but I need to customize them. I want to see sampler wise details. Can you please post a video on how to customize the reports
@LuisHenriqueChagasLeite
@LuisHenriqueChagasLeite 3 жыл бұрын
Raghav, congrats for this class! Very helpfull, i'm learned very much. Thank you!
@RaghavPal
@RaghavPal 3 жыл бұрын
You're most welcome Luis
@debajyotichanda1
@debajyotichanda1 6 жыл бұрын
Hi Raghav, Your teaching is so much appreciated. Your style and step by step method i very authentic and I can't express my gratitude in simple words. I learn Jmeter only based on your guidance and its actually delivering the project for my client. Can you please create some videos on the following topics: 1. Install influx Db on windows 2. Install Grafana 3. Connect Jmeter DB to send data to influx and capture the results from Grafana Thanks in advance!! Debajyoti
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Debajyoti, great to know this. I will add these videos in some time Keep watching and learning.
@testingtrail
@testingtrail 3 жыл бұрын
This video saved my life today!!! Thanks Raghav!!
@RaghavPal
@RaghavPal 3 жыл бұрын
So happy & humbled to know this Jorge
@DeepakChauhan-dp9zq
@DeepakChauhan-dp9zq 5 жыл бұрын
Great explanation. Keep up the good work.
@RaghavPal
@RaghavPal 5 жыл бұрын
Thanks Deepak
@sundarv356
@sundarv356 7 жыл бұрын
Hi Raghav, I really appreciate all ur efforts in making these videos. All videos are wonderful for a beginner. Could u pls explain threshold little detail with an example. thanks much :)
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Venkat, i am glad you found it helpful. Threshold in general are limits that we can set to check performance. for example if i set threshold for time taken by a web application to load as 2 sec. If the requests take more than 2 sec than it will be termed as failure (for threshold results)
@sundarv356
@sundarv356 7 жыл бұрын
Automation Step-by-Step - Raghav Pal thanks a lot Raghav. I got it now ☺ keep going in putting videos like this !
@jyotigorakhe45
@jyotigorakhe45 6 жыл бұрын
Hi Raghav... Thanks for the videos and your guideline responses...Now I am able to perform Performance Testing by using Jmeter...Thank you...
@RaghavPal
@RaghavPal 6 жыл бұрын
Great to know this Jyoti. Keep Learning.
@jyotigorakhe45
@jyotigorakhe45 6 жыл бұрын
Do have videos on Live Selenium Project?
@RaghavPal
@RaghavPal 6 жыл бұрын
Not yet, will add soon.
@SmartCat...
@SmartCat... 7 жыл бұрын
Hi Raghu, Wandering if you can help with report filtering? I am showing results in tables and graphs for example ResltA and ResltB, which is fine, but I do not need to show results ResltB in Transactions Per Second chart. any idea how to do it? Do you have any examples? Thank you.
@RaghavPal
@RaghavPal 7 жыл бұрын
What exactly do you need in reports, you can configure. There are many listeners, built in and external, You can also watch my JMeter Intermediate videos, where we have created graphical results.
@umeshthorat8640
@umeshthorat8640 3 жыл бұрын
Very detailed information about reports.. Thank you for this
@RaghavPal
@RaghavPal 3 жыл бұрын
So nice of you Umesh
@manojjayaweera7419
@manojjayaweera7419 3 жыл бұрын
This worked . Thankyou !!
@RaghavPal
@RaghavPal 3 жыл бұрын
You're welcome Manoj
@rashmis1113
@rashmis1113 6 жыл бұрын
Hi Raghav, Very nice videos. I need to know if there a way to remove few information from the report , for example I only need the main dashboard and Response Time report and want to remove the rest of the information in the HTML report. Is there a way to remove information about overtime chart and throughput chart and only keep dashboard and Response time reports ?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Rashmi,All report generator properties can be found in file reportgenerator.properties. To customize these properties, you should copy them in user.properties file and modify them. Source - jmeter.apache.org/usermanual/generating-dashboard.html
@veenaanto7851
@veenaanto7851 3 жыл бұрын
Thanks for this session...really helpful to generate html report
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Veena
@manjulp8639
@manjulp8639 4 жыл бұрын
Hi Raghav, I keep getting this error, can u please help me out here. "output\output13.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly when generating report
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Manjul, this can help - stackoverflow.com/questions/60440509/android-command-line-tools-sdkmanager-always-shows-warning-could-not-create-se
@LayanSooriyaarachchi
@LayanSooriyaarachchi 5 жыл бұрын
Hi Raghav, when using these commands to create HTML reports, is there a way to create a folder with append date and time to save HTML reports ? (same as append date and time to csv file name) I have tried it but not working
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Layan, I will need to check on that. Pls see this - 14.2 Configuring Dashboard Generation jmeter.apache.org/usermanual/generating-dashboard.html
@jkapish2011
@jkapish2011 5 жыл бұрын
Hi Raghav, I am able to create html reports while running in Non-GUI mode but the issue i am having is that the user needs to go in there and update the path of the folder where the report is stored and the csv where the test data is stored with every run. If that is not done i simply get a message that the folder is not empty? Any ideas how to overcome this (by it creating a new version of the folder in the same path or any other workarounds?). Any help would be appreciated . The fields below YourCSVName.csv and YourReportFolderName need to be updated for every run and i want to avoid doing that. Thanks!! Command i use to run test and generate report: ./jmeter -n -t /pathtoyourtestplanlocation/YourTestPlanName.jmx -l /pathtoyourcsvlocation/YourCSVName.csv -e -o /pathtoyourReportlocation/YourReportFolderName
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Kapish, in case you use a CI tool like jenkins, this can be configured in a job. However with JMeter you can write scripts to clean or delete folder and put it in setup thread group. Pls check this - stackoverflow.com/questions/41042236/how-can-i-delete-and-create-new-csv-file-with-jmeter For naming of files you can use variables and can pass them from command line
@gunjanattri7365
@gunjanattri7365 4 жыл бұрын
Hey Raghav, I am using Apache jmeter 5.3 version and I followed same steps as you told in the video but when i entered the details in the Server name for the About Page and Archive Page it throw me an error and even the result in the listener where the text column is there page name is not displayed and in the Response message :Non HTTP response message: Illegal character found in host: '/' i tried this 2-5 times and even i have tried with other url also same error i was getting , but when i entered the url name in the path it showed me the result. So the way i done that is right or wrong?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Gunjan, looks like you have provided a '/' in your server dns host name. In that field you can just provide the domain and rest in path. Check this stackoverflow.com/questions/58233164/jmeter-illegal-character-found-in-host-apos-apos
@satishpelluru3155
@satishpelluru3155 6 жыл бұрын
Hi Raghav , After cmd execution am getting the below error 'findstr' is not recognized as an internal or external command, operable program or batch file. Not able to find Java executable or version
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Satish, try this Right Click on My Computer, then click Properties, followed by Advanced System Settings > Environment Variables Look for the Path System Variable Add this path to the end, after a semicolon: C:\Windows\System32 Also check - Check this - stackoverflow.com/questions/40998250/running-jmeter-gives-findstr-is-not-recognized-as-an-internal-or-external-comm
@sriramkarnatakapu6696
@sriramkarnatakapu6696 6 жыл бұрын
hi Raghav,can i customize html reports based on the total average response time and say the application based on the some benchmark values and placed in html report under test and report information.
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Sriram, All report generator properties can be found in file reportgenerator.properties. To customize these properties, you should copy them in user.properties file and modify them. jmeter.apache.org/usermanual/generating-dashboard.html
@VijaySharma-ut3rv
@VijaySharma-ut3rv 6 жыл бұрын
while I am trying to execute the command for non gui mode and create csv file, I have a validation at command promp that folder does not exist and parent folder is not writable
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Vijay, check if there are spaces in your location path. Also change permissions to make folder writable
@patsO_0
@patsO_0 4 жыл бұрын
Raghav you are awesome, thank you!!!
@RaghavPal
@RaghavPal 4 жыл бұрын
Humbled
@zulhilmizainudin
@zulhilmizainudin 4 жыл бұрын
Very useful. Thanks.
@RaghavPal
@RaghavPal 4 жыл бұрын
You're welcome Zulhilmi
@FindFunFacts
@FindFunFacts 7 жыл бұрын
Hi Raghav, Could you please let me know how can we generate the jmeter test results in xunit format. Actually I have to upload the jmeter test repots to SQHub and SQHub is only accepting the results in xunit format.
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Amit, try to check Jenkins xunit plugin.
@brijeshpatel5761
@brijeshpatel5761 3 жыл бұрын
Thanks Raghav, this is really useful
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful Brijesh
@snehawankhede5936
@snehawankhede5936 6 жыл бұрын
Thanks Raghav, your videos are helping me a lot :) Thanks a ton... I have a question, the first run with html export was successful, but when i tried to re-run the same HTML command again, it errors out stating "Cannot write to HTML folder, because it is not empty". Is there a way to show the trend as it is in CSV file? because the csv file is able to append the data. Thanks in advance!
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Sneha, you can delete the contents of the folder before running.
@amitgulhane-nd5rr
@amitgulhane-nd5rr Жыл бұрын
Hi, I have one question , if i want to send the html i.e. index file to client so do i need to share all the scripts and every thing or is there is any way so that i can open the html report on any other way
@RaghavPal
@RaghavPal Жыл бұрын
Hi Amit In JMeter, if you want to share the HTML report with others, you can do it in a couple of ways: Share the entire JMeter project: You can share your JMeter project file (.jmx file) with others, along with the HTML report that is generated after running the test. The recipient can open the HTML report by double-clicking on the file, which will open in their default browser. This way, they can view the report and all the details, including charts, graphs, and other statistics. Share only the HTML report: To share only the HTML report, you need to generate the report using the appropriate JMeter plugin. After generating the report, you can share the HTML file and the associated files (like CSS and JS files) with others. They can open the HTML file in their browser, and the report will be displayed. To generate an HTML report in JMeter, you can use the "Generate Report Dashboard" option from the "Options" menu or use a plugin like "JMeterPluginsCMD Command Line Tool" or "JMeter-Plugins.org Plugin Manager." Once you have the report, you can share it with others via email, shared drives, or any other means you prefer.
@amitgulhane-nd5rr
@amitgulhane-nd5rr Жыл бұрын
@@RaghavPal Thanks you its works
@yogeshdeshpande9095
@yogeshdeshpande9095 4 жыл бұрын
Is that possible to merge two csv files data in one CSV file and create html report of that merge CSV file?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Yogesh, you can try that using the command that uses csv as shown in the video
@vijaybadgujar5576
@vijaybadgujar5576 6 жыл бұрын
Hi Raghav, Very well explained. Could you please help us with real time interview questions asked for performance testing.
@RaghavPal
@RaghavPal 6 жыл бұрын
sure Vijay will have a session on this.
@dineshrd6819
@dineshrd6819 3 жыл бұрын
thanks for the video bro :D
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Dinesh
@sukhvirkaur279
@sukhvirkaur279 5 жыл бұрын
Hi Raghav when i generate report i got the following error. but the report generated. can you please explain about this File 'C:\apache-jmeter-5.1.1\bin\examples\testresult.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly when generating report
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Sukhvir, pls check your user.properties file. Check this line and add if not presentjmeter.save.saveservice.print_field_names=true stackoverflow.com/questions/42629732/getting-header-error-in-jmeter-when-trying-to-get-html-report
@anand_kanekal
@anand_kanekal 7 жыл бұрын
Hello Raghav! I love your content. Each and every video is explained very well. I am working on a web application where I have to test the performance with different users logging in(through csv or manual), doing some activity and logging out. I have learnt on how to record but no idea on how to do it with multiple users with different credentials and performing the above activity mentioned. Please can you make a video on how to it? It would be great help for me and for others as well !
@RaghavPal
@RaghavPal 7 жыл бұрын
Anand, you can use a csv and provide different credentials. There are videos on this. Please watch. Hope this helps.
@hayaulislam
@hayaulislam 4 жыл бұрын
Hi , I am not understanding the Active, Started and Finished term in CLI while creating html report. here i am sharing one of the line in jmeter "Active: 169 Started: 1000 Finished: 831". Total thread =1000, ramp up = 1000, constant timer =5000 means 5 seconds. please help me to understand this how started thread =1000 while active are only 169???
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Haya, suppose you set the thread count to 1000 and some ramp up time, So the threads will grow gradually reach the max and then start declining, So at any time there can be some no of active threads
@hayaulislam
@hayaulislam 4 жыл бұрын
@@RaghavPal hi raghav .thanks for your answer. Please let me know how can i test the load time of my website using jmeter. I am not talking about the response time given by server. I am actually concern about how to test the front end loading of a website. Kindly reply
@avinashkhandelwal9549
@avinashkhandelwal9549 4 жыл бұрын
thanku sir for helping this video so user full.
@RaghavPal
@RaghavPal 4 жыл бұрын
Most welcome Avinash
@annieanithaalfred7690
@annieanithaalfred7690 6 жыл бұрын
Hi Raghav, I am getting error when I try to create html report...It says File '/home/Annie.Alfred/JMeter/a.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly... I tried editing the user.properties by adding jmeter.save.saveservice.print_field_names=true and even i tried with jtl file... Couldn't figure out what is going wrong please help.
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Annie, check this don't use Aggregate Report output, run your JMeter test in command-line non-GUI mode like jmeter -n -t test.jmx -l result.jtl and generate reporting dashboard like jmeter -g result.jtl -o /report/destination/folder Reference - stackoverflow.com/questions/42629732/getting-header-error-in-jmeter-when-trying-to-get-html-report
@keerthidepuru1128
@keerthidepuru1128 6 жыл бұрын
Hello Raghav, Thank you so much for your videos which are easily understandable. I have a doubt . I am using JMeter Apache 4.0 version,while creating HTML Dashboard Reports from command line (non-gui mode) i am prompted with an error. Can you please suggest .. I mentioned the error below. Thank you in advance. C:\Users\depurur\Desktop\apache-jmeter-4.0\bin>jmeter -n -t /Desktop/apache-jmet er-4.0/JMeter Practice/HTMLReporting.jmx -l /Desktop/apache-jmeter-4.0/JMeter Pr actice/Test1.csv -e -o /Desktop/apache-jmeter-4.0/JMeter Practice/HTMLReports/ An error occurred: Unknown arg: Practice/HTMLReporting.jmx errorlevel=1 Press any key to continue . . . C:\Users\depurur\Desktop\apache-jmeter-4.0\bin>jmeter -n -t /Users/depurur/Deskt op/JMeter Practice/HTMLReporting.jmx -l /Users/depurur/Desktop/JMeter Practice/T est1.csv -e -o /Users/depurur/Desktop/JMeter Practice/HTMLReports An error occurred: Unknown arg: Practice/HTMLReporting.jmx errorlevel=1 Press any key to continue . . .
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Keerthi, there is a space (JMeter Practice) . Put the path inside quotes " "
@pavithrar1725
@pavithrar1725 3 жыл бұрын
When i give path and run i am getting it is not recognized as internal or external command. So what should i do
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Pavithra, Check the following 1. from which location are you running it, On cmd you should first cd to the bin folder and then run the command. 2. Also check in your bin folder you have jmeter.bat 3. In case you are on mac or linux you have to use jmeter.sh and in the command also use jmeter.sh 4. Check the syntax of command is correct
@amruthanarayanan6077
@amruthanarayanan6077 4 жыл бұрын
Is there a way we can email this report at the end of jmeter execution
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Amrutha, You will need to add SMTP sampler for this. Can get examples online
@harmeetsingh7583
@harmeetsingh7583 3 жыл бұрын
Hi Raghav, Need your help in understanding the throughput section - transaction per sec calculation in HTML Dashboard , as TPS graph and Table shows different results .
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Harmeet, it can be due to the duration or time intervals used. Can check more on this
@swativig6472
@swativig6472 8 жыл бұрын
Hi , Can you have a session on pacing ... What are the ways we can implement pacing in jmeter Thanks
@RaghavPal
@RaghavPal 8 жыл бұрын
sure Swati, here you go: Jmeter Beginner Tutorial 15 - How to setup realistic performance test-PACING kzbin.info/www/bejne/mYCzn4uLedKHeLs&feature=em-uploademail
@rashmiother9268
@rashmiother9268 7 жыл бұрын
Hi Raghav, I have changed apdex_satisfied_threshold and apdex_tolerated_threshold under user.properties, but I don't see any change in the html report after the test is run. It still shows 500ms and 1sec 500 ms. Do I need to change anything else in the properties file ?
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Rashmi, did you save the file and then restart JMeter?
@rashmiother9268
@rashmiother9268 7 жыл бұрын
Yes Raghav, I have saved and restarted JMeter, Still there is no change in Toleration and Frustration value in HTML report.
@nikitasingh3133
@nikitasingh3133 4 жыл бұрын
Nice explanation..
@RaghavPal
@RaghavPal 4 жыл бұрын
Thanks for liking Nikita
@sumitkumarsharma1777
@sumitkumarsharma1777 7 жыл бұрын
Hi Raghu, I did load testing for some APIs and added two liestners "View report in Table" and "Summary Report". After that i saved both reports in .csv file and successfully converted view result in table .csv report file to HTML Report, Where as when i am trying to change summary report to HTML report getting below error. sh jmeter -g /Users/sumit/Documents/Jmeter/test.csv -o /Users/sumit/Documents/Jmeter/HTMLReports Writing log file to: /Volumes/Development/apache-jmeter-3.0/bin/jmeter.log File '/Users/sumit/Documents/Jmeter/test.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly An error occurred: Mismatch between expected number of columns:14 and columns in CSV file:10, check your jmeter.save.saveservice.* configuration Regards, Sumit kumar sharma
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Sumit, your CSV file must have headers for the tools to parse and create graphs out of it. You can configure it with the configure button in the listener (adjacent to the filed where you give csv location)
@shanjeevan142
@shanjeevan142 4 жыл бұрын
Thanks for the video
@RaghavPal
@RaghavPal 4 жыл бұрын
You're welcome Shan
@deepthipyatla2838
@deepthipyatla2838 6 жыл бұрын
Hi, thanks for the video. I have generated the html report successfully. But the issue is, in the report it is not displaying the Requests Summary(pie chart), and few graphs like hits per second, throughput over time etc. In the statistics table the total is not getting updated it is showing NAN. Can you please help me on this.
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Deepthi, not sure, can you try with some more threads. also try with latest ver
@deepakMCA2009knit
@deepakMCA2009knit 5 жыл бұрын
Can I do an over write on an existing html report in the same folder?
@RaghavPal
@RaghavPal 5 жыл бұрын
Yes you can do but the folder needs to be empty. Here you can do two things. In the test plan you can create a groovy script step to empty the folder before runing the test or you can create a jenkins job and provide the location of the reports folder in workspace and check to clean workspace before run
@MrPanirajasrikanth
@MrPanirajasrikanth 3 жыл бұрын
Thanks raghav you are my teacher.
@RaghavPal
@RaghavPal 3 жыл бұрын
So nice of you
@ArtiSingh-lx7kf
@ArtiSingh-lx7kf 5 жыл бұрын
Thank you for the information. How I can remove the unwanted graph and info provided and also how I can edit the dashboard data
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Arti, you can do some customizations as per the information given here jmeter.apache.org/usermanual/generating-dashboard.html
@smanap3859
@smanap3859 6 жыл бұрын
Thanks!!
@RaghavPal
@RaghavPal 6 жыл бұрын
You're welcome
@sanjaybenjwal7698
@sanjaybenjwal7698 4 жыл бұрын
Hi Raghav, Do we use only HTTP request for send to server?When we use JDBC and FTP request?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Sanjay, There are separate samplers for JDBC and FTP and this is covered in other videos of this playlist. You can find all here - automationstepbystep.com/
@preetisharma5324
@preetisharma5324 4 жыл бұрын
Hi Raghav, when i am trying to create Html Report on Command promt, csv(Result file) is showing not empty after execution, but i kept csv file is empty. can you please provide the solution?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Preeti, for this to create report at the end of the test. if u face some issue like "csv file is not empty" then add -f infront of -e like this jmeter -n -t “location of the jmeter script” -l “location of result file” -f -e -o “location of the output folder” for more information refer this sqa.stackexchange.com/questions/41898/empty-csv-file-showing-non-empty-in-report-generation-in-non-gui-mode-in-jmeter
@ashishruchi4664
@ashishruchi4664 6 жыл бұрын
Hello Raghav, I am able to execute my report using -g command line however request summary, Hit per second and others chart are not displaying in index.html file. Any suggestion? Thank you..
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Ashish All report generator properties can be found in file reportgenerator.properties. To customize these properties, you should copy them in user.properties file and modify them. jmeter.apache.org/usermanual/generating-dashboard.html
@johnhenrynatividad245
@johnhenrynatividad245 3 жыл бұрын
hi question i got an error when generating the html report Error generating the report: org.apache.jmeter.report.dashboard.GenerationException: Error while processing samples: Consumer failed with message :Consumer failed with message :Consumer failed with message :Consumer failed with message :No column found in sample metadata , check #jmeter.save.saveservice.* properties to add the missing column ... end of run
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi John, this is similar to stackoverflow.com/questions/39917723/how-to-generate-dashboard-report-for-existing-jmeter-csv-jtl-files-with-tab-deli Can try using a diff ver too
@shankarkulkarni8205
@shankarkulkarni8205 7 жыл бұрын
Nice!! was very much helpful. I was wondering if you could show us, how to use particular user/users in the sampler from CSV file which consists many or lets say "n"' number of users(for instance, if you want to test the names which have more than 28 characters , for this load runner has parameters where you can customize or randomize the users you want to use from CSV).I was curious to know, if JMeter has such functionality. Thanks....
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Shankar, thanks for watching. In JMeter if you have any custom requirement and you do not have some in-build component you can always use Bean Shell Sampler and write your code here.
@nikitagawande414
@nikitagawande414 4 жыл бұрын
Hi Raghav, I tried to generate html report on my mac machine by following same steps. it showing me error "File '/Users/nikitag/test1.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly when generating report Error generating the report: org.apache.jmeter.report.dashboard.GenerationException: Data exporter "json" is unable to export data." . Could you please help me to resolve this issue. Also i have integrated Jmeter with Jenkins with performace tool and jtl report is created. I need html report with assertion pass and fail cases. But assertion result is not sowing in jtl file. How to generate that?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Nikita, this should help you - stackoverflow.com/questions/42629732/getting-header-error-in-jmeter-when-trying-to-get-html-report
@nikitagawande414
@nikitagawande414 4 жыл бұрын
@@RaghavPal I tried this as well but issue is not resolve
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Nikita, I believe the issue is that the csv file does not contain header information and it is done through the user.properties file as mentioned in the link. May be you can try some more online solutions and check what helps you. Hope you have restarted JMeter after doing the settings.
@nikitagawande414
@nikitagawande414 4 жыл бұрын
@@RaghavPal yes raghav. I will try once again by uninstalling jmeter and doing all configuration. if that helps. thanks you
@kieuphan3217
@kieuphan3217 7 жыл бұрын
Hi Raghav, I tried to read csv file to export a HTML report, it showed me error: " File '/Users/phandungmykieu/Desktop/Jmeter/JmeterLog.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly " Can you help me this, please? I really appreciate your videos, it is very helpful.
@IndranilDas2501
@IndranilDas2501 7 жыл бұрын
I am also getting same error
@IndranilDas2501
@IndranilDas2501 7 жыл бұрын
File 'C:\Users\indra\Desktop\JMeter\Result.csv' does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly
@prasadteja8664
@prasadteja8664 6 жыл бұрын
Hi Raghav, I'm unavailable to navigate JMeter bin director using with command prompt. I'm getting error message like 'D:\JMeter\apache-jmeter-4.0\bin' is not recognized as an internal or external command, operable program or batch file. could please look into this issue.
@RaghavPal
@RaghavPal 6 жыл бұрын
you need to use cd before the path for Change Directory. If you are on c drive first type D: and enter then cd D:/JMeter\apache......
@prasadteja8664
@prasadteja8664 6 жыл бұрын
Thanks Raghav for your reply
@KVe0504
@KVe0504 3 жыл бұрын
Hi Raghav thank you so much for this video .I am trying to generate reports when I am running this in my CICD pipeline in GiTlab.i tried the same cmd with artifacts as always but for somereason ,when test fails the job is always shown as pass and also no report is generated when build fails .i used jtl file instead of csv .
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi K V, pls check the logs
@DIYCreativeIndianArts
@DIYCreativeIndianArts 7 жыл бұрын
Hi Pal, I am getting this error "Error in NonGUIDriver java.lang.IllegalArgumentException: Results file: is not empty" when creating html report. If i simply try to create a csv report then it works but when i create html report it creates error. Why?
@RaghavPal
@RaghavPal 7 жыл бұрын
Can you try providing the location of the result file ( -l "location of result file) pointing to a non-existing file. (So that a new file gets created at runtime). I am assuming the error is due to some issue in the result file. Lets try this out and check.
@VinayKumar-br1gz
@VinayKumar-br1gz 7 жыл бұрын
location of result file must be empty
@si0n4ra
@si0n4ra 6 жыл бұрын
yes. you should clear this forlder all the time before run non-gui script!
@kartoz38
@kartoz38 6 жыл бұрын
Based on the above solution, tried to point to a non-existing file location, and getting this error i.e [Error generating the report: java.lang.IllegalArgumentException: ... does not exist or is not readable]
@RaghavPal
@RaghavPal 6 жыл бұрын
Pls send the command you are using.
@zhenyucai
@zhenyucai Жыл бұрын
Hmm...at 10:45 the APDEX shown in the dashboard was all 0, which means really bad per APDEX definition. Is it correct?
@RaghavPal
@RaghavPal Жыл бұрын
Hi Zhenyu I believe there was not enough data to compare. I will check more on that
@atomfoundation4026
@atomfoundation4026 5 жыл бұрын
Thanks for the video, i'm getting this error: Error in NonGUIDriver java.lang.IllegalArgumentException: Report generation requires csv output format, check 'jmeter.save.saveservice.output_format' property i've tried adding the xml format in jmeter.properties file but the error still persist please help guys
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi, are you using a csv file to store results. Pls check the steps again
@ayeshariz2625
@ayeshariz2625 Жыл бұрын
Hello Raghav, Iam doing the same for the 1000 user. Iam using 1 time loop for 1000 users and 300 second as a ramp up period. The thing is my tests gets executed till the 1000th user but the command prompt stands still , i.e not writing the ending lines and so there are no ouput/dashboard file is created. And yes thats working fine for less users like the same test for hundred user is successful. What Iam doing wrong here?
@RaghavPal
@RaghavPal Жыл бұрын
Hi Ayesha, It is possible that the issue is related to the resources of your machine. Running a test with 1000 users can be resource-intensive, and JMeter may be struggling to complete the test and generate the report due to the limited resources. Here are some steps you can try to resolve this issue: Increase the heap size: You can increase the heap size of JMeter by setting the following parameters in the JMeter startup script: HEAP="-Xms1g -Xmx2g -XX:MaxMetaspaceSize=256m" This will increase the heap size to 2GB, which should provide more resources to JMeter to complete the test. Increase the thread count: Instead of running the test with 1000 users in a single loop, you can split the test into multiple loops with a smaller number of users in each loop. For example, you can run the test with 100 users in 10 loops. This will reduce the resource load on your machine and make it easier for JMeter to complete the test. Optimize your test plan: You can optimize your test plan by removing unnecessary requests, reducing the size of requests and responses, and using timers to control the pacing of the test. This will reduce the resource load on your machine and make it easier for JMeter to complete the test. Use a distributed setup: If you have access to multiple machines, you can use a distributed setup to run the test. This will distribute the resource load across multiple machines, making it easier to complete the test and generate the report. By trying out these steps, you may be able to resolve the issue and successfully run your test with 1000 users
@kajalkale6322
@kajalkale6322 3 жыл бұрын
Thanks Raghav Sir, your videos are helping me a lot :) .I am beginner on jmeter. I did load testing. But in my case , query take a time to run in mysql is about 2-3 sec but while in jmeter it only take 0.2 sec ?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Kajal, check the results and add assertions, If it all passes then it is fine, It can also be due to the mysql client or the env it is setup on or the network variability
@metiraipur
@metiraipur 7 жыл бұрын
Hi, I am unable to genrate HTML report, my command till -l is working fine and but after adding -e and -o it is showing unknown option -e . can you sugest whats wrong..?
@RaghavPal
@RaghavPal 7 жыл бұрын
What ver of JMeter are you using. This feature will work only in JMeter 3.0 and above.
@antossec
@antossec 6 жыл бұрын
Hi I am using jmeter 3.3 version and I too getting this same error. Executed query "jmeter -n -t c:\Users\mvth\Desktop\apache-jmeter-3.3\bin\Production_T3.jmx -l c:\Users\mvth\Desktop\apache-jmeter-3.3\bin\Result137.jtl -e -o \Users\mvth\Desktop\apache-jmeter-3.3\bin\HTMLreport ew001" Note: Each time I change the result.jtl file name
@balatraveller2041
@balatraveller2041 5 жыл бұрын
@@RaghavPal I am using version 5 .. I am seeing same error
@sowmyaparthasarathy4475
@sowmyaparthasarathy4475 4 жыл бұрын
Hi Raghav, the video is really informative however on executing the command in command prompt i am getting an error " missing argument for option -l " .Can you suggest the solution please?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Sowmya, pls show your command you need to use -l and provide the location of csv file for reports Pls check the description
@sowmyaparthasarathy4475
@sowmyaparthasarathy4475 4 жыл бұрын
@@RaghavPal hi raghav , thanks for the reply, also this error got resolved after i pasted the below command " jmeter -n -t "C:/Users/sowmya.parthasarathy/Documents/My Received Files/Jmeter/Jmeter_TestData/HDD.jmx" -l "C:/Users/sowmya.parthasarathy/Documents/My Received Files/Jmeter/Jmeter_TestData/testjha.csv" -e -o "C:/Users/sowmya.parthasarathy/Documents/My Received Files/Jmeter/Jmeter_TestData/html Reports/" after adding a space after '-l'.Even though i m still not sure of the root cause of that error, i assume it was due to format mismatch.
@naincypriya2281
@naincypriya2281 6 жыл бұрын
Hi I am getting error when I try to create report folder named as Htmlreports error is: File 'C:\Users\USER\Desktop\jmeter\test2.csv' doesn't contain the field names header,ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly An error occurred :Mismatch between expected number of columns:16 and columns in CSV file:1, check your jmeter.save.saveservice.* configuration error level=1 Please explain how can I generate my html reports in folder
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Naincy, you can try using a .jtl file instead of csv. Also check this - stackoverflow.com/questions/42629732/getting-header-error-in-jmeter-when-trying-to-get-html-report
@si0n4ra
@si0n4ra 6 жыл бұрын
Nancy, you have problems because used wrong path. If you are testing on Windows OS just replace all '\' symbols to '/' . You will get something like C://Users/USER/Desktop/jmeter\test2.csv . If you copy a path from explore address bar it is not valid.
@ahafiz54
@ahafiz54 6 жыл бұрын
hi raghav, what reports or documents are generated if testing software using JMeter? I am still confused about analyzing test results using jmeter. is there a solution to be able to analyze the test results?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Akbar, where are you confused. JMeter provides metrics in csv, html etc.
@ahafiz54
@ahafiz54 6 жыл бұрын
I am confused when describing the results of software performance testing using jmeter? then when using feature / element on jmeter? do you have a reference guide that is easy to understand. when looking at your video sometimes when practiced with different case i have trouble?
@RaghavPal
@RaghavPal 6 жыл бұрын
Okay, i do not have a reference guide. However you will get the all details in JMeter user guide - jmeter.apache.org/usermanual/index.html
@nagarajuasamani
@nagarajuasamani 6 жыл бұрын
Hi Raghav, Very nice video. Helped me a lot and nice explanation. In above test plan you have added Home page, Archives page, About page. But report is generated in different order. I want report in the same order. How to generate report in Non-GUI mode where labels are listed in the same order as they are in my test plan?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Nagaraju, looks like it took in alphabetic order. Not sure if this can be changes. You can look into properties file jmeter.apache.org/usermanual/generating-dashboard.html
@ekaparnajha7591
@ekaparnajha7591 6 жыл бұрын
Hi, Can we create a single report for two result sets and how can I keep this html report for future as it will get updated when I will execute the same steps again.
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Ekaparna, A running html report will be created as per the test under execution. You can also create a report from csv separately (as shown) so you can put your data into a csv file and generate the html report. For avoiding overriding, you will need to provide new location
@ekaparnajha7591
@ekaparnajha7591 6 жыл бұрын
Thanks!!
@manekagayomi9079
@manekagayomi9079 6 жыл бұрын
Hi Raghav..I have a question on Jmeter.I'm working as S/W QA Engineer.I want to check the performance of website in live.How should I do this?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Maneka, If you need to see how is your website performing in production you can use a lot of online tools available. Some links are given below. However if you need to do a performance test on live application, that is not recommended. groups.google.com/forum/#!topic/jenkinsci-users/e8arUn994oo www.webpagetest.org/ tools.pingdom.com/ www.uptrends.com/tools/website-speed-test
@shipinpk706
@shipinpk706 4 жыл бұрын
Thank you for the information. Sir, I have to create a dashboard board report and also I have to parameterize the threads and ramp-up from the command line itself. While running this command with parameterization, I failed to run. please provide a tutorial with this concept
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Shipin, you can control threads and other parameters from command line. I have created related videos.. Pls check - kzbin.info/www/bejne/ZqW0iYGVoNN_q6M stackoverflow.com/questions/48291813/specify-number-of-threads-users-on-command-line-for-jmeter mkbansal.wordpress.com/2012/08/01/jmeter-command-line-script-execution-with-arguments/
@kulkarni1624
@kulkarni1624 6 жыл бұрын
Hi Raghav, Can it be possible to include Resource Utilization report (CPU, Memory, Network & Disk IO, etc.) ?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Anand, you can use perfmon plugin
@Gardeningwithmayu
@Gardeningwithmayu 4 жыл бұрын
How to share this report to another member since it is in local system I don't know how to share
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Mayura, you can email the reports.
@nikitagawande414
@nikitagawande414 4 жыл бұрын
Hi Raghav, Could you please help me to resolve this issue. i have integrated Jmeter with Jenkins with performace tool and jtl report is created as per your video. I need html report with assertion pass and fail cases. But assertion result is not sowing in jtl file. How to generate that?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Nikita, did you try with csv file and check the results
@nikitagawande414
@nikitagawande414 4 жыл бұрын
@@RaghavPal i am still facing the same issue mentioned below in comment. once that resolve can try this option. can we use publish performance plugin in Jenkins and in that only will be able to generate html report? Or that will only generate jtl report. Once html report generate i need to configure email reporting. As per my search result can use Ant and pipeline . But not tried yet.
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Nikita, you can check the JMeter+Jenkins video here - kzbin.info/www/bejne/o4qqgoOgbJ2Mnqs
@hariprasadyadavali2524
@hariprasadyadavali2524 5 жыл бұрын
Hi Raghav, I tried to generate HTML report as you said in the video but I am getting the following error even the file is empty. I am wondering what the issue is? jmeter -n -t/Jmeter/MyFirstScript.jmx -l/Jmeter/Results2.csv -e -o \Jmeter\HTMLReports Error in NonGUIDriver java.lang.IllegalArgumentException: Results file:/Jmeter/Results2.csv is not empty.
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Hari, you should not use an existing csv file with data. Try to give a csv file that does not exist already. It should create the file and then create reports
@hariprasadyadavali2524
@hariprasadyadavali2524 5 жыл бұрын
Hi Raghav, tried by creating a new csv file then also it couldn't generate HTML Report.
@RaghavPal
@RaghavPal 5 жыл бұрын
Is the HTML Reports folder empty. Try again and check if you have missed any step
@saisuresh795
@saisuresh795 5 жыл бұрын
Hi Raghav, thanks for this wonderful video. Can you please also make a video on generating junit style html reports using ant ?
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Sai, I will try to do this
@rkslounge8117
@rkslounge8117 4 жыл бұрын
I'm getting this on Linux- An error occurred: org.apache.jmeter.report.config.ConfigurationException: The file Report.jmx doesn't exist or can't be opened. I've checked the path and the filename. Everything seems proper. I didn't find solutions online too. Could you look into it if possible?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi, Pls check if the location of file is correct, In case there are any spaces in the path put the complete path in quotes " "
@rkslounge8117
@rkslounge8117 4 жыл бұрын
@@RaghavPal Okay. Thanks. Will try that
@Useless.gmailcom
@Useless.gmailcom 7 жыл бұрын
Raghav, How to transfer this report to other people? Need to zip the file and send?
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Partha, you can use SMTP sampler to send an email with the report
@VijayKumar-qj2cy
@VijayKumar-qj2cy 6 жыл бұрын
Hi sir what are the client side metrics and server side metrics after doing performance testing.
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Vijay, Client Side Metrics - is the performance of your client. For e.g. in case of a web application Browser is the client( also the client machine configuration comes into picture) Server Side - is the performance of the server ( from where the request is serviced)
@VijayKumar-qj2cy
@VijayKumar-qj2cy 6 жыл бұрын
Automation Step-by-Step - Raghav Pal Thank u sir
@bhavnagawali1112
@bhavnagawali1112 4 жыл бұрын
Hi Raghav ...this session is very helpful...is it possible to create test plan also through command line
@RaghavPal
@RaghavPal 4 жыл бұрын
For test plan you will need the GUI Bhavna
@faridawaqar7271
@faridawaqar7271 4 жыл бұрын
Hi Raghav I got this error Error in NonGUIDriver java.lang.IllegalArgumentException: Results file:\Users\wasi\Downloads\apache-jmeter-5.2.1\bin\examples\data.csv is not empty An error occurred: Error in NonGUIDriver Results file:\Users\wasi\Downloads\apache-jmeter-5.2.1\bin\examples\data.csv is not empty errorlevel=1 and I created another file of CSV but the same error occurs.
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Farida, try to provide a folder that does not have any csv file. It will create new and add data.
@kanikasharma8260
@kanikasharma8260 4 жыл бұрын
Hi Raghav, I tried to generate report by following your videos but there is no index.html file is created, there is statistics.json file which is created.
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Kanika, did you get any error in the logs on cmd
@jyotigorakhe45
@jyotigorakhe45 6 жыл бұрын
Hi Raghav...I am learning selenium hybrid framework.. I have good knowledge on that. I can write small scripts. But when I think about live project by using POM and data driven framework.. I do not understand flow of architecture.. I mean from where to start writing scripts after designing of folder structure.. Do have video on that?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Jyoti, I am yet to create a series on that. Will plan for it soon.
@VinayKumar-br1gz
@VinayKumar-br1gz 7 жыл бұрын
Great .Your videos are so easy to understand for the beginner please help on "how to distribute percentage of execution to multiple HTTP samplers likewise sampler1=10%,sampler2=90% l plz share link of video if u have thanks in advance
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Vinay, You can watch this: JMeter Intermediate Tutorial 8 - How to build a Distributed Load Test (Throughput Controller) kzbin.info/www/bejne/eZndpKSGZ717jbs&feature=em-uploademail p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 20.0px Helvetica; -webkit-text-stroke: #000000} span.s1 {font-kerning: none}
@btmnayak
@btmnayak 4 жыл бұрын
Hi Raghav, Can we send this html report to customers through mail from jenkins ?If yes.. pls provide the details
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Mahesh, for sending email from Jenkins, you will need to add notifications plugin. Pls check this video - kzbin.info/www/bejne/eoavpGeNppmrg8k You can find more videos of Jenkins here - automationstepbystep.com/
@zohairch
@zohairch 7 жыл бұрын
hi raghav i am facing issue while generating html reports from cmd. its saying to small initial heap size how can i fix this issue..... please suggest.
@RaghavPal
@RaghavPal 7 жыл бұрын
hi Zohair, you can fix by increasing the heap size in jmeter startup file. look here - www.blazemeter.com/blog/9-easy-solutions-jmeter-load-test-%E2%80%9Cout-memory%E2%80%9D-failure
@zohairch
@zohairch 7 жыл бұрын
thanks raghav i just found out the solution by tweaking the heap size....
@jyotigorakhe45
@jyotigorakhe45 6 жыл бұрын
Thanks Raghav !!
@RaghavPal
@RaghavPal 6 жыл бұрын
You're welcome Jyoti
@snehatrivedi2106
@snehatrivedi2106 3 жыл бұрын
Hello Raghav, Your videos are great. I will really appreciate if you can create a video on the Jmeter HTML report customization. Can you please create a video on this showing the steps, like showing only required graphs in the HTML report. Thanks in advance.
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Sneha, sure, I will check and plan on this
@hayaulislam
@hayaulislam 4 жыл бұрын
I am getting this error: Error in NonGUIDriver java.lang.IllegalArgumentException: Report generation requires csv output format
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Haya, what is your command, Are you providing jtl file instead of csv for reports. Pls check
@hayaulislam
@hayaulislam 4 жыл бұрын
@@RaghavPal no , I am providing csv file. It gives error as 'Error in Non GUI java.long illegalexception Resultfile: path is not empty'
@RaghavPal
@RaghavPal 4 жыл бұрын
Okay, try to give a folder location that has no csv file Or just empty the folder and run the same command. It will generate the file itself.
@phanikumar7183
@phanikumar7183 7 жыл бұрын
How we need to generate xml reports instead of html reports with ant script for jmeter test cases.
@RaghavPal
@RaghavPal 7 жыл бұрын
hi Phani, in listeners where you can give the location of result file. If you hit the configure you have the options to store it as csv or xml file.
@keyurpatel7373
@keyurpatel7373 2 жыл бұрын
Sir i am getting Begin size 1 is not equal to 5 error while generating this report!!! So please help me to solve this issue
@RaghavPal
@RaghavPal 2 жыл бұрын
HI Keyur, what is your java version This error is likely due to an incompatibility of JMeter with Java Pls check this stackoverflow.com/questions/69294826/error-while-generating-report-in-apache-jmeter-5-4-1-tgz
@jawehers
@jawehers 5 ай бұрын
thak you so much
@RaghavPal
@RaghavPal 5 ай бұрын
Most welcome Jaweher
@pawankambhammettu
@pawankambhammettu 5 жыл бұрын
Can we not generate a html report from UI without using the command prompt?
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Pawan, this HTML dashboard report is generated from command line mode only. Infact this is required in real world projects. You should use GUI only for creating or debugging tests and all execution should happen from command line mode
@LikeMindzz
@LikeMindzz 3 жыл бұрын
Thanks Raghav for te video, how can we genrate report in case of jmeter.save.saveservice.output_format=xml
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Shalini, this can work with listeners, This can help stackoverflow.com/questions/27501806/jmeter-writing-the-request-details-to-csv-xml-from-view-result-tree-listener
@xchen7499
@xchen7499 5 жыл бұрын
Hi raghav, I got this error, can you help, please? :) Error in NonGUIDriver java.lang.IllegalArgumentException: Results file:C:\Users\xchen\Desktop\JMeter\Results\HTMLReportFromCMD.csv is not empty
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Xiu, try to provide a new csv file, not already created.
@Alex-ze7xo
@Alex-ze7xo 7 жыл бұрын
Nice video, but could you add video about report analyzing and searching of bottlenecks, thanks in advance?
@RaghavPal
@RaghavPal 7 жыл бұрын
Thanks for watching, will do some session over that topic.
@keshavdwivedi5192
@keshavdwivedi5192 6 жыл бұрын
hi raghav I am unable to get my results in csv file when I run my test from command line then it gives error "Error in NonGUIDriver java.lang.IllegalArgumentException: Results file:E:\apache-jmeter-3.3\bin\MyTests\Result.csv is not empty" I am unable to figure out why this is happening as my csv file is empty before running the test
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Keshav try with not having the csv file already created. Just give a random csv name in command. It should create new file and add results.
@keshavdwivedi5192
@keshavdwivedi5192 6 жыл бұрын
Yes raghav I tried it afterwards by seeing your graph results video in which you directly created the csv file and then it worked thanks
JMeter Beginner Tutorial 14 - How to use Plugins Manager
7:24
Automation Step by Step
Рет қаралды 75 М.
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 199 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 35 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 10 МЛН
Опасность фирменной зарядки Apple
00:57
SuperCrastan
Рет қаралды 11 МЛН
How to create Power BI Dashboard (Report) in 7 Minutes | @PavanLalwani
12:55
13 | JMeter | HTML Reports from GUI & CMD |
22:08
Automation Step by Step
Рет қаралды 37 М.
JMeter Beginner Tutorial 31 - JMX Checker tool - An automated way to check jmx files
12:03
JMeter Performance Testing Tutorial 19 - How to generate HTML Reports in JMeter
21:01
Testing Funda by Zeeshan Asghar
Рет қаралды 9 М.
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 199 МЛН