简体   繁体   中英

Jmeter Download csv file is showing 0 Bytes

API call for download a file which is csv is giving good repsonse in Tree listeners. I have save the downloaded file using save response to a file listener using prefix with name.csv.

But on chcing in bin folder of jemter the same csv seems to be 0 bytes. whereas in tree listeners i can see repsone.

what should i do to get the same data in csv file too. enter image description here

Most probably you're looking at the wrong file. If you want the result to be saved as CTCbreakup.csv you need to use the following configuration of the Save Responses to a file listener:

在此处输入图像描述

Default configuration will give you something like CTCBreakup.csv1.octet-stream

More information: JMeter Performance Testing: Upload and Download Scenarios

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM