{"id":408665,"date":"2023-11-03T13:17:27","date_gmt":"2023-11-03T13:17:27","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=408665"},"modified":"2024-04-23T13:32:09","modified_gmt":"2024-04-23T13:32:09","slug":"how-to-do-black-box-testing-in-woocommerce","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/","title":{"rendered":"How to Do Black Box Testing in WooCommerce?"},"content":{"rendered":"\n<p>Black box testing in WooCommerce, like in any software application, involves testing the system&#8217;s functionality without knowledge of its internal code or structure. <\/p>\n\n\n\n<p>This type of testing is primarily focused on the system&#8217;s inputs, outputs, and the behaviour of the software. <\/p>\n\n\n\n<p>Also, read <a href=\"https:\/\/webkul.com\/blog\/how-to-perform-api-testing-in-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">API Testing in WooCommerce<\/a> involving endpoints provided by WooCommerce. <\/p>\n\n\n\n<p>Here are some steps to perform black box testing in WooCommerce:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#1 Understand the Requirements for black box testing in WooCommerce<\/h2>\n\n\n\n<p>Before you start testing, it&#8217;s essential to have a clear understanding of the functional and non-functional requirements of your WooCommerce store.<\/p>\n\n\n\n<p>This includes knowing how the store should behave, what features it should have, <a href=\"https:\/\/store.webkul.com\/woocommerce-plugins.html\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce plugins<\/a> installed and any specific business rules that apply.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#2 Identify Test Scenarios<\/h2>\n\n\n\n<p>Create a list of test scenarios based on the requirements. These scenarios should cover various aspects of your WooCommerce store.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1134\" height=\"682\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png\" alt=\"image-75\" class=\"wp-image-409423\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png 1134w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75-300x180.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75-250x150.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75-768x462.png 768w\" sizes=\"(max-width: 1134px) 100vw, 1134px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Such as product catalog, shopping cart, checkout process, <a href=\"https:\/\/webkul.com\/blog\/how-to-create-a-payment-gateway-extension-in-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">payment gateways<\/a>, shipping options, and user account management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#3 Define Test Cases for black box testing<\/h2>\n\n\n\n<p>For each test scenario, define specific test cases. Test cases should include the input data, expected outcomes, and the steps to reproduce the scenario. <\/p>\n\n\n\n<p>These test cases should be designed without knowledge of the internal code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#4 Prepare Test Data<\/h2>\n\n\n\n<p>Create or gather test data that you will use to execute your test cases. This data should reflect different real-world situations.<\/p>\n\n\n\n<p>Such as different product types, prices, and customer information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#5 Execute Test Cases<\/h2>\n\n\n\n<p>Follow the test cases and execute them on your WooCommerce store. <\/p>\n\n\n\n<p>This involves interacting with the store as a regular user would, without any knowledge of the store&#8217;s internal workings.<\/p>\n\n\n\n<p>Ensure that you thoroughly test various scenarios, including both common and edge cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#6 Record Results<\/h2>\n\n\n\n<p>Record the results of each test case, including whether it passed or failed and any issues encountered. <\/p>\n\n\n\n<p>Be sure to document any unexpected behaviours, errors, or deviations from the expected results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#7 Regression Testing<\/h2>\n\n\n\n<p>After identifying and fixing any issues found during testing, perform regression testing to ensure that the changes do not introduce new problems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#8 Performance Testing<\/h2>\n\n\n\n<p>While black box testing primarily focuses on functionality.<\/p>\n\n\n\n<p>But you can also perform some performance testing by simulating a high load on your store to see how it behaves under heavy traffic.<\/p>\n\n\n\n<p>Read another helpful dev doc on <a href=\"https:\/\/webkul.com\/blog\/how-to-perform-testing-on-woocommerce-plugins\/\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce plugin testing<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">#9 Security Testing<\/h2>\n\n\n\n<p>Ensure that your WooCommerce store is secure by conducting security testing to identify vulnerabilities.<\/p>\n\n\n\n<p>Such as SQL injection, cross-site scripting (XSS), and other common web application security issues.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Black box testing in WooCommerce is crucial to ensure that your online store works as expected and meets the needs of your customers. <\/p>\n\n\n\n<p>It should be an ongoing process to catch and address any issues as your store evolves and grows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Support<\/h2>\n\n\n\n<p>If you need any technical assistance, please reach us by mail at&nbsp;support@webkul.com.<\/p>\n\n\n\n<p>Additionally, if you require expert assistance or want to develop custom unique functionality&nbsp;<a href=\"https:\/\/webkul.com\/hire-woocommerce-developers\/\" target=\"_blank\" rel=\"noreferrer noopener\">Hire WooCommerce Developers<\/a>&nbsp;for your project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Black box testing in WooCommerce, like in any software application, involves testing the system&#8217;s functionality without knowledge of its internal code or structure. This type of testing is primarily focused on the system&#8217;s inputs, outputs, and the behaviour of the software. Also, read API Testing in WooCommerce involving endpoints provided by WooCommerce. Here are some <a href=\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":567,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1773],"tags":[15071,3250,1468],"class_list":["post-408665","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-blackbox","tag-testing","tag-woocommerce"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Do Black Box Testing in WooCommerce? Dev Docs<\/title>\n<meta name=\"description\" content=\"Black box testing in WooCommerce, like in any software application, involves testing the system&#039;s functionality without knowledge of its...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Do Black Box Testing in WooCommerce? Dev Docs\" \/>\n<meta property=\"og:description\" content=\"Black box testing in WooCommerce, like in any software application, involves testing the system&#039;s functionality without knowledge of its...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-03T13:17:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-23T13:32:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png\" \/>\n<meta name=\"author\" content=\"Tanu Shridaksh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tanu Shridaksh\" \/>\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:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\"},\"author\":{\"name\":\"Tanu Shridaksh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/ba84798a87d333f8566cc126208d8c7a\"},\"headline\":\"How to Do Black Box Testing in WooCommerce?\",\"datePublished\":\"2023-11-03T13:17:27+00:00\",\"dateModified\":\"2024-04-23T13:32:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\"},\"wordCount\":495,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png\",\"keywords\":[\"blackbox\",\"testing\",\"WooCommerce\"],\"articleSection\":[\"WooCommerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\",\"name\":\"How to Do Black Box Testing in WooCommerce? Dev Docs\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png\",\"datePublished\":\"2023-11-03T13:17:27+00:00\",\"dateModified\":\"2024-04-23T13:32:09+00:00\",\"description\":\"Black box testing in WooCommerce, like in any software application, involves testing the system's functionality without knowledge of its...\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png\",\"width\":1134,\"height\":682,\"caption\":\"image-75\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Do Black Box Testing in WooCommerce?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/ba84798a87d333f8566cc126208d8c7a\",\"name\":\"Tanu Shridaksh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4a736340c8085e31edf658c5401bb24f5eae111c252c406d71c348e8be21f3a6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4a736340c8085e31edf658c5401bb24f5eae111c252c406d71c348e8be21f3a6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Tanu Shridaksh\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/tanushridaksh-oc363\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Do Black Box Testing in WooCommerce? Dev Docs","description":"Black box testing in WooCommerce, like in any software application, involves testing the system's functionality without knowledge of its...","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:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/","og_locale":"en_US","og_type":"article","og_title":"How to Do Black Box Testing in WooCommerce? Dev Docs","og_description":"Black box testing in WooCommerce, like in any software application, involves testing the system's functionality without knowledge of its...","og_url":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-11-03T13:17:27+00:00","article_modified_time":"2024-04-23T13:32:09+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png","type":"","width":"","height":""}],"author":"Tanu Shridaksh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Tanu Shridaksh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/"},"author":{"name":"Tanu Shridaksh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/ba84798a87d333f8566cc126208d8c7a"},"headline":"How to Do Black Box Testing in WooCommerce?","datePublished":"2023-11-03T13:17:27+00:00","dateModified":"2024-04-23T13:32:09+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/"},"wordCount":495,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png","keywords":["blackbox","testing","WooCommerce"],"articleSection":["WooCommerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/","url":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/","name":"How to Do Black Box Testing in WooCommerce? Dev Docs","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png","datePublished":"2023-11-03T13:17:27+00:00","dateModified":"2024-04-23T13:32:09+00:00","description":"Black box testing in WooCommerce, like in any software application, involves testing the system's functionality without knowledge of its...","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-75.png","width":1134,"height":682,"caption":"image-75"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Do Black Box Testing in WooCommerce?"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/ba84798a87d333f8566cc126208d8c7a","name":"Tanu Shridaksh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4a736340c8085e31edf658c5401bb24f5eae111c252c406d71c348e8be21f3a6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a736340c8085e31edf658c5401bb24f5eae111c252c406d71c348e8be21f3a6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Tanu Shridaksh"},"url":"https:\/\/webkul.com\/blog\/author\/tanushridaksh-oc363\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/408665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/567"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=408665"}],"version-history":[{"count":28,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/408665\/revisions"}],"predecessor-version":[{"id":434139,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/408665\/revisions\/434139"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=408665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=408665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=408665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}