pm.test("To Check if Value is Null", function() { var jsonData = pm.response.json(); pm.expect(jsonData.<yourfield>).not.eq(undefined); )};