Used variables | AssertionError: expected -1 to be above -1

Test Case #6 fails with text Used variables | AssertionError: expected -1 to be above -1. Unable to get why. Please help. I have went through and checked all of my variables and can not pin point the exact error.

Hello there bro!

Can you post here your script/request/response? ill try to figure out.

I just figured it out! Thanks though man!

Here tip for you, try to use enviroment variables for static data and collection variables only for dynamic variables inside scripts collection. You will avoid a lot of bugs.

1 Like

Donโ€™t use collection variables mostly itโ€™s really not visible that you might create lot of confusion when debugging .

Use any one local , environment , or collection .

Donโ€™t mix things up .

I would prefer using environment variable and local variables

1 Like