Re: Easy way to save the req/resp session

2022-06-07 Thread OUFDOU Anas
Hello , You can see available config properties to save data to file (Xml) : https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config Best Regards On Tue, Jun 7, 2022 at 3:18 PM Tong Sun wrote: > Hi, > > Say I run my JMeter script using a single user for a single

Re: Easy way to save the req/resp session

2022-06-07 Thread Dmitri T
Add a Listener, for example Simple Data Writer and provide the desired file path.  Then click "Configure" button and choose what do you want to store. To save requests and responses you will mostly need those

Easy way to save the req/resp session

2022-06-07 Thread Tong Sun
Hi, Say I run my JMeter script using a single user for a single time, is there any easy way to save the whole session, both the requests and responses, including the headers, to some file for later inspection?