Why all my requests are not getting executed while running a collection?

Please find the attached screenshot for reference. But those requests get executed when run manually.

I’m using environment variables for those test requests.
Is that affecting my test runs? How are those environment variables impacting the execution of collection?

@jagrutiwani0 , How do you say that some requests are not executed? Seems like they don’t have any Tests associated to it. That’s why it is as 0|0 :relaxed:

You can click “View Results” to see the expanded view and you could the requests/response codes.

image

Hope this helps :slightly_smiling_face:

1 Like

Hey, this worked. I was just unable to understand the difference between the Collection variables and the Environment variable. Now I have made all the variables as Collection variables.

Thanks :slight_smile:

1 Like