Fiddler - How to reissue N requests sequentially for an hour? -
i have 5 requests on fiddler, 1 create-fail, 1 create, 1 delete, 1 clean-up , 1 read . reissue them sequentially hour.
they represent user performing typo when creating resource, getting error message, correcting mistake, creating, noticing created wrong thing, deleting , checking if deleted. clean-up issued automatically automation tool @ regular intervals...
so, how can it?
ps: i'm not trying stress/load test app. i'm trying capture data around concurrency problem i've been facing.
Comments
Post a Comment