{"info":{"_postman_id":"4b650b27-179b-4bf6-a552-566bf9c94b3a","name":"july2020","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"155275","collectionId":"4b650b27-179b-4bf6-a552-566bf9c94b3a","publishedId":"T1DsBGbq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-29T05:00:00.000Z"},"item":[{"name":"get authenticate","id":"a8920937-cf37-45a9-bc74-e708ba2e113f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"tomsmith","type":"text"},{"key":"password","value":"SuperSecretPassword!","type":"text"}]},"url":"https://the-internet.herokuapp.com/authenticate","urlObject":{"protocol":"https","path":["authenticate"],"host":["the-internet","herokuapp","com"],"query":[{"disabled":true,"key":"q","value":"qweqweqweqweqwe"},{"disabled":true,"key":"search","value":"erwerwerewrew"}],"variable":[]}},"response":[],"_postman_id":"a8920937-cf37-45a9-bc74-e708ba2e113f"},{"name":"Create new pet","event":[{"listen":"test","script":{"id":"4c419963-f4c9-460e-8fbb-32f595197bab","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"available\");\r","});\r","\r","pm.test(\"Your test name\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.status).to.eql(\"available\");\r","});\r","\r","pm.test(\"Content-Type is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Response time is less than 60ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(60);\r","});\r","\r","pm.test(\"Status code name has string\", function () {\r","    pm.response.to.have.status(\"OK\");\r","});\r","\r","var schema = {\r","  \"items\": {\r","    \"type\": \"boolean\"\r","  }\r","};\r","\r","var data1 = [true, false];\r","var data2 = [true, 123];\r","\r","pm.test('Schema is valid', function() {\r","  pm.expect(tv4.validate(data1, schema)).to.be.true;\r","  pm.expect(tv4.validate(data2, schema)).to.be.true;\r","});"],"type":"text/javascript"}}],"id":"6c1e3fd3-69a8-46af-8133-557cf9265a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": 0,\r\n  \"category\": {\r\n    \"id\": 0,\r\n    \"name\": \"string\"\r\n  },\r\n  \"name\": \"MY NEW PET FROM POSTMAN\",\r\n  \"tags\": [\r\n    {\r\n      \"id\": 0,\r\n      \"name\": \"string\"\r\n    }\r\n  ],\r\n  \"status\": \"available\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://petstore.swagger.io/v2/pet","urlObject":{"protocol":"https","path":["v2","pet"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c1e3fd3-69a8-46af-8133-557cf9265a2b"},{"name":"get pet/{petId}","id":"c0ff5751-2aee-4cd4-84a9-3c6ccdac07e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://petstore.swagger.io/v2/pet/87878817","urlObject":{"protocol":"https","path":["v2","pet","87878817"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0ff5751-2aee-4cd4-84a9-3c6ccdac07e9"},{"name":"detele pet/{petid}","id":"04e9afee-6290-4e1d-aa0d-38011608d416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://petstore.swagger.io/v2/pet/87878880","urlObject":{"protocol":"https","path":["v2","pet","87878880"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"04e9afee-6290-4e1d-aa0d-38011608d416"},{"name":"update pet","id":"87578360-aaa6-47dc-ae82-e36823880be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": 87878817,\r\n  \"category\": {\r\n    \"id\": 0,\r\n    \"name\": \"string\"\r\n  },\r\n  \"name\": \"UPDATED NAME FROM POSTMAN\",\r\n  \"tags\": [\r\n    {\r\n      \"id\": 0,\r\n      \"name\": \"string\"\r\n    }\r\n  ],\r\n  \"status\": \"available\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://petstore.swagger.io/v2/pet","urlObject":{"protocol":"https","path":["v2","pet"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"87578360-aaa6-47dc-ae82-e36823880be4"}]}