{"id":6294,"date":"2020-10-13T17:56:01","date_gmt":"2020-10-13T12:26:01","guid":{"rendered":"https:\/\/www.innovationm.com\/blog\/?p=6294"},"modified":"2020-10-13T17:56:01","modified_gmt":"2020-10-13T12:26:01","slug":"creation-of-fake-api-and-testing-using-postman","status":"publish","type":"post","link":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/","title":{"rendered":"Creation of fake API and Testing using Postman"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">API which is known as Application Programming Interface is very important for communication and data exchange between two separate systems.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">API testing mainly concentrates on the business logic layer of software architecture. By sending the inputs to API using software, we can get the output and system response. There is a slight difference between API and Web service. Web services act like API but communication exchange happens between the systems over the web and web services needs network for its operation. So to put it in a nutshell, all web services are API\u2019s but all API\u2019s are not web services.<\/span><\/p>\n<p><strong>There are two kinds of Web Services:<\/strong><\/p>\n<ol>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">SOAP(single object access protocol)\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">REST(Representational State Transfer)\u00a0<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">A postman is a tool which is particularly used for testing Web Services \/API\u2019s manually. By using the different HTTP methods, sending the requests and getting responses from the same. Postman can be used by installing it or by adding chrome extension but the latter one doesn\u2019t provide all the features as of earlier one.<\/span><\/p>\n<p><strong>Some of the key points\/features of Postman:<\/strong><\/p>\n<ol>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">The text which is mentioned inside Pre-request script will be executed before the request itself.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">The text which is mentioned inside the Tests option is mainly for validation purpose and is executed after the processing the request. With this, one can check the response by checking whether particular status code is present or particular text is present or not etc.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">The Params option is available to get the record of a particular user.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">In order to send the data using the POST option, click on Body option, choose the raw option and write the particular data inside the window provided.\u00a0<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">This article focuses on the various steps involved in creating Fake API\u2019s and their testing in Postman.<\/span><\/p>\n<p><strong>Steps to create fake API:<\/strong><\/p>\n<p><span style=\"font-size: 1rem;\"><strong>1.<\/strong> First, node.js needs to be installed in the system.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>2.<\/strong> Then npm (Node Package Manager) component which is responsible for package installation, version management and dependency management.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>3.<\/strong> We need to have a server\u00a0 so open the command prompt and\u00a0 install json-server using the following command :<\/span><\/p>\n<pre class=\"lang:default decode:true\">npm install\u00a0 -g json-server<\/pre>\n<p><span style=\"font-weight: 400;\"><strong>4.<\/strong> Then create a sample file filled with some data in JSON format, save it with json extension (e.g.demo3.json) and make sure its location is present inside users.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>5.<\/strong> To make the API running use the following command in the command prompt<\/span><\/p>\n<pre class=\"lang:default decode:true\">json-server info.json<\/pre>\n<p><span style=\"font-weight: 400;\"><strong>6.<\/strong> Open the postman and place the URL which is obtained on running the above command and select the GET option in the dropdown and click SEND option to get the response.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>7.<\/strong> In a similar manner, we can use it with POST, PUT, DELETE options and get the corresponding job done.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>8.<\/strong> For POST and PUT options, we need to send the details inside the Body option.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">NOTE:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Don\u2019t close the command prompt until testing is completed because closing the command prompt stops the server.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Above step by step procedure after installation of node.js is shown below:<\/span><\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-6295 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6.png\" alt=\"\" width=\"1600\" height=\"900\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6.png 1600w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6-300x169.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6-1024x576.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6-768x432.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6-1536x864.png 1536w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image6-624x351.png 624w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6301 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image4-1.png\" alt=\"\" width=\"1432\" height=\"805\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image4-1.png 1432w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image4-1-300x169.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image4-1-1024x576.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image4-1-768x432.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image4-1-624x351.png 624w\" sizes=\"(max-width: 1432px) 100vw, 1432px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-6297 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image1.png\" alt=\"\" width=\"1432\" height=\"805\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image1.png 1432w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image1-300x169.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image1-1024x576.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image1-768x432.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image1-624x351.png 624w\" sizes=\"(max-width: 1432px) 100vw, 1432px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-6298 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image2.png\" alt=\"\" width=\"1432\" height=\"805\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image2.png 1432w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image2-300x169.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image2-1024x576.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image2-768x432.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image2-624x351.png 624w\" sizes=\"(max-width: 1432px) 100vw, 1432px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-6299 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image5.png\" alt=\"\" width=\"1432\" height=\"805\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image5.png 1432w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image5-300x169.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image5-1024x576.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image5-768x432.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image5-624x351.png 624w\" sizes=\"(max-width: 1432px) 100vw, 1432px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-6300 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image3.png\" alt=\"\" width=\"1432\" height=\"805\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image3.png 1432w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image3-300x169.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image3-1024x576.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image3-768x432.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/image3-624x351.png 624w\" sizes=\"(max-width: 1432px) 100vw, 1432px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">All the test cases are run simultaneously by using the runner option and providing the collection name which is demo3 in this case and clicks on run demo. After that, it will show the status codes regarding success or failure. In this way, the API\u2019s can be created and tested using the Postman tool by using different HTTP methods and obtaining corresponding responses.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>API which is known as Application Programming Interface is very important for communication and data exchange between two separate systems. API testing mainly concentrates on the business logic layer of software architecture. By sending the inputs to API using software, we can get the output and system response. There is a slight difference between API [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6302,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[102],"tags":[545,14],"class_list":["post-6294","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-service","tag-creation-of-fake-api-and-testing-using-postman","tag-innovationm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creation of fake API and Testing using Postman - InnovationM - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creation of fake API and Testing using Postman - InnovationM - Blog\" \/>\n<meta property=\"og:description\" content=\"API which is known as Application Programming Interface is very important for communication and data exchange between two separate systems. API testing mainly concentrates on the business logic layer of software architecture. By sending the inputs to API using software, we can get the output and system response. There is a slight difference between API [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/\" \/>\n<meta property=\"og:site_name\" content=\"InnovationM - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-13T12:26:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/Testing-using-Postman.png\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InnovationM Admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InnovationM Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/\"},\"author\":{\"name\":\"InnovationM Admin\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\"},\"headline\":\"Creation of fake API and Testing using Postman\",\"datePublished\":\"2020-10-13T12:26:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/\"},\"wordCount\":563,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Testing-using-Postman.png\",\"keywords\":[\"Creation of fake API and Testing using Postman\",\"InnovationM\"],\"articleSection\":[\"Web service\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/\",\"name\":\"Creation of fake API and Testing using Postman - InnovationM - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Testing-using-Postman.png\",\"datePublished\":\"2020-10-13T12:26:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Testing-using-Postman.png\",\"contentUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Testing-using-Postman.png\",\"width\":960,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/creation-of-fake-api-and-testing-using-postman\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creation of fake API and Testing using Postman\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/\",\"name\":\"InnovationM - Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\",\"name\":\"InnovationM Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"caption\":\"InnovationM Admin\"},\"sameAs\":[\"http:\\\/\\\/www.innovationm.com\\\/\"],\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/author\\\/innovationmadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creation of fake API and Testing using Postman - InnovationM - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/","og_locale":"en_US","og_type":"article","og_title":"Creation of fake API and Testing using Postman - InnovationM - Blog","og_description":"API which is known as Application Programming Interface is very important for communication and data exchange between two separate systems. API testing mainly concentrates on the business logic layer of software architecture. By sending the inputs to API using software, we can get the output and system response. There is a slight difference between API [&hellip;]","og_url":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/","og_site_name":"InnovationM - Blog","article_published_time":"2020-10-13T12:26:01+00:00","og_image":[{"width":960,"height":540,"url":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/Testing-using-Postman.png","type":"image\/png"}],"author":"InnovationM Admin","twitter_misc":{"Written by":"InnovationM Admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#article","isPartOf":{"@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/"},"author":{"name":"InnovationM Admin","@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed"},"headline":"Creation of fake API and Testing using Postman","datePublished":"2020-10-13T12:26:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/"},"wordCount":563,"commentCount":0,"image":{"@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#primaryimage"},"thumbnailUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/Testing-using-Postman.png","keywords":["Creation of fake API and Testing using Postman","InnovationM"],"articleSection":["Web service"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/","url":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/","name":"Creation of fake API and Testing using Postman - InnovationM - Blog","isPartOf":{"@id":"https:\/\/www.innovationm.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#primaryimage"},"image":{"@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#primaryimage"},"thumbnailUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/Testing-using-Postman.png","datePublished":"2020-10-13T12:26:01+00:00","author":{"@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed"},"breadcrumb":{"@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#primaryimage","url":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/Testing-using-Postman.png","contentUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/10\/Testing-using-Postman.png","width":960,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/www.innovationm.com\/blog\/creation-of-fake-api-and-testing-using-postman\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.innovationm.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Creation of fake API and Testing using Postman"}]},{"@type":"WebSite","@id":"https:\/\/www.innovationm.com\/blog\/#website","url":"https:\/\/www.innovationm.com\/blog\/","name":"InnovationM - Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.innovationm.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed","name":"InnovationM Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","caption":"InnovationM Admin"},"sameAs":["http:\/\/www.innovationm.com\/"],"url":"https:\/\/www.innovationm.com\/blog\/author\/innovationmadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts\/6294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/comments?post=6294"}],"version-history":[{"count":0,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts\/6294\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/media\/6302"}],"wp:attachment":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/media?parent=6294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/categories?post=6294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/tags?post=6294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}