{"id":1566,"date":"2022-12-07T13:50:39","date_gmt":"2022-12-07T13:50:39","guid":{"rendered":"https:\/\/vwo.com\/glossary\/?p=1566"},"modified":"2025-04-11T13:32:58","modified_gmt":"2025-04-11T13:32:58","slug":"testing-in-production","status":"publish","type":"post","link":"https:\/\/vwo.com\/glossary\/testing-in-production\/","title":{"rendered":"Testing in Production"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>What is Testing in Production?<\/strong><\/h2>\n\n\n\n<p>Testing in production (TIP) is a practice in the software development cycle where tests are performed on a product in a live environment instead of a staging environment.&nbsp;<\/p>\n\n\n\n<p>Catching bugs in the pre-production stage is an effective way to release quality products and win customers\u2019 trust. But not all bugs can be fixed pre-production considering the restrictions in simulating a product in a live environment.&nbsp;<\/p>\n\n\n\n<p>Also, tests in the staging environment are restricted to a limited number of users, while post-production tests are made available to real users.&nbsp;<\/p>\n\n\n\n<p>It is for this reason testing in production is challenging because it can cause a detrimental impact if not done right. If anything goes wrong, the impact will not stay confined to your organization but be felt in its outer circle as well. But given the growing importance of TIP, companies can no longer turn away from this methodology.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why is testing in production beneficial?<\/strong><\/h2>\n\n\n\n<p>Convinced of the benefits of TIP, companies are becoming less and less hesitant about using this testing method today. Here are the reasons why you must give TIP a try:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Collect user feedback<\/strong><\/h3>\n\n\n\n<p>Testing in production allows you to collect data from your users\u2019 interaction with new features. Based on the feedback collected, you can optimize your product features to deliver superior user experiences.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Fix glitches&nbsp;<\/strong><\/h3>\n\n\n\n<p>In case you\u2019ve missed any bugs in the staging environment, they can be identified and fixed to ensure the release of a higher-quality product to the end users.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Support incremental release<\/strong><\/h3>\n\n\n\n<p>TIP allows you to test and debug through small iterations. This limits the impact of technical faults to a small number of users. As a result, you can optimize every release, making your product\u2019s current version better than the previous versions.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Move between different testing types<\/strong><\/h3>\n\n\n\n<p>TIP expands the scope of testing by facilitating the easy transition between different types of testing. For example, using this methodology, you can conduct hardcore functionality testing of a UI change, after that which you may also perform an <a href=\"https:\/\/vwo.com\/ab-testing\/\">A\/B test <\/a>to record users\u2019 responses to those changes.&nbsp;<\/p>\n\n\n\n<p>With all of that said, let us remind you that TIP should never replace staging tests. While some tests work fine in staging, others need production data to be worked upon. Nevertheless, both are equally important in improving product experiences. Testing in staging and testing in production must go hand in hand and neither is the replacement for one other.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is the challenge of testing in production?&nbsp;<\/strong><\/h2>\n\n\n\n<p>Undertaking a methodology as TIP comes with certain challenges as well. If TIP goes wrong, companies can face serious real-world consequences. Here are some risks of this practice:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Accidental leakage of sensitive data because a wide range of tools has access to a feature.&nbsp;<\/li>\n\n\n\n<li>Deployment of advanced capabilities to allow changing functionality according to user convenience.<\/li>\n\n\n\n<li>Financial and reputational loss from the risk of releasing a poorly designed feature of a product.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>For all of these reasons companies still weigh the pros and cons of TIP and some are still apprehensive about trying it out.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to do TIP right?<\/strong><\/h2>\n\n\n\n<p>Testing in production is a necessary step in the modern software development cycle. Instead of ignoring it, the focus must be on following a practice that lets you experience the benefits of TIP while keeping the risks at bay. This brings us to Feature Rollouts, also called <a href=\"https:\/\/vwo.com\/glossary\/feature-flag\/\">Feature Flags<\/a>.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1018\" height=\"496\" data-id=\"1567\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png\" alt=\"Feature Flags\" class=\"wp-image-1567\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png 1018w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png?tr=w-768 768w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png?tr=w-640 640w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png?tr=w-375 375w\" sizes=\"(max-width: 1018px) 100vw, 1018px\" \/><\/figure>\n<figcaption class=\"blocks-gallery-caption wp-element-caption\"><span id=\"docs-internal-guid-2244790f-7fff-0c71-a750-2475e5550e40\"><span style=\"font-size: 11pt;font-family: Georgia;background-color: transparent;vertical-align: baseline\">Image source: <\/span><a href=\"https:\/\/www.atlassian.com\/continuous-delivery\/principles\/feature-flags\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"font-size: 11pt;font-family: Georgia;background-color: transparent;vertical-align: baseline\">Atlassian<\/span><\/a><\/span><\/figcaption><\/figure>\n\n\n\n<p>Feature Rollouts is an advanced software technique that allows you to switch on or off a functionality without requiring you to deploy any codes. You can restrict certain functionalities from public viewing while you can test them, keeping the original code intact, and thereby giving you full control over feature experimentation.&nbsp;<\/p>\n\n\n\n<p>This helps you with the incremental release of product features and continuous product improvement by capturing feedback from smaller user bases. To top it all, when you go for a privacy-compliant platform with feature flags management system, you can set aside the data challenges in TIP.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>VWO FullStack comes to the rescue\u2026<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/vwo.com\/testing\/server-side\/\">VWO FullStack<\/a> comes with a feature flag system that can help you can switch on or off a feature using a toggle control and specify in which environment a feature is available. In fact, you can allocate the traffic percentage you would like to make part of your test campaign.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1153\" height=\"682\" data-id=\"1580\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/image-3.png\" alt=\"Screenshot from VWO FullStack\" class=\"wp-image-1580\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/image-3.png 1153w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/image-3.png?tr=w-1024 1024w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/image-3.png?tr=w-768 768w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/image-3.png?tr=w-640 640w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/image-3.png?tr=w-375 375w\" sizes=\"(max-width: 1153px) 100vw, 1153px\" \/><\/figure>\n<figcaption class=\"blocks-gallery-caption wp-element-caption\"><em>Screenshot from VWO app<\/em><\/figcaption><\/figure>\n\n\n\n<p>No matter how difficult your testing goals are, VWO FullStack allows you to perform the most complex tests on any platform or device. Some of the VWO FullStack capabilities are Features, Feature Rollout, and A\/B testing.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Features<\/strong><\/h3>\n\n\n\n<p>Deliver any feature in phases instead of releasing them all at once to all users. Learn quickly from inconclusive tests and iterate faster to launch features that are more efficient than their previous versions.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Feature Tests<\/strong><\/h3>\n\n\n\n<p>Test a product feature by creating different variations using different variables to measure their impacts and get a real-time view of the performance of your product features.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>A\/B Testing<\/strong><\/h3>\n\n\n\n<p>From algorithms to subscription flow, you can test everything with full-stack A\/B testing. Experiments that can\u2019t be performed on the client side can easily be performed using this <a href=\"https:\/\/vwo.com\/server-side-testing\/\">server-side testing<\/a> tool.&nbsp;<\/p>\n\n\n\n<p>To know more about VWO FullStack and its importance, read this <a href=\"https:\/\/vwo.com\/blog\/how-to-go-from-zero-to-one-in-your-server-side-experimentation-journey\/\">blog<\/a>. Further, with VWO being GDPR-compliant, your user data remains fully protected owing to its robust security features.&nbsp;<\/p>\n\n\n\n<p>Testing in production is a standard software development practice today. Overlooking its importance can cost your business dearly. As we mentioned, using feature flags is one of the best ways to make the most out of this methodology. So, <a href=\"#request-demo\">request a demo of VWO FullStack<\/a> to accelerate your testing cycle.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Testing in production is a standard practice in the modern software development cycle to ensure the release of high-quality products and improve user experience. Using this methodology, marketers can run tests to understand users\u2019 responses to any new feature releases, while product managers can use these data to improve product experiences. <\/p>\n","protected":false},"author":737,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1566","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Testing in Production | VWO<\/title>\n<meta name=\"description\" content=\"Testing in production is a methodology in the software development cycle wherein you perform tests post-production instead of pre-production.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vwo.com\/glossary\/testing-in-production\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Testing in Production | VWO\" \/>\n<meta property=\"og:description\" content=\"Testing in production is a methodology in the software development cycle wherein you perform tests post-production instead of pre-production.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vwo.com\/glossary\/testing-in-production\/\" \/>\n<meta property=\"og:site_name\" content=\"VWO Glossary\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-07T13:50:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-11T13:32:58+00:00\" \/>\n<meta name=\"author\" content=\"Aastha Trehan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/\"},\"author\":{\"name\":\"Aastha Trehan\",\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/95c6d9ae0e137e8e23a76689292da18b\"},\"headline\":\"Testing in Production\",\"datePublished\":\"2022-12-07T13:50:39+00:00\",\"dateModified\":\"2025-04-11T13:32:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/\"},\"wordCount\":971,\"image\":{\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/\",\"url\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/\",\"name\":\"Testing in Production | VWO\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/glossary\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png\",\"datePublished\":\"2022-12-07T13:50:39+00:00\",\"dateModified\":\"2025-04-11T13:32:58+00:00\",\"author\":{\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/95c6d9ae0e137e8e23a76689292da18b\"},\"description\":\"Testing in production is a methodology in the software development cycle wherein you perform tests post-production instead of pre-production.\",\"breadcrumb\":{\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vwo.com\/glossary\/testing-in-production\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage\",\"url\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png\",\"contentUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vwo.com\/glossary\/testing-in-production\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vwo.com\/glossary\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Testing in Production\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vwo.com\/glossary\/#website\",\"url\":\"https:\/\/vwo.com\/glossary\/\",\"name\":\"VWO Glossary\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vwo.com\/glossary\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/95c6d9ae0e137e8e23a76689292da18b\",\"name\":\"Aastha Trehan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/glossary\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/88aead8d5e767617fcf4e13e093c9652c9028cc733abc85e20132b3ca1f5e005?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/88aead8d5e767617fcf4e13e093c9652c9028cc733abc85e20132b3ca1f5e005?s=96&d=mm&r=g\",\"caption\":\"Aastha Trehan\"},\"description\":\"Hi there, I\u2019m Aastha Trehan, Associate Manager of Content at VWO. I write about CRO, experimentation, user behavior research, personalization, and AI-driven optimization. With over 3 years of experience in marketing, I focus on creating engaging content that resonates with readers and drives meaningful impact. When I\u2019m not working, you\u2019ll find me playing badminton or pickleball, or binge-watching movies.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/aastha-trehan-7b3190283\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Testing in Production | VWO","description":"Testing in production is a methodology in the software development cycle wherein you perform tests post-production instead of pre-production.","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:\/\/vwo.com\/glossary\/testing-in-production\/","og_locale":"en_US","og_type":"article","og_title":"Testing in Production | VWO","og_description":"Testing in production is a methodology in the software development cycle wherein you perform tests post-production instead of pre-production.","og_url":"https:\/\/vwo.com\/glossary\/testing-in-production\/","og_site_name":"VWO Glossary","article_published_time":"2022-12-07T13:50:39+00:00","article_modified_time":"2025-04-11T13:32:58+00:00","author":"Aastha Trehan","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#article","isPartOf":{"@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/"},"author":{"name":"Aastha Trehan","@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/95c6d9ae0e137e8e23a76689292da18b"},"headline":"Testing in Production","datePublished":"2022-12-07T13:50:39+00:00","dateModified":"2025-04-11T13:32:58+00:00","mainEntityOfPage":{"@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/"},"wordCount":971,"image":{"@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/","url":"https:\/\/vwo.com\/glossary\/testing-in-production\/","name":"Testing in Production | VWO","isPartOf":{"@id":"https:\/\/vwo.com\/glossary\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage"},"image":{"@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png","datePublished":"2022-12-07T13:50:39+00:00","dateModified":"2025-04-11T13:32:58+00:00","author":{"@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/95c6d9ae0e137e8e23a76689292da18b"},"description":"Testing in production is a methodology in the software development cycle wherein you perform tests post-production instead of pre-production.","breadcrumb":{"@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vwo.com\/glossary\/testing-in-production\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#primaryimage","url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png","contentUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/18\/2022\/12\/Feature-flags.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vwo.com\/glossary\/testing-in-production\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vwo.com\/glossary\/"},{"@type":"ListItem","position":2,"name":"Testing in Production"}]},{"@type":"WebSite","@id":"https:\/\/vwo.com\/glossary\/#website","url":"https:\/\/vwo.com\/glossary\/","name":"VWO Glossary","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vwo.com\/glossary\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/95c6d9ae0e137e8e23a76689292da18b","name":"Aastha Trehan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/glossary\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/88aead8d5e767617fcf4e13e093c9652c9028cc733abc85e20132b3ca1f5e005?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/88aead8d5e767617fcf4e13e093c9652c9028cc733abc85e20132b3ca1f5e005?s=96&d=mm&r=g","caption":"Aastha Trehan"},"description":"Hi there, I\u2019m Aastha Trehan, Associate Manager of Content at VWO. I write about CRO, experimentation, user behavior research, personalization, and AI-driven optimization. With over 3 years of experience in marketing, I focus on creating engaging content that resonates with readers and drives meaningful impact. When I\u2019m not working, you\u2019ll find me playing badminton or pickleball, or binge-watching movies.","sameAs":["https:\/\/www.linkedin.com\/in\/aastha-trehan-7b3190283\/"]}]}},"_links":{"self":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts\/1566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/users\/737"}],"replies":[{"embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/comments?post=1566"}],"version-history":[{"count":10,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts\/1566\/revisions"}],"predecessor-version":[{"id":3625,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/posts\/1566\/revisions\/3625"}],"wp:attachment":[{"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/media?parent=1566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/categories?post=1566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vwo.com\/glossary\/wp-json\/wp\/v2\/tags?post=1566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}