Re: Python unit test framework to fire 1000 unique concurrent requests (rmlibre)

2019-08-29 Thread rmlibre
> When replying, please edit your Subject line so it is more specific > than "Re: Contents of Python-list digest..." > > Today's Topics: > > 1. Re: Python unit test framework to fire 1000 unique concurrent > requests (Pankaj Jangid) >2. Re: H

Re: Python unit test framework to fire 1000 unique concurrent requests

2019-08-28 Thread Pankaj Jangid
vishwatheworld...@gmail.com writes: > Looking for a unit test framework with below requirements: > 1. Send 1000 unique URL requests in parallel ( Not sequential and not > repetitive requests) > 2. Verify HTTP response status code ( eg: 200, 403, 404 etc) of each > requests in parallel > 3. Veri