I’m new to Apidog and setup a test scenario that mirrors my collection runner process in Postman. I setup a 1-step test scenario including the test data and I have pre processor to inject the csv data file import and handle the setting the collection variable which is used in repetition for each data record. On the post processor I used pm.test custom message function pm.response.to.have.status(200) to check that the status is 200, which it is and outputs so which conflicts with the ‘$ should be object’ failed error message. There are no failures as the desired action was performed. I turned off the ‘validate response’ in advanced settings but still see that weird failed error message. Status is 200.
Click into the step details to check the processor, and if it exists, you can turn it off to test if the problem is gone