Thank you for the great work and helping community to grow . Postman has been pretty useful so far
I’m trying to test my endpoint by using collection runner and json data set. I am implementing new APIs and also have old APIs that supposed to return the same values, so i mainly check if the response from old-new endpoint are equal to each other. It works well except that it doesn’t mark my iterations as failure when they fail. For example; i am checking the length from two different endpoints as below
and in the console i’m getting an error saying AssertionError: expected [ Array(57) ] to have a length of 69 but got 57. However the collection runner still marks this test as passed. You can see the screenshot (Iteration 5 errors out because the lengh doesn’t match but it is still showed as success. I don’t know if this is expected or a postman bug, just wanted to get an idea in case i’m doing something wrong.