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

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -