{"id":1205,"date":"2019-12-07T18:58:09","date_gmt":"2019-12-07T13:28:09","guid":{"rendered":"http:\/\/artoftesting.com\/?p=1205"},"modified":"2023-04-29T16:12:48","modified_gmt":"2023-04-29T10:42:48","slug":"types-of-performance-testing","status":"publish","type":"post","link":"https:\/\/artoftesting.com\/types-of-performance-testing","title":{"rendered":"Types of Performance testing"},"content":{"rendered":"\n<p>Performance testing is a type of testing performed to evaluate the different performance attributes of the application like &#8211; responsiveness, stability, reliability, etc. For determining these attributes, we have different types of performance testing techniques.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" src=\"http:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/performance-testing-type-image-819x1024.png\" alt=\"Type of performance testing\" class=\"wp-image-2550\" srcset=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/performance-testing-type-image-819x1024.png 819w, https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/performance-testing-type-image-240x300.png 240w, https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/performance-testing-type-image-768x960.png 768w, https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/performance-testing-type-image.png 1140w\" sizes=\"auto, (max-width: 819px) 100vw, 819px\" \/><\/figure>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_73 counter-flat ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Content<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\/#Load_testing\" title=\"Load testing\">Load testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\/#Stress_testing\" title=\"Stress testing\">Stress testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\/#Endurance_testing\" title=\"Endurance testing\">Endurance testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\/#Spike_testing\" title=\"Spike testing\">Spike testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\/#Volume_testing\" title=\"Volume testing\">Volume testing<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Load_testing\"><\/span>Load testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Load testing is a <a href=\"http:\/\/artoftesting.com\/types-of-testing\">type of testing<\/a> which involves evaluating the performance of the system under the expected workload. A typical load test includes determining the response time, throughput, error rate, etc during the course of the load test.<br><br><strong>Example\u00a0<\/strong>&#8211; For a newly developed application with an anticipated load of around 1000 concurrent users. We will create a load test script and configure it with 1000 virtual users and run it for say 1-hour duration. After the load test completion, we can analyze the test result to determine how the application will behave at the expected peak load.[<a href=\"http:\/\/artoftesting.com\/load-testing\">Read more<\/a>]<br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Stress_testing\"><\/span>Stress testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Stress testing is a type of performance testing where we evaluate the application&#8217;s performance at a load much higher than the expected load. Another aspect of the stress testing is to determine the break-point of the application, the point at which the application fails to respond in the correct manner.<br><br><strong>Example<\/strong>&nbsp;&#8211; For an application with an anticipated load of 1000 users we will run the test with 1200 users and check if the application is robust enough to not crash. [<a href=\"http:\/\/artoftesting.com\/stress-testing\"><strong>Read More<\/strong><\/a>] <br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Endurance_testing\"><\/span>Endurance testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Endurance testing is also known as &#8216;Soak Testing&#8217;. It is done to determine if the system can sustain the continuous expected load for a long duration. Issues like memory leakage are found with endurance testing.<br><br><strong>Example&nbsp;<\/strong>&#8211; For an application like Income tax filing, the application is used continuously for a very long duration by different users. In this type of application, memory management is very critical. For an application like these, we can run the test for 24 hours to 2 days duration and monitor the memory utilization during the whole test execution. [<a href=\"http:\/\/artoftesting.com\/endurance-testing\"><strong>Read More<\/strong><\/a>]  <br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Spike_testing\"><\/span>Spike testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In spike testing, we analyze the behavior of the system on suddenly increasing the number of users. It also involves checking if the application is able to recover after the sudden burst of users.<br><br><strong>Example<\/strong>&nbsp;&#8211; For an e-commerce application running an advertisement campaign, the number of users can increase suddenly in a very short duration. Spike testing is done to analyze these types of scenarios. [<strong><a href=\"http:\/\/artoftesting.com\/spike-testing\" target=\"_blank\" rel=\"noreferrer noopener\">Read More<\/a><\/strong>]<br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Volume_testing\"><\/span>Volume testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The volume testing is performed by feeding the application with a high volume of data. The application can be tested with a large amount of data inserted in the database or by providing a large file to the application for processing. Using volume testing, we can identify the bottleneck in the application with a high volume of data.<br><br><strong>Example<\/strong>&nbsp;&#8211; For a newly developed e-commerce application, we can perform volume testing by inserting millions of rows in the database and then carry out the performance test execution.[<strong><a href=\"http:\/\/artoftesting.com\/volume-testing\">Read More<\/a><\/strong>]<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Performance testing is a type of testing performed to evaluate the different performance attributes of the application like &ndash; responsiveness, stability, reliability, etc. For determining these attributes, we have different types of performance testing techniques. Load testing Load testing is a type of testing which involves evaluating the performance of the system under the expected &#8230; <a title=\"Types of Performance testing\" class=\"read-more\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\" aria-label=\"Read more about Types of Performance testing\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":2540,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1205","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-performance-testing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Types of Performance Testing with Examples<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will study different types performance testing techniques - load testing, stress testing, endurance testing, volume testing, spike testing etc.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/artoftesting.com\/types-of-performance-testing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Types of Performance Testing with Examples\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will study different types performance testing techniques - load testing, stress testing, endurance testing, volume testing, spike testing etc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/artoftesting.com\/types-of-performance-testing\" \/>\n<meta property=\"og:site_name\" content=\"ArtOfTesting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/artoftesting\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-07T13:28:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-29T10:42:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kuldeep Rana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:site\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kuldeep Rana\" \/>\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:\/\/artoftesting.com\/types-of-performance-testing#article\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing\"},\"author\":{\"name\":\"Kuldeep Rana\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\"},\"headline\":\"Types of Performance testing\",\"datePublished\":\"2019-12-07T13:28:09+00:00\",\"dateModified\":\"2023-04-29T10:42:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing\"},\"wordCount\":484,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg\",\"articleSection\":[\"Performance Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/artoftesting.com\/types-of-performance-testing#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing\",\"url\":\"https:\/\/artoftesting.com\/types-of-performance-testing\",\"name\":\"Types of Performance Testing with Examples\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg\",\"datePublished\":\"2019-12-07T13:28:09+00:00\",\"dateModified\":\"2023-04-29T10:42:48+00:00\",\"description\":\"In this tutorial, we will study different types performance testing techniques - load testing, stress testing, endurance testing, volume testing, spike testing etc.\",\"breadcrumb\":{\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/artoftesting.com\/types-of-performance-testing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage\",\"url\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg\",\"contentUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg\",\"width\":700,\"height\":400,\"caption\":\"Types of performance testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/artoftesting.com\/types-of-performance-testing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/artoftesting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Performance Testing\",\"item\":\"https:\/\/artoftesting.com\/category\/performance-testing\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Types of Performance testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/artoftesting.com\/#website\",\"url\":\"https:\/\/artoftesting.com\/\",\"name\":\"ArtOfTesting\",\"description\":\"A Beginners Guide to Testing\",\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/artoftesting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/artoftesting.com\/#organization\",\"name\":\"ArtOfTesting\",\"url\":\"https:\/\/artoftesting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"contentUrl\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"width\":400,\"height\":60,\"caption\":\"ArtOfTesting\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/artoftesting\",\"https:\/\/x.com\/theartoftesting\",\"https:\/\/www.linkedin.com\/groups\/4797819\/\",\"https:\/\/in.pinterest.com\/artoftesting\/\",\"https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\",\"name\":\"Kuldeep Rana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"caption\":\"Kuldeep Rana\"},\"description\":\"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Types of Performance Testing with Examples","description":"In this tutorial, we will study different types performance testing techniques - load testing, stress testing, endurance testing, volume testing, spike testing etc.","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:\/\/artoftesting.com\/types-of-performance-testing","og_locale":"en_US","og_type":"article","og_title":"Types of Performance Testing with Examples","og_description":"In this tutorial, we will study different types performance testing techniques - load testing, stress testing, endurance testing, volume testing, spike testing etc.","og_url":"https:\/\/artoftesting.com\/types-of-performance-testing","og_site_name":"ArtOfTesting","article_publisher":"https:\/\/facebook.com\/artoftesting","article_published_time":"2019-12-07T13:28:09+00:00","article_modified_time":"2023-04-29T10:42:48+00:00","og_image":[{"width":700,"height":400,"url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg","type":"image\/jpeg"}],"author":"Kuldeep Rana","twitter_card":"summary_large_image","twitter_creator":"@theartoftesting","twitter_site":"@theartoftesting","twitter_misc":{"Written by":"Kuldeep Rana","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/artoftesting.com\/types-of-performance-testing#article","isPartOf":{"@id":"https:\/\/artoftesting.com\/types-of-performance-testing"},"author":{"name":"Kuldeep Rana","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5"},"headline":"Types of Performance testing","datePublished":"2019-12-07T13:28:09+00:00","dateModified":"2023-04-29T10:42:48+00:00","mainEntityOfPage":{"@id":"https:\/\/artoftesting.com\/types-of-performance-testing"},"wordCount":484,"commentCount":0,"publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"image":{"@id":"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg","articleSection":["Performance Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/artoftesting.com\/types-of-performance-testing#respond"]}]},{"@type":"WebPage","@id":"https:\/\/artoftesting.com\/types-of-performance-testing","url":"https:\/\/artoftesting.com\/types-of-performance-testing","name":"Types of Performance Testing with Examples","isPartOf":{"@id":"https:\/\/artoftesting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage"},"image":{"@id":"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg","datePublished":"2019-12-07T13:28:09+00:00","dateModified":"2023-04-29T10:42:48+00:00","description":"In this tutorial, we will study different types performance testing techniques - load testing, stress testing, endurance testing, volume testing, spike testing etc.","breadcrumb":{"@id":"https:\/\/artoftesting.com\/types-of-performance-testing#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/artoftesting.com\/types-of-performance-testing"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/types-of-performance-testing#primaryimage","url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg","contentUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/types-of-performance-testing.jpg","width":700,"height":400,"caption":"Types of performance testing"},{"@type":"BreadcrumbList","@id":"https:\/\/artoftesting.com\/types-of-performance-testing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/artoftesting.com\/"},{"@type":"ListItem","position":2,"name":"Performance Testing","item":"https:\/\/artoftesting.com\/category\/performance-testing"},{"@type":"ListItem","position":3,"name":"Types of Performance testing"}]},{"@type":"WebSite","@id":"https:\/\/artoftesting.com\/#website","url":"https:\/\/artoftesting.com\/","name":"ArtOfTesting","description":"A Beginners Guide to Testing","publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/artoftesting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/artoftesting.com\/#organization","name":"ArtOfTesting","url":"https:\/\/artoftesting.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/","url":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","contentUrl":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","width":400,"height":60,"caption":"ArtOfTesting"},"image":{"@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/artoftesting","https:\/\/x.com\/theartoftesting","https:\/\/www.linkedin.com\/groups\/4797819\/","https:\/\/in.pinterest.com\/artoftesting\/","https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q"]},{"@type":"Person","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5","name":"Kuldeep Rana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","caption":"Kuldeep Rana"},"description":"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals."}]}},"_links":{"self":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/1205","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/comments?post=1205"}],"version-history":[{"count":2,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/1205\/revisions"}],"predecessor-version":[{"id":6879,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/1205\/revisions\/6879"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media\/2540"}],"wp:attachment":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media?parent=1205"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/categories?post=1205"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/tags?post=1205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}