Using Fiddler, I want to send multiple requests in one hit, to check the response time from the server, if too many requests are sent at one time. Basically, I want to perform a, kind of, load testing on my service. Is there any way to perform this action? I want to repeat the process of hitting the server, again and again.
To send a new POST request, choose POST for method type, type the URL, enter the body content and click Execute.
To get started, open the Composer tab next to the Live Traffic tab. You can also open a new Composer tab by clicking on the “New Request” button in the Requests tab. The Composer tab has the Request Composer and the Request Inspector. Fiddler Everywhere provides a drop-down for you to select the required HTTP method.
Press R or right-click the session(s) and click Replay > Reissue Requests.
In Fiddler, you can repeat a request as many times as you like by hitting SHIFT+R on the selected Web Session. You'll be prompted for a repeat count and then Fiddler will issue the specified number of requests.
Caveat: Having said that, generally speaking, you'd want to use a tool like Telerik Test Studio's Load Test tool for a task like this. Alternatively, you could use Fiddler's Export architecture to generate a script for VS WebTest or Microsoft's free WCAT tool and use those tools to generate the load. You can then run these scripts on multiple machines from multiple networks and generate a more-realistic set of load than you could by simply running on a single client.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With