what is the best way to test many (~100) submission of the same requests
i have a request which takes query string (similar to a sql query). so i can query 'fields' (n=100) in a record with the request and the response is the value of the field. what is the best way to ...