{"id":5528,"date":"2022-05-26T16:54:40","date_gmt":"2022-05-26T11:24:40","guid":{"rendered":"http:\/\/artoftesting.com\/?p=5528"},"modified":"2023-05-30T11:46:27","modified_gmt":"2023-05-30T06:16:27","slug":"confirmation-testing","status":"publish","type":"post","link":"https:\/\/artoftesting.com\/confirmation-testing","title":{"rendered":"Confirmation Testing"},"content":{"rendered":"\n<p>There are a lot of testing terminologies present that are used at various stages of a product under testing. Confirmation testing helps to determine the quality of the product as well as its components. In this article, we are going to discuss confirmation testing.<\/p>\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\/confirmation-testing\/#What_is_confirmation_testing\" title=\"What is confirmation testing?\">What is confirmation testing?<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/artoftesting.com\/confirmation-testing\/#Features_of_Confirmation_testing\" title=\"Features of Confirmation testing\">Features of Confirmation testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/artoftesting.com\/confirmation-testing\/#When_is_confirmation_testing_done\" title=\"When is confirmation testing done?\">When is confirmation testing done?<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/artoftesting.com\/confirmation-testing\/#What_to_do_after_confirmation_testing_is_done\" title=\"What to do after confirmation testing is done?\">What to do after confirmation testing is done?<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/artoftesting.com\/confirmation-testing\/#Advantages_of_Confirmation_Testing\" title=\"Advantages of Confirmation Testing\">Advantages of Confirmation Testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/artoftesting.com\/confirmation-testing\/#Disadvantages_of_Confirmation_Testing\" title=\"Disadvantages of Confirmation Testing\">Disadvantages of Confirmation Testing<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_is_confirmation_testing\"><\/span><strong>What is confirmation testing?<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components. Confirmation Testing is also known as <a href=\"http:\/\/artoftesting.com\/retesting\">retesting<\/a>.<\/p>\n\n\n\n<p><strong>Example &#8211;<\/strong> Let&#8217;s say a product is developed by the development team and now goes through the testing activities performed by testers. The testing team found some bugs (Bug1 and Bug2) and posted them for rectification to the development team. The product will be checked again after the development either accept the bug and rectifies it with a new build or rejects the bug.<br><br><\/p>\n\n\n\n<h2 class=\"gb-headline gb-headline-d61de90e gb-headline-text\"><span class=\"ez-toc-section\" id=\"Features_of_Confirmation_testing\"><\/span><strong>Features of Confirmation testing<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Confirmation testing is performed before regression testing.<br><br><\/li>\n\n\n\n<li>The scope of confirmation testing is clear and unchangeable.<br><br><\/li>\n\n\n\n<li>Can be performed with the help of old test cases, so there is no need to create new test cases.<br><br><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"When_is_confirmation_testing_done\"><\/span>When is confirmation testing done?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>When a particular bug is fixed with a new build<\/strong><br>The testing team ensures that the previous bug which was posted is fixed by the development team with the new build.<br><br><\/li>\n\n\n\n<li><strong>When a particular bug is rejected<\/strong><br>Sometimes the development team rejects the bug reported by testers and indicates the status of a bug as not reproducible. In this situation, testers need to do a retesting to verify that the particular bug is valid and reproducible.<br><br><\/li>\n\n\n\n<li><strong>Before Regression Testing<\/strong><br>Sometimes the changes done in the product do not appear with the new build of the product. Thus, re-testing is done as it mainly focuses on verifying and rectifying the defects.<br><br><\/li>\n\n\n\n<li><strong>When the client requires a re-testing<\/strong><br>At times to be sure of the product quality, the client can ask the testing team to do the confirmation testing again and again.<br><br><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_to_do_after_confirmation_testing_is_done\"><\/span><strong>What to do after confirmation testing is done<\/strong>?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>As the confirmation testing is completed, the next step is to proceed with <a href=\"http:\/\/artoftesting.com\/regression-testing\">regression testing<\/a> in which we check that the previous build of software or product remains unaffected with the addition of new features or functionalities to the product.<br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Advantages_of_Confirmation_Testing\"><\/span><strong>Advantages of Confirmation Testing<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Confirms the quality and functionality of the product.<br><\/li>\n\n\n\n<li>No need to create any new environment setup.<br><\/li>\n\n\n\n<li>Guarantees that no issues are present in the product when it reaches the end-users.<br><br><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Disadvantages_of_Confirmation_Testing\"><\/span><strong>Disadvantages of Confirmation Testing<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Additional time and effort are required in the re-execution of the failed test cases.<br><\/li>\n\n\n\n<li>We cannot automate the test cases for retesting.<br><\/li>\n\n\n\n<li>The new build is required for defect verification.<br><br><\/li>\n<\/ul>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>With the above article, we can understand the importance of confirmation testing and that it can be done at all <a href=\"http:\/\/artoftesting.com\/levels-of-software-testing\">levels of testing<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are a lot of testing terminologies present that are used at various stages of a product under testing. Confirmation testing helps to determine the quality of the product as well as its components. In this article, we are going to discuss confirmation testing. What is confirmation testing? Confirmation testing is a type of software &#8230; <a title=\"Confirmation Testing\" class=\"read-more\" href=\"https:\/\/artoftesting.com\/confirmation-testing\" aria-label=\"Read more about Confirmation Testing\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":5529,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-5528","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual-testing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Confirmation Testing - Feature, Advantages &amp; Disadvantages<\/title>\n<meta name=\"description\" content=\"Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components.\" \/>\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\/confirmation-testing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Confirmation Testing - Feature, Advantages &amp; Disadvantages\" \/>\n<meta property=\"og:description\" content=\"Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/artoftesting.com\/confirmation-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=\"2022-05-26T11:24:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-30T06:16:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png\" \/>\n\t<meta property=\"og:image:width\" content=\"728\" \/>\n\t<meta property=\"og:image:height\" content=\"416\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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\/confirmation-testing#article\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing\"},\"author\":{\"name\":\"Kuldeep Rana\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\"},\"headline\":\"Confirmation Testing\",\"datePublished\":\"2022-05-26T11:24:40+00:00\",\"dateModified\":\"2023-05-30T06:16:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing\"},\"wordCount\":475,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png\",\"articleSection\":[\"Manual Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/artoftesting.com\/confirmation-testing#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing\",\"url\":\"https:\/\/artoftesting.com\/confirmation-testing\",\"name\":\"Confirmation Testing - Feature, Advantages & Disadvantages\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png\",\"datePublished\":\"2022-05-26T11:24:40+00:00\",\"dateModified\":\"2023-05-30T06:16:27+00:00\",\"description\":\"Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components.\",\"breadcrumb\":{\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/artoftesting.com\/confirmation-testing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing#primaryimage\",\"url\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png\",\"contentUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png\",\"width\":728,\"height\":416,\"caption\":\"Confirmation testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/artoftesting.com\/confirmation-testing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/artoftesting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manual Testing\",\"item\":\"https:\/\/artoftesting.com\/category\/manual-testing\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Confirmation 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":"Confirmation Testing - Feature, Advantages & Disadvantages","description":"Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components.","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\/confirmation-testing","og_locale":"en_US","og_type":"article","og_title":"Confirmation Testing - Feature, Advantages & Disadvantages","og_description":"Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components.","og_url":"https:\/\/artoftesting.com\/confirmation-testing","og_site_name":"ArtOfTesting","article_publisher":"https:\/\/facebook.com\/artoftesting","article_published_time":"2022-05-26T11:24:40+00:00","article_modified_time":"2023-05-30T06:16:27+00:00","og_image":[{"width":728,"height":416,"url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png","type":"image\/png"}],"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\/confirmation-testing#article","isPartOf":{"@id":"https:\/\/artoftesting.com\/confirmation-testing"},"author":{"name":"Kuldeep Rana","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5"},"headline":"Confirmation Testing","datePublished":"2022-05-26T11:24:40+00:00","dateModified":"2023-05-30T06:16:27+00:00","mainEntityOfPage":{"@id":"https:\/\/artoftesting.com\/confirmation-testing"},"wordCount":475,"commentCount":0,"publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"image":{"@id":"https:\/\/artoftesting.com\/confirmation-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png","articleSection":["Manual Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/artoftesting.com\/confirmation-testing#respond"]}]},{"@type":"WebPage","@id":"https:\/\/artoftesting.com\/confirmation-testing","url":"https:\/\/artoftesting.com\/confirmation-testing","name":"Confirmation Testing - Feature, Advantages & Disadvantages","isPartOf":{"@id":"https:\/\/artoftesting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/artoftesting.com\/confirmation-testing#primaryimage"},"image":{"@id":"https:\/\/artoftesting.com\/confirmation-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png","datePublished":"2022-05-26T11:24:40+00:00","dateModified":"2023-05-30T06:16:27+00:00","description":"Confirmation testing is a type of software testing technique used by testers to check if the previously posted bugs are rectified or not in the system or its components.","breadcrumb":{"@id":"https:\/\/artoftesting.com\/confirmation-testing#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/artoftesting.com\/confirmation-testing"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/confirmation-testing#primaryimage","url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png","contentUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2022\/05\/what-is-confirmation-testing.png","width":728,"height":416,"caption":"Confirmation testing"},{"@type":"BreadcrumbList","@id":"https:\/\/artoftesting.com\/confirmation-testing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/artoftesting.com\/"},{"@type":"ListItem","position":2,"name":"Manual Testing","item":"https:\/\/artoftesting.com\/category\/manual-testing"},{"@type":"ListItem","position":3,"name":"Confirmation 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\/5528","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=5528"}],"version-history":[{"count":3,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/5528\/revisions"}],"predecessor-version":[{"id":7106,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/5528\/revisions\/7106"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media\/5529"}],"wp:attachment":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media?parent=5528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/categories?post=5528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/tags?post=5528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}