JMeter is being used to record one script. There are two alternatives to downloading data on the website. Excel and CSV are both used in one. The data in CSV format is downloading properly, but when you click the Excel icon to get the data, an error appears as indicated in the image below.
I tried one solution as mentioned on a different forums but it is not working. Added below lines in user.properties file.
httpclient4.retrycount=1
hc.parameters.file=hc.parameters
httpclient4.idletimeout=1
and added the below line in hc. parameters
http.connection.stalecheck$Boolean=true
It is not working.