Test 'download a file using Jmeter': On the web page, there is a button 'download' and clicking it downloads the file with .zip extension. When observed under Network tab of Developer tool (F12)>there are two requests: 1 is the application request which gives the response with link (aws-S3...) (if i copy paste this link, can download the zip file) and 2nd request shows the aws-S3..link. When need to perform this download performance testing with 100 users, how to configure in Jmeter. Please guide. below thing have been tried:
- Record a script>it records the first request (not the 2nd request of network tab as mentioned above)
- When run the script> this shows 200 code with response message as aws-S3..link
- Tried Save response to file listener> nothing has been downloaded.