Jmeter provides CSV and XML file creation for each Test scenario it is executing. Jmeter has provided options to select any one of above. The default File format is XML .CSV files having the test results are easy to understand in comparison to XML files .
Open the Jmeter Property file in the /bin/ folder (bin/jmeter.properties) #—————————————————————– # Results file configuration #——————————————————
Save the Properties file .
Select the Listener you want a CSV file generation . Hit the CONFIGURE button . Check/Uncheck the required checkboxes and Click Done. NB: Do not forget to Uncheck the Save AS XML chackbox |
NB: Do not forget to Uncheck the Save AS XML chackbox
Browse the File you want to store the results of that Listener.[You can add a file by giving the Path name for that file else can save the File in the default folder i.e bin\ and store the filename in the user parameter variable to use it as a variable in the Jmeter. Then open the CSV file and you can see the reports looks good when opened with MS Excel or Open Office.calc . NB :
|