{"id":290,"date":"2019-10-04T18:50:33","date_gmt":"2019-10-04T18:50:33","guid":{"rendered":"http:\/\/paladinarcher.com\/v1\/?p=290"},"modified":"2019-10-10T19:49:17","modified_gmt":"2019-10-10T19:49:17","slug":"can-you-really-calculate-roi-on-continuous-testing","status":"publish","type":"post","link":"http:\/\/paladinarcher.com\/v1\/can-you-really-calculate-roi-on-continuous-testing\/","title":{"rendered":"Can you really calculate ROI on Continuous Testing?"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"476\" height=\"282\" data-attachment-id=\"320\" data-permalink=\"http:\/\/paladinarcher.com\/v1\/can-you-really-calculate-roi-on-continuous-testing\/roi-in-dollars\/\" data-orig-file=\"https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?fit=476%2C282\" data-orig-size=\"476,282\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"ROI-in-Dollars\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?fit=300%2C178\" data-large-file=\"https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?fit=476%2C282\" src=\"https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?resize=476%2C282\" alt=\"\" class=\"wp-image-320\" srcset=\"https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?w=476 476w, https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?resize=300%2C178 300w\" sizes=\"auto, (max-width: 476px) 100vw, 476px\" \/><\/figure><\/div>\n\n\n\n<p>Your gut tells you that if you could just implement continuous testing in your software development process, you&#8217;d easily reduce risk,&nbsp;decrease&nbsp;costs, and probably even increase revenue. The challenge is, your CFO doesn&#8217;t think your gut is a voice of authority. So, how do you convince the higher-ups to give you the budget you need?&nbsp;<\/p>\n\n\n\n<p>You&#8217;ve been in the trenches.&nbsp;During your career, you\u2019ve written your share of code. Depending on your management style, you might still write code.&nbsp;Either way, you&#8217;ve done your time and know that when coding runs smoothly, it&#8217;s a thing of beauty.&nbsp;But, when does it do that? Some days are better than others, but, by and large, development feels like a stop and start process. Getting &#8220;into the Flow&#8221; never seems to happen because of all the urgent bugs that need to be squashed and the fires that need to be put out.&nbsp;<\/p>\n\n\n\n<p>It&#8217;s clear to you that if you could systematize the testing process a bit more and give your attention to the right things at the right time, you and the team would be much more productive and have fewer surprises. And you know that would end in real impact to the bottom line.&nbsp;<\/p>\n\n\n\n<p>But how do you prove it? You know you need to speak in terms of dollars and cents, but how do you convert what your gut&#8217;s telling you into hard numbers?&nbsp;<\/p>\n\n\n\n<p>There are several great articles on the internet proposing ways continuous testing can financially benefit an organization. You and I, and anyone else who has been in the thick of it, read those articles and know what they say is true. The problem is, most of the arguments don&#8217;t end up with real numbers at the end. Not much more convincing to a CFO than your gut was. That&#8217;s why I&#8217;ve decided to focus this writeup on just a few strategies that you can&nbsp;literally run&nbsp;math on. Specifically, we&#8217;ll look at Catching a Bug Early, Automating Regression Testing, Reducing Churn, and Improving Reputation.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Catching a Bug Early&nbsp;<\/h2>\n\n\n\n<p>You know&nbsp;when you&#8217;re coding along, making happy progress and then you&nbsp;test&nbsp;your code and, say, the&nbsp;cool math you wrote doesn\u2019t pencil out? No problem, you flip right back to that code, with that function still fresh in your mind, and, maybe even before you&nbsp;actually see&nbsp;the problem,&nbsp;you&nbsp;realize your mistake, tweak the&nbsp;calculation, and you&#8217;re done.&nbsp;<\/p>\n\n\n\n<p>Coders are constantly fixing bugs. I&#8217;m pretty sure I never wrote a complete function of any real size without fixing a half dozen bugs&nbsp;<em>before even committing it to the code base<\/em>. It&#8217;s just part of the process. The problem is, these bugs aren&#8217;t thought of as bugs. They&#8217;re usually not tracked or measured or recorded. We don&#8217;t think of bugs as bugs until someone other than the original developer finds them. And why do I say this is a problem? Because this kind of bug is the best kind of bug. We want to turn all other bugs into this kind of bug. But until we acknowledge its existence, the other bugs can&#8217;t aspire to be like it.&nbsp;<\/p>\n\n\n\n<p>You already know why this is the best kind of bug. You and everyone on your team would rather squash this kind of bug all day long over those ugly bugs. You know the ones. They are the bugs in that code you handed to QA last week. You&#8217;re still pretty sure you remember your strategy with it, but it takes you a bit to get back in as you mentally and literally get out of your current job and back into last week. They&#8217;re not too hard to fix,&nbsp;though they&nbsp;will&nbsp;take longer than if you&#8217;d caught it yourself. Last week.&nbsp;<\/p>\n\n\n\n<p>There are worse bugs though; namely, the ones caught in Beta testing. Now you&#8217;ve moved way beyond that code and can&#8217;t even remember what you were doing with it. You&nbsp;must&nbsp;reread the functional spec just to understand what the original goal was. Getting your head back into that code takes significantly longer than if the bug had been found earlier in the process.&nbsp;<\/p>\n\n\n\n<p>But even those aren&#8217;t the&nbsp;horrifying&nbsp;bugs. The&nbsp;nightmare bugs have been sitting all comfy out in Production for like 10 years and have grown all sorts of appendages. Once someone discovers them, they&#8217;re so entangled in the system, removal requires major surgery. Plus, the guy who created them is long gone and no one has looked at that code for ages. As the manager, you get to decide which member of your team you\u2019re going to owe donuts.&nbsp;<\/p>\n\n\n\n<p>Think of all the time you would save if every bug created was caught by the creator before it left her desk? You know there would be major time (and, therefore, money) saved. The good news is, now you can prove it to the person holding the purse strings. And this, thanks to a nice little study done way back in 2002 for the National Institute of Standards and Technology called, &#8220;The Economic Impacts of Inadequate Infrastructure for Software Testing&#8221; where&nbsp;they&nbsp;got real numbers to attach to those four kinds of bugs we just discussed.&nbsp;<\/p>\n\n\n\n<p>Turns out, your gut was right. According to the study, when a bug is caught right away (during coding or unit testing), it takes on average 3.2 hours to fix. If a bug is caught by QA, it takes almost three times as long, or 9.7 hours. If a bug makes it to Beta testing, it is squashed in 12.2 hours and, if it makes it all the way to Production, it takes 14.8 hours.&nbsp;<\/p>\n\n\n\n<p>Now we have the beginnings of some real math. To complete the formula, all we need to know is two things:&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Exactly how much continuous testing shifts the catching of these bugs to the left along the cycle, and&nbsp;<\/li><li>How many total defects we&#8217;re talking&nbsp;about?&nbsp; <\/li><\/ol>\n\n\n\n<p>Fortunately for this conversation, we have the first set of numbers and you have the second.&nbsp;<\/p>\n\n\n\n<p>As we have implemented our Continuous Testing Framework with our&nbsp;clients,&nbsp;we have found the following average reduction in bugs found (by percentage):&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First Quarter: 88% (of the bug count before implementation)&nbsp;<\/li><li>Second Quarter: 53%&nbsp;<\/li><li>Third Quarter: 27%&nbsp;<\/li><li>Fourth Quarter: 19%&nbsp;<\/li><li>Fifth Quarter: 9%&nbsp;<\/li><li>Sixth Quarter: 2%&nbsp;<\/li><li>Seventh Quarter: 1%&nbsp;<\/li><li>Eighth Quarter: 0%&nbsp; <\/li><\/ul>\n\n\n\n<p>As time continuous on, bugs do slip by, but, in our experience, after a solid continuous testing strategy is in place, you really are bouncing around 0 and 1 percent of your pre-continuous testing defect count.&nbsp;<\/p>\n\n\n\n<p>The final set of numbers comes from your own environment. How many defects do you catch over the period you&#8217;re tracking? And, when are they caught in each of the 4 stages? Unless your tracking is slicker than most, you likely don&#8217;t have those last numbers, but you can estimate&nbsp;pretty easily. We estimate that 20% are caught by QA, 60% during Beta testing, and 20% are caught in Production, but you can play with those numbers&nbsp;however&nbsp;you like. The trickiest number is the count of bugs caught during coding. We suggest you ask your developers what they think. When we have made similar surveys, we&#8217;ve found that a conservative estimate is about 200%. In other words, for every bug that slips by them, they caught 2 others.&nbsp;<\/p>\n\n\n\n<p>Once you have all the pieces, you just need to plug it into a spreadsheet. Create your own, or, you&#8217;re welcome to use ours (ask&nbsp;us&nbsp;for it,&nbsp;using the link below).&nbsp;&nbsp;<\/p>\n\n\n\n<p>Spoiler alert: the numbers add up fast. For a team of only 10 developers, in just the first year, you can save 1,200 to 5,000 hours or up to 25% of total available dev time.\u00a0Over 3 years, those numbers can climb as high as 22,000 and 35%. If those 10 developers are being paid on average $75,000, you save more than $1,000,000 in those 3 years. That&#8217;s a number your CFO can appreciate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Automating Regression Testing&nbsp;<\/h2>\n\n\n\n<p>It makes intuitive sense that the sooner you catch a bug, the less it will cost to fix. And now you have numbers to back that up. Similarly, it makes intuitive sense that automating testing generally should save you money. The challenge is that there are a lot of variables that go into test automation and it&#8217;s not always straight forward which ones are having what effect. Possibly the biggest unknown is whether the human test&nbsp;is more,&nbsp;or less&nbsp;effective than an automated one. Let&#8217;s face it, a human can test in ways we just haven&#8217;t (yet) figured out how to get a computer to do. And we&#8217;re all pretty sure those tests are worth what we pay for them.&nbsp;<\/p>\n\n\n\n<p>There is, however, one area of automated testing that is easy to quantify: Regression Testing. With regression testing, you are going to run the same set of tests every single time. No &#8220;thinking outside the box&#8221; necessary. In fact, if you are currently doing manual regression testing, you are probably following a defined set of instructions. And, it turns out, computers are&nbsp;exceptional&nbsp;at following defined sets of instructions.&nbsp;<\/p>\n\n\n\n<p>Therefore,&nbsp;we recommend when looking for ROI from automated testing, you focus on just your regression testing. We&#8217;re not saying automating all the other tests won&#8217;t save you money; we&#8217;re just saying the financial story is much clearer with regression testing. If a computer can run the same scripted test that is currently being run by a human and get the same outcome, the cost of that human is the savings you&#8217;ll find.&nbsp;<\/p>\n\n\n\n<p>The math is simple. First, figure out how much of all your testing is spent on regression testing. If you&#8217;re not doing any automated regression testing yet, and if your code base is larger than a peanut, we estimate that you are spending between 50% and 90% of your time doing regression tests. Next, decide how much of that regression testing you think you can get automated by the end of years one, two, and three. Finally, plug the salaries of your full-time testers&nbsp;into&nbsp;a spreadsheet, multiply by the first number and the second set (once for each year), and you&#8217;ll have your cost savings.&nbsp;<\/p>\n\n\n\n<p>As a simple example, if you&#8217;re spending $10 per year right now on testing and 50% of your testing time is spent on regression tests and you think you can automate half of your tests by the end of the first year, you&#8217;ll save an incredible 2 dollars and 50 cents by the end of the first year! (Note: If you want to be totally honest with your CFO, you can add some&nbsp;complicated&nbsp;math to factor in when the tests are ported throughout the year. But really, it&#8217;s easier to think of the percent of tests you&#8217;ll automate by the end of the year as an average of all tests throughout the year. So, 50% by the end of the year probably really means that you&#8217;ll have 20% done very quickly, 50% by the middle, and 80% by the end)&nbsp;<\/p>\n\n\n\n<p>As with the calculations for ROI from Catching a Bug Early, you can create your own spreadsheet to figure this regression testing ROI out. Or, you can ask us for ours.&nbsp;<\/p>\n\n\n\n<p><em>But I already automated my regression testing.&nbsp;<\/em>&nbsp;<\/p>\n\n\n\n<p>That\u2019s great! Are you still doing it? What processes do you have in place to ensure these tests remain meaningful or to ensure you\u2019re expanding that regression test suite to encompass the ever-growing list of new&nbsp;features? To keep the value that you gain by automating regression testing you must maintain it.&nbsp;&nbsp;<\/p>\n\n\n\n<p><em>Yes, I have automated&nbsp;<\/em><em>regression&nbsp;<\/em><em>testing and I\u2019m maintaining it.<\/em>&nbsp;<\/p>\n\n\n\n<p>Excellent, then this&nbsp;part should be more of a review for you. You\u2019ve already experienced the value&nbsp;of automating your regression suite. You must be here to learn more about&nbsp;how the rest of this can help you. Let\u2019s continue then&#8230;&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Reducing Churn&nbsp;<\/h2>\n\n\n\n<p>Now let&#8217;s look at how we can show continuous testing can not only save money but can&nbsp;produce&nbsp;money. This is the holy grail of every development shop manager. For most of our careers, we&#8217;ve been treated as a cost center, meaning we cost the company money. It&#8217;s the sales guys who are the revenue center. They&#8217;re the ones that make the company money. Yeah. Whatever. They wouldn&#8217;t have anything to sell if we didn&#8217;t make it for them! The problem is, we&#8217;re generally not very good at attaching our work directly to revenue. We&#8217;re too far removed from the sale itself. This section and the next are attempts to change that a bit for you.&nbsp;<\/p>\n\n\n\n<p>First, a definition just in case you haven&#8217;t run into this term: Churn. Churn is how many users (or dollars) are lost during a period. It&#8217;s a little deceptive because you could be increasing total user count and still have churn. For example, you might have 5% user growth over a quarter, but you&nbsp;in&nbsp;fact,&nbsp;added 8% more users and lost 3%. In other words, if you had 100 users last month and you now have 105 users, you can&#8217;t just assume you added 5 users. In our example, you added 8 users, but lost 3 others. Those 3 users are your churn.&nbsp;<\/p>\n\n\n\n<p>Adding users (and therefore, revenue) is something you and I know comes down to our work as software developers, but that is very difficult to prove. What we can prove is that our work is responsible for a lot of the churn in a software product. If a product is buggy, people will stop using it. Sure, bad features, design, and usability are also all reasons for churn, but bugs are a huge deal.&nbsp;<\/p>\n\n\n\n<p>Now, this sounds like a bad part of our financial story, but it turns out that it is the opposite. Stick with me here. Churn happens. Yes, you can think of it as our fault, but you can also think of it as our opportunity. If we can produce less buggy software, then we can reduce churn. Unlike finding the customer or landing the sale, the quality of the software is something we can directly influence. And we influence it positively by improving our testing.&nbsp;<\/p>\n\n\n\n<p>So, this is very simple math. First find out how many users are lost each year based on low product quality. This is going to be a guess, unless you have very good customer exit surveys, but I&#8217;m betting your financial people are willing to put a percentage on it for you. Now, multiply that number by the revenue an average user gives the company. That is the total revenue lost due to bugs. Finally, throw that against the calculations you made from&nbsp;the&nbsp;Catching a Bug Early section, and you will see how much revenue you can create for the company! Notice, based on real world experience our clients have seen, within only a few cycles, you could be down to zero or one percent of current bugs. That means between zero and one percent churn. That, all by itself, is a good ROI.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Improving Reputation&nbsp;<\/h2>\n\n\n\n<p>The final bit of ROI we think you can rationally use as an argument for implementing continuous testing is based on a number you probably don&#8217;t have access to. But your marketing or product people probably do. This is the idea that some products in your space enjoy higher revenue based on their reputation as a Quality Product Leader. To find this number, just start asking people this question: &#8220;How many additional new users could we acquire annually if we developed a reputation in [our space] as the Quality Product Leader?&#8221;&nbsp;<\/p>\n\n\n\n<p>Once you have a number people are at least willing to use for argument&#8217;s sake, simply apply it in the same way we did in the previous section. Look at where on your product horizon you think you will be down to basically no bugs, add a couple cycles for people to talk about it (with the help of your marketing department), and boom: new users.&nbsp;<\/p>\n\n\n\n<p>Again, simple math. And, again, based on the very quantifiable calculations of fixing bugs earlier in the cycle.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Putting it all Together&nbsp;<\/h2>\n\n\n\n<p>Although it might take you some time to put together a spreadsheet to pull this all together, the good news is that this really is all just math. Dollars and cents. The language of the folks holding your budget.&nbsp;The value of implementing continuous testing&nbsp;is a no-brainer. You know it and I know it. And now, by speaking their language, you can help your finance people know it.&nbsp;<\/p>\n\n\n\n<p>To save you the headache of putting this all together (and because we have at least one spreadsheet nerd on the team), we have done the work for you. We\u2019d love to walk you through the process and answer any questions specific to your situation. Just&nbsp;ask by clicking the link below.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Request our ROI Calculator<\/h2>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f326-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/v1\/wp-json\/wp\/v2\/posts\/290#wpcf7-f326-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"326\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.5\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f326-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<p><label> Your Name (required)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your Email (required)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Subject<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"CT ROI Calculator Request\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your Message<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-message\">Please send me your CT ROI Calculator.<\/textarea><\/span> <\/label>\n<\/p>\n<p><label> Email Preferences<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-preferences\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"your-preferences\"><option value=\"Please keep me informed on the work Paladin &amp; Archer does.\">Please keep me informed on the work Paladin &amp; Archer does.<\/option><option value=\"Please send me only emails related to Continuous Testing and DevOps.\">Please send me only emails related to Continuous Testing and DevOps.<\/option><option value=\"Please only communicate with me regarding this specific request.\">Please only communicate with me regarding this specific request.<\/option><\/select><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Your gut tells you that if you could just implement continuous testing in your software development process, you&#8217;d easily reduce risk,&nbsp;decrease&nbsp;costs, and probably even increase revenue. The challenge is, your CFO doesn&#8217;t think your gut is a voice of authority. So, how do you convince the higher-ups to give you the budget you need?&nbsp; You&#8217;ve [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":320,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[17],"tags":[19,9,18],"class_list":["post-290","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","tag-calculator","tag-continuous-testing","tag-roi"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/paladinarcher.com\/v1\/wp-content\/uploads\/2019\/10\/ROI-in-Dollars.png?fit=476%2C282","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p7OEeV-4G","jetpack-related-posts":[],"_links":{"self":[{"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/posts\/290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/comments?post=290"}],"version-history":[{"count":10,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/posts\/290\/revisions"}],"predecessor-version":[{"id":334,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/posts\/290\/revisions\/334"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/media\/320"}],"wp:attachment":[{"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/media?parent=290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/categories?post=290"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/paladinarcher.com\/v1\/wp-json\/wp\/v2\/tags?post=290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}