Save
Jmeter Test results into CSV/XML
1.
Launch
JMeter
2.
Right
click Test Plan and Add -> Threads (Users) -> Thread Group
3.
Right click Thread Group and Add ->
Samplers -> HTTP Request
4.
Add
example.com to the Server input field of the HTTP Request
5.
Right
click Thread Group and Add -> Listeners -> Aggregate Report
Save Apache JMeter Results to a CSV file
6.
Configure the filename in the Filename field
of the Aggregate Report
i.e.: path of diskspace/test1results.csv
where path of diskspace is the
path on the disk to the directory where you want to save the JMeter results.
7.
Run
the test script
This will save file
with the test1results.csv name should now be created at the path specified.
Save Apache JMeter Results to a XML file
6.
Go
in the Aggregate Report and click the Configure button
7.
Select
the Save as XML field in the top left corner.
8.
Change
the extension of the filename to XML i.e. path of diskspace/test2results.xml
This will save file
with the test2results.xml name should now be created at the path specified
Happy Testing!!!
Comments
Post a Comment