hi, it would be cool if we could specify how many requests we could've send within the composer. threadpool is a good choice to implement for this feature.
A trivial but hacky way for Telerik to accommodate the request would be to change that dialog such that requesting a bogus range (e.g. "0-0") prompts instead for the number of repeats and then reissues the request that many times. Or maybe change the "Execute and Break" shortcut to "CTRL+Click" instead of SHIFT+Click and change SHIFT+Click to show the "# repeats" prompt?
Today, you can replay a previously executed request multiple times by pressing SHIFT+R on the Web Session in the Web Sessions list.
In the Composer, you can put a # in the URL and Fiddler will prompt you for a range of numbers with which that # will be replaced (allowing you to easily request http://example.com/1 http://example.com/2 http://example.com/3 etc, in one shot. For many sites, you could create a fake query string parameter (e.g. http://example.com/pageToRequest?Fake=#) and they'll ignore it.
A trivial but hacky way for Telerik to accommodate the request would be to change that dialog such that requesting a bogus range (e.g. "0-0") prompts instead for the number of repeats and then reissues the request that many times. Or maybe change the "Execute and Break" shortcut to "CTRL+Click" instead of SHIFT+Click and change SHIFT+Click to show the "# repeats" prompt?