{"id":4068,"date":"2021-09-08T01:50:55","date_gmt":"2021-09-08T01:50:55","guid":{"rendered":"https:\/\/ceowebltd.com\/blog\/?p=4068"},"modified":"2023-07-19T15:15:46","modified_gmt":"2023-07-19T15:15:46","slug":"what-exactly-test-design-specification-specifies","status":"publish","type":"post","link":"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/","title":{"rendered":"What exactly Test Design Specification Specifies?"},"content":{"rendered":"<p>You should be able to identify the correlation between each procedural step and the related needs. You need to include the actions that should be executed when an indicated error or a program stop occurs. You must create a table wherein to map all the requirements in the Requirements Document to the corresponding test cases or scripts.<\/p>\n<p><img decoding=\"async\" class='aligncenter' style='margin-left:auto;margin-right:auto' src=\"https:\/\/www.globalcloudteam.com\/wp-content\/uploads\/2022\/08\/biggest-tech-trends-300x163.jpg\" width=\"307px\" alt=\"test design specification\" \/><\/p>\n<p>Currently, I am working with RABO Bank as a Chapter Lead QA. I am passionate about designing Automation Frameworks that follow OOPS concepts and Design patterns. Please be informed that when you click the Send button Sumatosoft will process your personal data in accordance with our Privacy notice for the purpose of providing you with appropriate information. This site is protected by <a href=\"https:\/\/www.globalcloudteam.com\/glossary\/test-design-specification\/\">what is test design specification<\/a> reCAPTCHA and the Google Privacy Policy and Terms of Service apply. In that case, you can save a lot of time and effort in the long run by producing higher-quality components and reducing the time spent troubleshooting and debugging. Plus, always design your test cases to maximize the possibility of discovering defects; a poorly designed test will not lead to any positive outcomes.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_73 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#Test_design\" title=\"Test design\">Test design<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#Identifier\" title=\"Identifier\">Identifier<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#Test_Design\" title=\"Test Design\">Test Design<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#Preparing_the_Test_Case_Design_Environment\" title=\"Preparing the Test Case Design Environment\">Preparing the Test Case Design Environment<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#14_Pre-requisite_Conditions\" title=\"1.4 Pre-requisite Conditions:\">1.4 Pre-requisite Conditions:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#Test_Design_Since_Youre_Doing_It_Anyway_Do_It_Right\" title=\"Test Design: Since You\u2019re Doing It Anyway, Do It Right\">Test Design: Since You\u2019re Doing It Anyway, Do It Right<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Test_design\"><\/span>Test design<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Both metrics are important\u2014test coverage more so\u2014and knowing how they differ is essential when thinking about test design. People often confuse test coverage and code coverage, but the two metrics refer to different things. Most commercial or enterprise software features can be described as finite-state machines. I know that computer science people are fond of scary-sounding names, but this concept is quite simple. It refers to how a given system goes from one state to another after some action happens. Having covered the \u201cwhat,\u201d \u201cwhy,\u201d \u201cwho,\u201d and \u201cwhen\u201d of test design, the only major question left for us to tackle is the \u201chow.\u201d Now we\u2019ll cover three techniques for test design.<\/p>\n<div style='text-align:center'><\/div>\n<p>This document is the Level_3 Test Design example document for the combined Association Services and CT Storage Service Class. DICOM interconnectivity testing of the Advantage Review Workstation does not require multiple separable Test Design documents, nor is it necessary to have a separable Test Procedure document. Stress tests\u2014These tests help observe the system\u2019s behavior when the <a href=\"https:\/\/www.globalcloudteam.com\/\">https:\/\/www.globalcloudteam.com\/<\/a> input rate to the system exceeds the system design rate. When the developed software performs all of the expected behaviors, this indicates that all software test cases have been tested. Test data generators\u2014This software produces the test input data necessary to execute test cases. It explains procedures which help to get rid of uncertainties while performing product testing.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Identifier\"><\/span>Identifier<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>These include relevant technical documentation, pre-requisite documents, and companion documents. You should identify the criteria the team can use to evaluate the intermediate and final results of the test case or script and conclude whether the test case or script is a success or a failure. Every test result must be accompanied by the following information as per applicability. Several testing libraries in JavaScript have a feature known as \u2018describe\u2019 blocks. You can use these described blocks for defining a test suite in a file.<\/p>\n<ul>\n<li>For end-to-end tests, you must select high-level test specifications.<\/li>\n<li>You need to describe the input as text, an interface to another system, a file identifier, and a picture of a properly completed screen.<\/li>\n<li>Test Condition \u2013 depending on the software peculiarities, client requirements and test limitations.<\/li>\n<li>Easy; with the help of a test automation tool that doesn\u2019t require code skills, testers can convert their manual exploratory testing sessions into automated test cases that they can execute later.<\/li>\n<li>Doing so will help give qualifications for passing and failing tests, allowing QA to quickly mitigate errors and refine their projects to achieve overarching goals.<\/li>\n<\/ul>\n<p>When implementing tests, we check to see whether we\u2019re ready to run our tests, and if not, we go back to fix the problem. The most crucial task in this phase is preparing a suitable environment for test execution. This might amount to just another drop in the ocean for large enterprises, but for many other SMBs, it could mean the difference between success and failure. The existence of bugs in the system could very well cause the production and maintenance costs to exceed the projected cost estimates. Sit down, use your knowledge, experiences and other techniques to decide how to test this game; you may decide to test this game as a gamer playing it from beginning to ending. A test design specification should have the following components according to IEEE recommendation .<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Test_Design\"><\/span>Test Design<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Historical data of your previous developments help setting the best set of test design techniques to reach a cost optimum and high quality together. In lack of historical data some assumptions can be made, which should be refined for subsequent projects. The more risk the usage of the function\/object has, the more thorough the testing that is needed. Risk and complexity analysis determines the test design techniques to be applied for a given specification. StepsThe first step of system testing is verifying the functional requirements performed.<\/p>\n<p><img decoding=\"async\" class='aligncenter' style='margin-left:auto;margin-right:auto' src=\"https:\/\/www.globalcloudteam.com\/wp-content\/uploads\/2022\/03\/how-to-prevent-website-spam-guideline-1-1.jpg\" width=\"309px\" alt=\"test design specification\" \/><\/p>\n<p>This is a better method than considering each keystroke as a separate step of the test procedure. The apt level of the details is the level at which the details can specify the expected results and compare these expected results with the actual results. You have to describe the series of numbered steps that the team must complete in a sequence for the execution of the test procedure of the test case or script. These test procedures are to be a part of the appendix regarding this paragraph.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Preparing_the_Test_Case_Design_Environment\"><\/span>Preparing the Test Case Design Environment<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>You should be able to identify all outputs essential for verifying the test case or script. You should consider the level for which the team has written the test case or script and accordingly describes the outputs. Drafting the proper and accurate test specifications is a significant part of the Software Testing Life Cycle.<\/p>\n<p><img decoding=\"async\" class='aligncenter' style='margin-left:auto;margin-right:auto' src=\"https:\/\/www.globalcloudteam.com\/wp-content\/uploads\/2022\/08\/interaction-backend-frontend-1.jpg\" width=\"302px\" alt=\"test design specification\" \/><\/p>\n<p>The final point concerns any privacy or security considerations pertinent to using the Test Case Specification. Add descriptions of the environmental requirements, such as software, hardware, and interface essential to run the  test. The exact nature of the test case considerably impacts testing effectiveness.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"14_Pre-requisite_Conditions\"><\/span>1.4 Pre-requisite Conditions:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Make a table for each function that details the various inputs and the corresponding outputs. This technique helps the tester discover system flaws they may have overlooked. The test scenarios defined in the analysis phase are used  to derive test cases during the design phase. Writing test cases is more time-consuming than test scenarios due to their comprehensiveness and added level of detail.<\/p>\n<p>When performing this kind of testing, testers will use their creativity, domain knowledge, and previous experiences to come up with novel and unexpected ways of interacting with the system under test. Test specifications are a crucial component of the Software Testing Life Cycle . When QA writes well-crafted test specifications, the chances of developing high-quality products increase significantly. Moreover, it&#8217;s important to structure your test specification document to prioritize test cases, such as nightly test cases, weekly test cases, and complete test passes.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Test_Design_Since_Youre_Doing_It_Anyway_Do_It_Right\"><\/span>Test Design: Since You\u2019re Doing It Anyway, Do It Right<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>I have researched this question on the web, but still don&#8217;t understand the difference clearly. Stack Exchange network consists of 182 Q&amp;A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. The workstation must be physically connected to a local area network. Both TCP\/IP and DICOM configuration must be established such that it is possible to &#8220;ping&#8221; the GE machine from another network device. Domain and name services must be provided on the network so that a host name to IP address translation is supported for all systems under test.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You should be able to identify the correlation between each procedural step and the related needs. You need to include the actions that should be&#8230;<\/p>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-4068","post","type-post","status-publish","format-standard","hentry","category-digital-marketing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What exactly Test Design Specification Specifies? - CEOweb Ltd. Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What exactly Test Design Specification Specifies? - CEOweb Ltd. Blog\" \/>\n<meta property=\"og:description\" content=\"You should be able to identify the correlation between each procedural step and the related needs. You need to include the actions that should be...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/\" \/>\n<meta property=\"og:site_name\" content=\"CEOweb Ltd. Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-08T01:50:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-19T15:15:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globalcloudteam.com\/wp-content\/uploads\/2022\/08\/biggest-tech-trends-300x163.jpg\" \/>\n<meta name=\"author\" content=\"Fanido1929\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fanido1929\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/\",\"url\":\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/\",\"name\":\"What exactly Test Design Specification Specifies? - CEOweb Ltd. Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ceowebltd.com\/blog\/#website\"},\"datePublished\":\"2021-09-08T01:50:55+00:00\",\"dateModified\":\"2023-07-19T15:15:46+00:00\",\"author\":{\"@id\":\"https:\/\/ceowebltd.com\/blog\/#\/schema\/person\/e8745fe51c7b4f0ee2bc4475e864ddb7\"},\"breadcrumb\":{\"@id\":\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ceowebltd.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What exactly Test Design Specification Specifies?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ceowebltd.com\/blog\/#website\",\"url\":\"https:\/\/ceowebltd.com\/blog\/\",\"name\":\"CEOweb Ltd. Blog\",\"description\":\"Guest Posting - Digital Marketing &amp; Web Services\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ceowebltd.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/ceowebltd.com\/blog\/#\/schema\/person\/e8745fe51c7b4f0ee2bc4475e864ddb7\",\"name\":\"Fanido1929\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ceowebltd.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/41d292f800755f4f22be428185b1a6c6b42106964d0f213f8371751a69b2fd52?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/41d292f800755f4f22be428185b1a6c6b42106964d0f213f8371751a69b2fd52?s=96&d=mm&r=g\",\"caption\":\"Fanido1929\"},\"url\":\"https:\/\/ceowebltd.com\/blog\/author\/fanido1929\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What exactly Test Design Specification Specifies? - CEOweb Ltd. Blog","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:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/","og_locale":"en_US","og_type":"article","og_title":"What exactly Test Design Specification Specifies? - CEOweb Ltd. Blog","og_description":"You should be able to identify the correlation between each procedural step and the related needs. You need to include the actions that should be...","og_url":"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/","og_site_name":"CEOweb Ltd. Blog","article_published_time":"2021-09-08T01:50:55+00:00","article_modified_time":"2023-07-19T15:15:46+00:00","og_image":[{"url":"https:\/\/www.globalcloudteam.com\/wp-content\/uploads\/2022\/08\/biggest-tech-trends-300x163.jpg"}],"author":"Fanido1929","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Fanido1929","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/","url":"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/","name":"What exactly Test Design Specification Specifies? - CEOweb Ltd. Blog","isPartOf":{"@id":"https:\/\/ceowebltd.com\/blog\/#website"},"datePublished":"2021-09-08T01:50:55+00:00","dateModified":"2023-07-19T15:15:46+00:00","author":{"@id":"https:\/\/ceowebltd.com\/blog\/#\/schema\/person\/e8745fe51c7b4f0ee2bc4475e864ddb7"},"breadcrumb":{"@id":"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ceowebltd.com\/blog\/what-exactly-test-design-specification-specifies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ceowebltd.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What exactly Test Design Specification Specifies?"}]},{"@type":"WebSite","@id":"https:\/\/ceowebltd.com\/blog\/#website","url":"https:\/\/ceowebltd.com\/blog\/","name":"CEOweb Ltd. Blog","description":"Guest Posting - Digital Marketing &amp; Web Services","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ceowebltd.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/ceowebltd.com\/blog\/#\/schema\/person\/e8745fe51c7b4f0ee2bc4475e864ddb7","name":"Fanido1929","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ceowebltd.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/41d292f800755f4f22be428185b1a6c6b42106964d0f213f8371751a69b2fd52?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/41d292f800755f4f22be428185b1a6c6b42106964d0f213f8371751a69b2fd52?s=96&d=mm&r=g","caption":"Fanido1929"},"url":"https:\/\/ceowebltd.com\/blog\/author\/fanido1929\/"}]}},"_links":{"self":[{"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/posts\/4068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/comments?post=4068"}],"version-history":[{"count":1,"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/posts\/4068\/revisions"}],"predecessor-version":[{"id":4069,"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/posts\/4068\/revisions\/4069"}],"wp:attachment":[{"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/media?parent=4068"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/categories?post=4068"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ceowebltd.com\/blog\/wp-json\/wp\/v2\/tags?post=4068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}