I am trying to validate the positive and negative test cases using response assertion, but it didn't give me the expected result.
I am trying to confirm the response using "pm.response.to.be.ok" to get the response as "200" an so on as listed in the screenshot, but it gives me error as
TypeError: Cannot read property 'to' of undefined