I have some 100 RESTful APIs in my projet.
For a specific reason I want to run all 100 APIs in one go, each one say with loop-count of random number 'n'.
Is it possible. How can I do it. May be by writing a script or something?
One suggestion was - Using CSV data set config we can test multiple instances of single API (say Login API testing for 1000 users).
But in my case i want to test 100s of API in one go. And for each API - the HTTP Request parameters like Method(GET/POST/GET etc), Path and Body Data will be different.
I don't see any way of setting these HTTP Request parameters using CSV data set config also.