I'm new to azure load testing portal but I was able to run a load test easy enough using a Jmeter script. It was a small test to prove it works. I can see result information on the dashboard below which is useful.
However, I wanted to be able to view what requests and responses were sent during each test such as request and response text bodys. I can't seem to find these anyway, I have downloaded all the files I highlighted in my screenshot. The results csv has information around each request but not the request or response body. Is there anyway to veiw this?
I have tried adding output filename to the 'View Results Tree' listener, this works locally on my machine where I can upload the file into Jmeter and read the request and response bodies but this file doesn't seem to be generatored or store on azure load testing portal.
Any ideas?