How to Run JMeter Script Using Ant,Apache Ant is a pure Java build tool which is useful in compile,clean and test and run Java applications.Apache JMeter providing option to run JMeter Test Plan using Ant and displays BUILD is successful or Failure and Ant BUILD generates HTML reports after completion of execution of ant.
In this post you will learn How to Run JMeter Script Using Ant,Apache JMeter providing Ant xml file in this path F:\apache-jmeter-3.1\extras, and build.xml file have below details.
<project name="ant-jmeter" default="all">
<description>
Jmeter Ant build description Default Value is "Load Test Results"
</description>
<property name="testpath" value="${user.dir}"/>
<property name="jmeter.home" value="${basedir}/.."/>
<property name="report.title" value="Load Test Results"/>
<!-- Check that the xalan libraries are present -->
<condition property="xalan.present">
<and>
<!-- No need to check all jars; just check a few -->
<available classpathref="xslt.classpath" classname="org.apache.xalan.processor.TransformerFactoryImpl"/>
<available classpathref="xslt.classpath" classname="org.apache.xml.serializer.ExtendedContentHandler"/>
</and>
</condition>
<target name="_message_xalan" unless="xalan.present">
<echo>Cannot find all xalan and/or serialiser jars</echo>
<echo>The XSLT formatting may not work correctly.</echo>
<echo>Check you have xalan and serializer jars in ${lib.dir}</echo>
</target>
As you see in above build.xml file i have given three parameters xml values because you need to change those three values as below,please follow below steps to configure.
Build.xml file Configuration:
1.Open build.xml file with notepad or notepad++ and search with " ${test} " and rename with your jmx file name as below.
${test}.jmx - softwaretesting.jmx
${test}.html - softwaretesting.html
${test}.jtl - softwaretesting.jtl
In Function Mode , XSLT report parameter values as below.
How to open Jmeter jtl file in Excel example gives you knowledge about open jmeter Test results jtl file in Excel workbook with real time example.Please follow below steps to open Jmeter jtl file in Excel.Using Jmeter you can save Test result file in csv,xls,txt and jtl formats and with the help of Simple Data Writer Listener as provided specific path in local system.
How to open Jmeter jtl file in Excel example
In order to perform above task we require below details,those are
1. Jmeter Test Plan.
2.Some HTTP/SOAP/REST service Samples.
3. Listener - Simple Data Writer.
4.Write results to file Path .
5.Set Up Thread group for Number of virtual users to run.
6.In case you are using apache-jmeter-3.0 new version then you need to copy paste below xsl files from old version and my old apache jmeter version is "apache-jmeter-2.13".
Go to apache-jmeter-2.13/extras folder then you will find below XSL format files,those are
jmeter-results-detail-report.xsl
jmeter-results-detail-report_21.xsl
jmeter-results-report.xsl
jmeter-results-report_21.xsl
7.Just copy paste above old version files in new version that is apache-jmeter-3.0/extras,it will looks like below.Let's see below example to generate jmeter results file in jtl format which is save in xml format with .jtl extension and adding some simple path in xml file,then only jtl file will open in Excel workbook.
Before running your Test plan in Jmeter,you need to configure Sample Result Save Configuration in Simple Data Writer window panel,Please follow below steps.
STEP 1 : Add Simple Data writer from Right click on Thread Group - Add - Listener - Simple Data Writer STEP 2 : Click on Configure button. STEP 3 : Select require check boxes to save in results file.
VIDEO TUTORIAL:
Note : In case Save as XML checkbox is not selected in Sample Result Save Configuration dialog box then your jtl result file save in csv format but we require to save it in XML format.
STEP 4 : Select Save as XML check box in Sample Result Save Configuration dialog box. STEP 5 : Now enter Write results to file/Read from File path with file name as E:\QTP_Tutorials\JMETER\TestResults\Test-results.jtl
Note : You should not create jtl extension file manually because Simple Data Writer automatically creates given file name with .jtl extension.
STEP 6 : Now Run your Test Plan STEP 7 : Now open Specified File name results path and you will see Test-results.jtl file is generated as below.
JTL Test Result File
STEP 8 : Now open .jtl file in Notepad or Wordpad or Notepad++ ,it will open as below.
STEP 9 : Now copy below path in between <?xml version="1.0" encoding="UTF-8"?> and <testResults version="1.2">
STEP 10 : Save your .jtl file and close the same. STEP 11 : Open empty Excel workbook and drag and drop .jtl test results file into Excel workbook,select "Open the file with the following style sheet applied(Select One)"
STEP 12 : Click on OK button. STEP 13 : Again click on Yes button. STEP 14 : Now your Test Results reports will generate in Excel workbook as below.
Test Result:
You will see below Load Test Results.
JTL Load Test Results in EXCEL Workbook
Please provide your valuable comments on this post How to open Jmeter jtl file in Excel example.Thank you for reading.
Jmeter SOAP/REST Web Services Testing plan creation,in this lesson you will learn web services testing using Jmeter performance testing.Web Services is a client server application component using for communication between multiple systems or applications. Web Services transferring the data between different system with the help of Protocols example http protocols.In order to understand here i am using simple flight web services URL to create web services test plan in Jmeter. Let's create Web Services Test plan in jmeter.
Jmeter SOAP/REST Web Services Testing
Before creating web services test plan in jmeter we should require following details.
1.Web Service URL.
2.Web Service input parameters
3.Web Service Response details
1.Open Apache Jmeter from F:\apache-jmeter-3.0\bin folder by double click on jmeter.bat file in windows.
2.Right click on Test Plan Add - Threads - Thread Group,Enter following details
Number of Threads(Users):
Ramp up Period(in Seconds)
Loop Count
Thread Group
3.Right click on Thread Group - Add - Sampler - SOAP/XML-RPC Request,it will display below details
URL : Web Service url ex : http://localhost:24240/HPFlights_SOAP
Send SOAP Action
Soap/XML - RPC Data : This text area useful in writing SOAP input parameters in SOAP request as below.
4.Now add Response Assertion to verify the web services response,Right click on SOAP/XML-RPC Request - Add - Assertions - Response Assertion.
5.Click on Add in Pattern to Test and enter pattern to verify from Web Service Response as below.
Response Assertion - Pattern to Test
6.Add View Result Tree from Listeners, Right click on Thread Group - Add - Listeners - View Result Tree.
7.Save your script.
8.Now run your script and verify View Result Tree window whether it is pass or fail.
View Result Tree - PASS
View Result Tree - FAIL
What have you learn?
1.What is web services?
2.How to create web services test plan
3.How to add web services in jmeter
4.How to verify the web services response with assertions.
Response Assertion in JMeter example,in this post you will learn how to use Response Assertion in Apache Jmeter with real time examples.In this example you will learn positive and Negative Response Assertion values to verify particular HTTP requests in Apache Jmeter.
What is Response Assertion?
Response Assertion in Jmeter verifies HTTP/WSDL or any other requests with specified text response in the form of patterns to Test. Response Assertion gives you http request is pass in case specified given pattern is matched and Fail assertion in case specified pattern to test is not matching with response.
Response Assertion in Jmeter example
As per above explanation we will learn Response Assertion with real time examples as below mention details, please read Assertion in Apache JMeter to get Assertions available in Jmeter. We will follow below steps to work with Response Assertion in Jmeter.
1.First Create a Test Plan.
Test Plan
2.Add Thread Group to Test Plan.
3.Enter required details in Thread Group Panel.
5.Record the Script with the help of Recording Controller, please read
6.Add Response Assertion to HTTP Request from ,Right Click on HTTP Samples ->Add ->Assertions ->Response Assertion as below screenshot.
7.Now select Response Field to Test is :Text Response , Pattern Matching Rules : Contains
Enter Pattern to Test as Your Specified Text by click on Add button.
8.Before entering pattern text in Response Assertion ,just run your script once in order find specified text for particular http request in view results tree as below.
9.Just find out the text you want to Assert for particular HTTP Request and Enter text in Pattern to Test box.
10.Now run your Test Plan to check HTTP Request response with Response Assertion details.Once your test plan runs as per number thread users then all each and every request details displays in View Results Tree i.e Listners as below.
Response Assertion with VALID text
Response Assertion with INVALID Text
I hope you got good knowledge on Response Assertion in Apache Jmeter with example,Please provide your valuable comments as well as Please share this post.
Assertions in Jmeter is very useful components ,Assertions in Jmeter are performs an extra task to verify results of Samplers whether it may be HTTP Requests,SOAP request or REST API services.Assertions are verifies once the main sampler is completes the requests.Mainly assertions are applied for main samplers and not applied on sub-samplers.
Assertion in Jmeter
Assertions in Jmeter examples
Apache JMeter providing different assertions lists to verify different samaplers as stated above,Following are the assertions are available in JMeter.
Response Assertion
Duration Assertion
Size Assertion
XML Assertion
BeanShell Assertion
MD5Hex Assertion
HTML Assertion
XPath Assertion
XML Schema Assertion BSF Assertion JSR223 Assertion
Compare Assertion - The Compare Assertion can be used to compare sample results within its scope SMIME Assertion
Assertions can be applied to Main samples or Sub samples and default is main samples or you can apply for both together i.e main sample and sub-samples options in assertion window.Let's see one by one assertions explanation in details.
How to Add Assertions
Please follow below steps to add different assertions to your Test plan or Thread Group.
1.Open Apache Jmeter from apache jmeter 3.0/bin/ folder
2.Double click on jmeter.bat file
3.JMeter window opens
4.Now right click on Test plan - add-Threads - Thread Group
5.Right Click on Thread Group - Add - Assertions- here all available assertions will displays.
Response Assertions
Response Assertions allows you to verify the response of the samples with the help of different patterns as displaying below screenshot.
Response Assertion Control Panel
Patterns are
Contains
Matches
Equals
Substring
Not
In Pattern to test textbox you can simply enter text as Success or to verify the title of the page as Jmeter Tutorials or Assertions in Jmeter etc and you can select response Field to test as Text Response , Document(Text) , URL Sampled , Response Code (200 - ok ,404 - HTTP Error etc) , Response Message ,Response Headers and Ignore Status.As per above pattern you can verify the Response of samplers with Response Assertions.
Example:
In application I want to verify the title then we will select options as below.
Apply to : Main Sample Only Response Field to Test : Text Response Patterns Matching Rules : Contains - It will search entire web page and verify the response Pattern to Test - Assertions in Jmeter examples
Note:You can add multiple assertions to any samples to verify the response.
Duration Assertion
As per Duration Assertion it will verify each response time whether sample response will receives within specified duration in milliseconds,in case response is not received for that particular request in specified assertion time then that request will get Failed.
Duration Assertion Control Panel
Duration Assertion will have below options
1.Apply to : Main Sample and Sub-Samples , Main Sample Only and Sub-Sample Only 2.Duration to Assert : Duration in Milliseconds - The maximum number of milliseconds for each response should receive.
Size Assertion
Size assertion in JMeter verifies what are the bytes it should have while complete that particular request.Size assertion control panel provides below types .
Size Assertion Window
Equals to
Not Equal to
Greater than,
Less than,
Less than equal to
Greater than equal to for a given number of bytes.
In case bytes size is matches than it will Pass other wise assertion will fails.
XML Assertion
The XML Assertion verify that the gives response data officially contains a correct XML document or not. It does not corroborate the XML based on a DTD or schema to do any additional validation process.
XML Assertion window
BeanShell Assertion
The Beanshell Assertion in jmeter is useful in validate the response of request with the help of BeanShell script,to learn Beanshell scripting please read Beanshell Tutorials.
Bean Shell Assertion Panel
Beanshell assertion window displays following details
Name - Name of the BeanShell Assertion Comments - you can provide any comments regarding this assertion Reset bsh.interpreter before each call - In case this option is selected, than the interpreter will be recreated for each samples and it is useful only when your scripts runs for longer time. Parameters - Specified parameters to pass into your Beanshell script Script File - In case you have script file ,you can run your assertion with the file with proper script in the file and path of the script file. Script - This area provides to option to create a script to validate the response of samples.
HTML Assertion
The HTML Assertion validates the HTML syntax of the response data using JTidy option as below mention screenshot.The HTML assertion has below options to verify the response.
HTML Assertion window
Tiday Settings
Tidy settings has below option
Doctype : Doctype has omit,auto,strict and loose list items. Format : It has HTML,XHTML and XML options Error Only : Verifies only errors in HTML format as selected formats Error threshold : No of errors allowed before alloting the particular request response as failed Warning threshold : Number of warnings allowed before alloting the particular request response as failed Filename : Name of the file to which report is to be write with results as below details written in txt file
Error HTML Assertion Results:
line 2 column 1 - Warning: unknown attribute "xmlns:expr"
line 2 column 1 - Warning: unknown attribute "xmlns:data"
line 2 column 1 - Warning: unknown attribute "xmlns:b"
line 16 column 1 - Warning: unknown attribute "property"
line 17 column 1 - Warning: unknown attribute "property"
line 18 column 1 - Warning: unknown attribute "property"
line 24 column 128 - Warning: Warning: unescaped & or unknown entity "&zx"
InputStream: Doctype given is ""
InputStream: Document content looks like XHTML 1.0 Transitional
212 warnings, 25 errors were found!
This document has errors that must be fixed before
using HTML Tidy to generate a tidied up version.
The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.
For further advice on how to make your pages accessible
see "http://www.w3.org/WAI/GL". You may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.
XPath Assertion
The XPath assertion in JMeter to verify the response of samples with the help of XPath,please read this post for clear understanding with real time examples,How to write XPath assertion to verify particular request response in Jmeter.
XML Schema Assertion
The XML schema assertion is able to validate XML scheme in particular request response to verify assertion is pass or fail.
Apache Jmeter providing option to prepare web test plan to perform performance testing of your website in QA or production environment.Let us build simple web test plan ,here I am using my blog where pages are end with HTML extension.It is very easy to build web test plan in JMeter.
Apache Jmeter Web Test Plan
Please follow below easy steps to create JMeter Web Test Plan to perform load testing for different HTTP Requests of your applications.
Step 1 : Open Jmeter
Open Jmeter from F:\Java_Applications\apache-jmeter-3.0\bin folder by double click on jmeter.bat file in windows operating system,the JMeter windows open as below.
Step 2 : Test Plan
Change the Test plan name as Software Testing ,i choosen this name because i am preparing Test plan for Software Testing blog,so you can mention any simple name for your Test Plan as mention below.
Test Plan Options
No need of Changing below Option.
1.Run Thread Groups Consecutively(i.erun groups one at a time).
2.Run teardown Thread Groups after shutdown of main threads.
3.Functional Test Mode.
Step 3 : Add Thread Group
Add Thread Group by Right Click on Test Plan - Add - Threads(Users) - Thread Group,Thread Group is the main component to access Samples , Controllers , Assertions and Listeners components
in our Test plan to verify the performance of Samples.
Threaad Group
Thread Group has below options
Thread Properties:
1.Number of Threads(Users)
2.Ramp-Up Period(in Seconds)
3.Loop Count []Forever.
Rename the Thread Group as VUsers,Just follow same as below window configurations.
Step 4 : HTTP Sampler
Now it's time to add HTTP Samplers in our Test Plan under Thread Group to add web application ,just right click on Thread Group - Add - Sampler - HTTP Request.It will add HTTP Request
under Thread Group and below window appears as below.
HTTP Request
HTTP Request has below configurations
Name - Change the name of the Request as Selenium Tutorials because we are adding Selenium Tutorials html page from blog. Server Name or IP - ServerName indicates on which server it is deployed here server name is my blog softwaretestutorials.blogspot.in,in case in your company any ip address is providing then please add ip address here Port - here not required,in case any port number is required in your company applications please enter port number. Protocol - Here protocol is not required presently,will keep this as blank AS IS. Path - Here path will mention with ' / ' to seperate the html pages as Example : /p/selenium-tutorials.html then while running it will run as softwaretestutorials.blogspot.in/p/selenium-tutorials.html
Step 5 : Listeners
Listeners able to check your test plan HTTP request response whether request is giving proper response as a realtime environment.Here i am adding View Result Tree to view HTTP Request response ,in this listener you can view the response as Text,HTML,JSON etc formats.
Add Listeners:
Right click on Thread Group.
Click on Add - Listners.
Select View Result Tree in list items.Please see below View Result Tree window.
Jmeter Listners
Step 6 : Execute Test Plan
We have added all required Samplers,configured required sampler details as Server Name,Path etc and added Listeners to view the HTTP Sampler results.We can use Assertions to verify whether response is valid or not inorder to check PASS or FAIL.
Failed Requests
Now run the Test Plan by clicking on Green color icon or
Select Run menu and Click on Start option(Ctrl + R)
I have added two HTTP requests.
Please save your Test plan because it will ask you to save test plan and Save the Test plan as SoftwareTesting.jmx format and in Jmeter all test plans saves in JMX formats and you will observe your test plan will start running with one thread user ,1 second ramp up period and loop count is 1 ,here you can change number of thread users.Once the test plan running completed all your HTTP requests results will display in ViewResults Tree listeners.
View Results Tree
Your all samples results will display in Listeners as below and below points observed
Green Color - indicates particular HTTP Sampler request is Passed.
Red Color - Indicates particular HTTP Sampler request is Failed,it could be different reasons.
Here i have used only simple Test plan and you can run test plan with many number of Thread Users such as 10,20 or 25 etc users,Different Ramp-Up period by this you can check proper average response time for different HTTP requests.You can check Summary Report Listener to check Min,Max,Average in milliseconds,Throughput,Error percentage etc details as below.
Apahe JMeter assertions is very useful and amazing components in JMeter to validate whether request is pass or fail ,in my previous post you learned about Transaction Controller in JMeter to create nested HTTP Samples.In this post you will learn how to use XPath assertion in JMeter with real example to verify the response of HTTP request as per designed Test plans.Please visit w3c tutorials for XPath tutorials.
What is XPath Assertion?
Xpath Assertion in Jmeter tests a response of particular request which will validate the xpath as defines,in case xpath exists in response then that Asseertion is true,if that xpath does not exist's then Assertion is false means fails.
XPath Assertion examples:
//title[text()='Selenium']- Which will matches the Selenium text anywhere in the response for that request. /return/message='Success' - Which will matches the Success message in a root level response.
XPath Assertion in Jmeter example
XXPathassertion is useful in validating the response in case unable to find the root element directly in the response or document.Please follow below steps to create Xpath Assertions in your test plan for requests.
1.Open Jmeter from bin folder.
2.Add ThreadGroup.
3.Add Samples may be it could be HTTP Samples/SOAP Request Samples.
4.Now add Xpath Assertion from Assertions menu to validate the response.
For SOAP response you can write xpath assertion as below to validate particular tag text as <message>Success</message>
You can write xpath assertion as below to verify title text. //head/title/text()='Selenium Tutorials'
Please check Use Tidy(tolerant parser) check box on,it will automatically hide the error while running your script to identify the response and validate it with xpath assertion as below.
Now check your Summary Report and View Results Tree.
View Result Tree
Summary Report
What have you learned?
1.XPath Assertion in Jmeter
2.How to write XPath Assertion for Soap Response and Web applications.
3.How to check results using Assertion Results in Listeners.
4.How to prepare XPath assertion to Particular Response.
Transaction Controller in Jmeter which is useful in measures child samples time taken to complete the transactions.Performance Testing with JMeter for Web applications i.e Samples which is HTTP sample requests and which have resources as Images,Stylesheets,Css,recording etc.
What is Transaction Controller?
Transaction Controller is generates an extra samples same as HTTP Samples in order to measures the overall time taken or response time of Transaction controller of child test samples,don't worry we will learn in details with real-time examples.
Transaction Controller in Jmeter
Transaction Controller has two check boxes,those are
1.Generate Parent Samples
2.Include duration of timer and pre-post processors in generated sample - It is the time which includes all processing samples within the Transaction controller , not just the HTTP samples.
Generate Parent Samples
If you check Generate Parent Samples check box in Transaction Controller then in Summary Report it will display only Transaction Controller Label and remaining nested HTTP Samples will not display in Summary Report.Please see below screenshot.Overall Response time is taken will display in Transaction Controller with nested HTTP Samples.It is not good practice to perform or run your test plan to perform performance testing of a proper test scenario.
Test Scenario
Open Product Page - Search The product - Checkout the Product page - Perform Payment
The above scenario will look like as below
Transaction Controller
Open Product Page Samples 1
Search The product sample 2
CCheck out the product sample 3
Payment sample 4
Above four samples are nested elements for Transacstion Controller,if you run above scenario or test plan with Generate Parent Samples check box on it will display only Transaction Controller label name and will not display all four samples label name in summary report.
Summary Report
If you want to check all the samples label name in Summary Report don't check Generate Parent Samples check box in Transaction Controller.
Transaction Controller without Generate Parent Samples
Uncheck Generate Parent Samples in Transaction Controller screen.
Now run your Test plan it will display Nested HTTP Samples + Transaction Controller Sample in Summary Report(Which will display all nested samples details as below).
Summary Report-Transaction Controller
Transaction Controller Problems
1.In Case one sample is failed then entire Transaction Controller will fail
2.In case any one sample assertion is failed then entire Transaction Controller will fail.
Apache JMeter is an open source performance tool which is helpful in testing load test for WebApplications and WebServices,REST API services.In latest JMeter 3.0 version apache software included Generate Jmeter Report Dashboard using APDEX(Application Performance Index).
How to Generate JMeter Report Dashboard
What is APDEX?
APDEX is an open standard which is developed by an alliance companies.APDEX which is useful in measure user satisfaction with the help of response time of applications and Services(WebServices/REST API).APDEX measures average time with the help of response time of application under test whether it could be web applications or WebServices.APDEX measure application response time with three levels,those are
Please don't create any CSV file file before running your Test Plan ,with the help of Simple Data Writer Test Result file automatically created in specified location.
Simple Data Writer Configuration:
Before Running your test plan we should configure below fields in Simple Data Writer window panel,those are
timeStamp
elapsed
label
responseCode
responseMessage
threadName
dataType
success
failureMessage
bytes
grpThreads
allThreads
Latency
IdleTime
Just click on Configure button in Simple Data Writer window panel then it will open Simple Result Save Configuration window then you have to select above checkboxes ,please see below screenshot.
Once everything is done just click on Done button and save your Test Plan script.
View Below Video for Better Understand
Jmeter Report Generation Configuration
In Apache jmeter 3.0 version it has given reportgeneration propertiesfile ,if you open that file it will display all report generation configuration details,simply copy thosejmeter.reportgenerator configuration in User Properties file as below.
Copy SAVE Service configurations also in User Properties file.
# Sets the satisfaction threshold for the APDEX calculation (in milliseconds).
jmeter.reportgenerator.apdex_satisfied_threshold=500
# Sets the tolerance threshold for the APDEX calculation (in milliseconds).
jmeter.reportgenerator.apdex_tolerated_threshold=1500
# Sets the size of the sliding window used by percentile evaluation.
# Caution : higher value provides a better accuracy but needs more memory.
#jmeter.reportgenerator.statistic_window = 200000
# Configure this property to change the report title
jmeter.reportgenerator.report_title=Apache JMeter Dashboard
# Defines the overall granularity for over time graphs
jmeter.reportgenerator.overall_granularity=60000
# Response Time Percentiles graph definition
jmeter.reportgenerator.graph.responseTimePercentiles.classname=org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer
jmeter.reportgenerator.graph.responseTimePercentiles.title=Response Time Percentiles
# Response Time Distribution graph definition
jmeter.reportgenerator.graph.responseTimeDistribution.classname=org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
jmeter.reportgenerator.graph.responseTimeDistribution.title=Response Time Distribution
jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=500
# Active Threads Over Time graph definition
jmeter.reportgenerator.graph.activeThreadsOverTime.classname=org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer
jmeter.reportgenerator.graph.activeThreadsOverTime.title=Active Threads Over Time
jmeter.reportgenerator.graph.activeThreadsOverTime.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Time VS Threads graph definition
jmeter.reportgenerator.graph.timeVsThreads.classname=org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer
jmeter.reportgenerator.graph.timeVsThreads.title=Time VS Threads
# Bytes Throughput Over Time graph definition
jmeter.reportgenerator.graph.bytesThroughputOverTime.classname=org.apache.jmeter.report.processor.graph.impl.BytesThroughputGraphConsumer
jmeter.reportgenerator.graph.bytesThroughputOverTime.title=Bytes Throughput Over Time
jmeter.reportgenerator.graph.bytesThroughputOverTime.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Response Time Over Time graph definition
jmeter.reportgenerator.graph.responseTimesOverTime.classname=org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer
jmeter.reportgenerator.graph.responseTimesOverTime.title=Response Time Over Time
jmeter.reportgenerator.graph.responseTimesOverTime.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Latencies Over Time graph definition
jmeter.reportgenerator.graph.latenciesOverTime.classname=org.apache.jmeter.report.processor.graph.impl.LatencyOverTimeGraphConsumer
jmeter.reportgenerator.graph.latenciesOverTime.title=Latencies Over Time
jmeter.reportgenerator.graph.latenciesOverTime.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Response Time Vs Request graph definition
jmeter.reportgenerator.graph.responseTimeVsRequest.classname=org.apache.jmeter.report.processor.graph.impl.ResponseTimeVSRequestGraphConsumer
jmeter.reportgenerator.graph.responseTimeVsRequest.title=Response Time Vs Request
jmeter.reportgenerator.graph.responseTimeVsRequest.exclude_controllers=true
jmeter.reportgenerator.graph.responseTimeVsRequest.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Latencies Vs Request graph definition
jmeter.reportgenerator.graph.latencyVsRequest.classname=org.apache.jmeter.report.processor.graph.impl.LatencyVSRequestGraphConsumer
jmeter.reportgenerator.graph.latencyVsRequest.title=Latencies Vs Request
jmeter.reportgenerator.graph.latencyVsRequest.exclude_controllers=true
jmeter.reportgenerator.graph.latencyVsRequest.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Hits Per Second graph definition
jmeter.reportgenerator.graph.hitsPerSecond.classname=org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer
jmeter.reportgenerator.graph.hitsPerSecond.title=Hits Per Second
jmeter.reportgenerator.graph.hitsPerSecond.exclude_controllers=true
jmeter.reportgenerator.graph.hitsPerSecond.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Codes Per Second graph definition
jmeter.reportgenerator.graph.codesPerSecond.classname=org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer
jmeter.reportgenerator.graph.codesPerSecond.title=Codes Per Second
jmeter.reportgenerator.graph.codesPerSecond.exclude_controllers=true
jmeter.reportgenerator.graph.codesPerSecond.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# Transactions Per Second graph definition
jmeter.reportgenerator.graph.transactionsPerSecond.classname=org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer
jmeter.reportgenerator.graph.transactionsPerSecond.title=Transactions Per Second
jmeter.reportgenerator.graph.transactionsPerSecond.property.set_granularity=${jmeter.reportgenerator.overall_granularity}
# HTML Export
jmeter.reportgenerator.exporter.html.classname=org.apache.jmeter.report.dashboard.HtmlTemplateExporter
# Sets the destination directory for generated html pages.
# This will be overridden by the command line option -o
jmeter.reportgenerator.exporter.html.property.output_dir=/tmp/test-report
#------------------------------------------------------
#SAVE SERVICE Configurations
#---------------------------------------------------------
jmeter.save.saveservice.bytes = true
jmeter.save.saveservice.label = true
jmeter.save.saveservice.latency = true
jmeter.save.saveservice.response_code = true
jmeter.save.saveservice.response_message = true
jmeter.save.saveservice.successful = true
jmeter.save.saveservice.thread_counts = true
jmeter.save.saveservice.thread_name = true
jmeter.save.saveservice.time = true
jmeter.save.saveservice.print_field_names=true
# the timestamp format must include the time and should include the date.
# For example the default, which is milliseconds since the epoch:
#jmeter.save.saveservice.timestamp_format = ms
# Or the following would also be suitable
jmeter.save.saveservice.timestamp_format = dd/MM/yyyy HH:mm
#save service assertion
jmeter.save.saveservice.assertion_results_failure_message = true
Test Results - CSV file:
Before Generating the script ,run your Test Plan as specified time interval and once all threads are completed then simple data Writer generates Test Results file as specified location as below screenshot.Now run Test plan up-to 300 seconds i.e 5 Minutes,results file will generate from Simple Data Writer ,here i am saving test result file in CSV file.
Now open Command Prompt.
Go to ApacheJmeter3.0/bin path as below
Enter below command to generate the reports as per test results csv file.
Press Enter ,it will display in case any errors present in generated CSV file other wise it will generate Apache Jmeter Report Dashboard in specified folder.
Go to HTMLReports folder and it will display below folders and index.html file
Content
sbadmin2-1.0.7
index.html
README
Now open index.html in chrome browser and it will display Apache Report Dashboard as below.
Please provide your valuable comments and suggestions on this post.