Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Here’s an outline with best practices for making your inquiry.
My question:
I want to save some 100 drivers using a driver json into the DB where each request must have unique driver_id. I tried it by looping over the counter variable and asking for the again and again till the counter exhausts.
But I am facing some issue while doing the Run Collection. As it is saying “This request does not have any tests” but it is running just for one time.
Details (like screenshots):
How I found the problem:
After clicking on the Run Collection, it is giving me that message of request not having any tests. And only persists one driver object to the DB.
I’ve already tried:
I have pasted some screenshots regarding the issue and also tried searching on stackoverflow and on other websites but couldn’t get any solution.