{"id":1312,"date":"2020-04-07T13:47:46","date_gmt":"2020-04-07T08:17:46","guid":{"rendered":"https:\/\/binaryterms.com\/?p=1312"},"modified":"2021-01-18T11:53:07","modified_gmt":"2021-01-18T06:23:07","slug":"difference-between-black-box-testing-and-white-box-testing","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html","title":{"rendered":"Difference Between Black Box Testing and White Box Testing"},"content":{"rendered":"<p><strong>Black box testing<\/strong> and <strong>white box testing<\/strong> both are the methods of testing the software. But, the main <strong>difference<\/strong> between black box and white box is that the black box testing checks the <strong>functionality<\/strong> of the software (external view) whereas, the white box testing, tests the internal structure or <strong>procedural design <\/strong>(internal view) of the software.<\/p>\n<p>Black box testing and white box testing are <strong>complementary<\/strong> to each other. In this context, we will discuss some more differences between black box and white box testing in software engineering. We would also discuss black box testing and white box testing technique in brief.<\/p>\n<h2>Contents: Black Box Vs White Box Testing<\/h2>\n<ol>\n<li><a href=\"#DifferenceChart\">Difference Chart<\/a><\/li>\n<li><a href=\"#WhatisBlackBoxTesting?\">What is Black Box Testing?<\/a><\/li>\n<li><a href=\"#WhatisWhiteBoxTesting?\">What is White Box Testing?<\/a><\/li>\n<li><a href=\"#KeyTakeaways\">Key Takeaways<\/a><\/li>\n<li><a href=\"#Conclusion\">Conclusion<\/a><\/li>\n<\/ol>\n<p><a name=\"DifferenceChart\"><\/a><\/p>\n<h3>Difference Chart<\/h3>\n<p>\n<table id=\"tablepress-6\" class=\"tablepress tablepress-id-6\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Basis of Differentiation<\/th><th class=\"column-2\">Black Box Testing<\/th><th class=\"column-3\">White Box Testing<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Basic<\/td><td class=\"column-2\">Tests the functionality of the software.<\/td><td class=\"column-3\">Tests all the paths in the procedural design of the software.<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Schedule <\/td><td class=\"column-2\">Scheduled at the later stages of testing.<\/td><td class=\"column-3\">Scheduled at the early stages of testing.<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Testers <\/td><td class=\"column-2\">Testers can be the independent testers, can also be customers.<\/td><td class=\"column-3\">Testers should be the developers of the software.<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Knowledge<\/td><td class=\"column-2\">Testers are not required to have the programming knowledge or even the implementation knowledge of the software. <\/td><td class=\"column-3\">Testers must have the knowledge of programming knowledge and must also be aware of the implementation of the software.<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Test Cases<\/td><td class=\"column-2\">Test cases are designed by considering the functional requirement of the software.<\/td><td class=\"column-3\">Test cases are designed by considering the procedural design of the software. <\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Tests<\/td><td class=\"column-2\">Tests if any function is incorrect or missing, interface, database access, initiation and termination of software.<\/td><td class=\"column-3\">Tests if any function is incorrect or missing, interface, database access, initiation and termination of software.<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">Time <\/td><td class=\"column-2\">It is not a time-consuming process.<\/td><td class=\"column-3\">It consumes a considerable time. <\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">Alternative Name<\/td><td class=\"column-2\">Behavioral Testing and Functional Testing.<\/td><td class=\"column-3\">Glass Box Testing and Structural testing.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-6 from cache --><br \/>\n<a name=\"WhatisBlackBoxTesting?\"><\/a><\/p>\n<h3>What is Black Box Testing?<\/h3>\n<p><strong>Black box testing<\/strong> is a technique of <strong>deriving the test cases<\/strong> that has all possible <strong>input conditions<\/strong> which will <strong>exercise all the functions<\/strong> of the software. In short, it checks the functionality of the software and that\u2019s why it is called <strong>behavioural testing<\/strong> or <strong>functional testing<\/strong>.<\/p>\n<p>The test cases derived in black box testing are designed by considering the functional requirements. So, the black box testing ensures that all the functional requirements specified by the customer are satisfied or not. Black box testing checks if there is any <strong>function<\/strong> in the software, which is implemented <strong>incorrectly<\/strong> or is any function <strong>missing<\/strong> the software. It also tests if there is any interface error in the software.<\/p>\n<p>Black box testing also tests whether there is any problem in accessing the database of the software or if there is any problem in storing the data in the database. It also tests whether there is any problem in initializing the software or if there is any problem in the termination of the software.<\/p>\n<p>Black box testing is scheduled at the <strong>later stage<\/strong> of testing, i.e. when GUI of the software is ready. Graph-based testing, equivalence partition, boundary value analysis, orthogonal array testing are the methods of black-box testing.<\/p>\n<p>To perform black-box testing, testers are <strong>not<\/strong> required to have <strong>programming knowledge<\/strong>. Black box testing only tests the functionality of the software. The testers are also not required to have knowledge of how the components of the software are implemented.<\/p>\n<p>Testers can be other than those in the developer team, or the tester can also be among the customer as they are very much aware of their functional requirement. The testers are the <strong>independent software testers<\/strong>.<br \/>\n<a name=\"WhatisWhiteBoxTesting?\"><\/a><\/p>\n<h3>What is White Box Testing?<\/h3>\n<p>White box testing is a technique of deriving test cases that ensures execution of each and every path in the program at least once during the testing of software. It is also termed as <strong>glass box testing<\/strong> or <strong>structural testing<\/strong>.<\/p>\n<p>White box testing is done on the procedural structure of the software, which includes testing of all <strong>logical paths<\/strong> in the program. It also tests whether all the components of the software are working properly. If the white box testing is done with extensive care, it results in a <strong>100%<\/strong> correct program.<\/p>\n<p><strong>Basis path testing<\/strong> is one of the techniques of white box testing. The test cases derived using white box testing technique ensures testing of all <strong>independent paths<\/strong> in the program at the minimum one time, all the <strong>logical conditions<\/strong> are checked at both sides, i.e. <strong>true<\/strong> and <strong>false<\/strong>.<\/p>\n<p>It also ensures testing of all the <strong>loops<\/strong> in the program at their <strong>boundaries<\/strong> and <strong>inside<\/strong> their boundaries. It also tests the <strong>internal data structures<\/strong> to ensure the validity of the data stored.<\/p>\n<p>The testers performing white box testing must have programming knowledge as this testing includes structural testing of software. Generally, the white box testing is performed by the developers as they are aware of the implementation of all the components of the software.<\/p>\n<p>White box testing can be performed at an early stage of testing, i.e. before the GUI of the software is ready. White box testing is a very time consuming and exhaustive process as it includes the thorough testing of the software and close examination of the procedural design of the software.<br \/>\n<a name=\"KeyTakeaways\"><\/a><\/p>\n<h3>Key Takeaways<\/h3>\n<div id=\"keytake\">\n<ul>\n<li>The basic difference between the black box testing and white box testing is that black box testing derives test cases that test the <strong>functionality<\/strong> of the software and white box testing derive test cases that <strong>test all the instructions in the module at least once<\/strong>.<\/li>\n<li>Black box testing can be implemented at the <strong>later stage<\/strong> of the testing schedule, i.e. after the GUI of the software is ready. White box testing can be implemented at the <strong>early stages<\/strong> of testing even before the GUI of software is formed.<\/li>\n<li>Black box testing can be performed by <strong>independent software testers<\/strong> who may not be involved in the development of the software. On the other hand, the white box testing can be performed only by the <strong>developers<\/strong> of the software.<\/li>\n<li>Testers performing black-box testing are <strong>not<\/strong> required to have <strong>programming knowledge<\/strong>, and even they are <strong>not<\/strong> required to have <strong>implementation<\/strong> knowledge of the software as they only have to check the functions of the software. The testers performing white box testing <strong>must have programming knowledge<\/strong> as they have to test the procedural structure of the software; they must also be aware of the <strong>implementation<\/strong> of the software.<\/li>\n<li>Black box testing involves testing of all the <strong>functions<\/strong> of the software, <strong>interface<\/strong> of the software, <strong>accessibility<\/strong> of the database, <strong>initiation<\/strong> and <strong>termination<\/strong> of the software. White box testing involves testing of <strong>all the instructions<\/strong> in the program along with <strong>conditions<\/strong> on both of its sides, i.e. on the true and false side and it also tests the <strong>loops<\/strong> in the program at the edge of their boundaries and also inside their operational boundaries.<\/li>\n<li>Black box testing takes <strong>less<\/strong> time when compared to white box testing.<\/li>\n<li><strong>Test cases<\/strong> in black box testing are designed, considering the <strong>functional requirements<\/strong> specified by the customer. Test cases in white box testing are designed by considering the <strong>procedural statements<\/strong> in the procedural design of the program.<\/li>\n<li>Black box testing is also termed as <strong>behaviour<\/strong> testing and <strong>functional<\/strong> testing. White box testing is also termed as <strong>glass box<\/strong> testing and <strong>structural<\/strong> testing.<\/li>\n<\/ul>\n<\/div>\n<p><a name=\"Conclusion\"><\/a><\/p>\n<h3>Conclusion<\/h3>\n<p>So, these were all the differences between black box testing and white box testing. Both black box testing and white box testing are complementary to each other. Black box testing is implemented at the <strong>external view<\/strong> of the software, and white box testing is implemented at the <strong>internal view<\/strong> of the software.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Black box testing and white box testing both are the methods of testing the software. But, the main difference between black box and white box is that the black box testing checks the functionality of the software (external view) whereas, the white box testing, tests the internal structure or procedural design (internal view) of the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[6],"tags":[],"class_list":{"0":"post-1312","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-software-engineering","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Difference Between Black Box and White Box Testing - Binary Terms<\/title>\n<meta name=\"description\" content=\"Black box testing and white box testing both are the methods of testing the software. But, the main difference between them is that the black box testing checks the functionality of the software and the white box testing, tests the internal structure or design of the software.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Difference Between Black Box and White Box Testing - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"Black box testing and white box testing both are the methods of testing the software. But, the main difference between them is that the black box testing checks the functionality of the software and the white box testing, tests the internal structure or design of the software.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-07T08:17:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-18T06:23:07+00:00\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Difference Between Black Box Testing and White Box Testing\",\"datePublished\":\"2020-04-07T08:17:46+00:00\",\"dateModified\":\"2021-01-18T06:23:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\"},\"wordCount\":1093,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"articleSection\":[\"Software Engineering\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\",\"url\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\",\"name\":\"Difference Between Black Box and White Box Testing - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"datePublished\":\"2020-04-07T08:17:46+00:00\",\"dateModified\":\"2021-01-18T06:23:07+00:00\",\"description\":\"Black box testing and white box testing both are the methods of testing the software. But, the main difference between them is that the black box testing checks the functionality of the software and the white box testing, tests the internal structure or design of the software.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Difference Between Black Box Testing and White Box Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Difference Between Black Box and White Box Testing - Binary Terms","description":"Black box testing and white box testing both are the methods of testing the software. But, the main difference between them is that the black box testing checks the functionality of the software and the white box testing, tests the internal structure or design of the software.","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:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html","og_locale":"en_GB","og_type":"article","og_title":"Difference Between Black Box and White Box Testing - Binary Terms","og_description":"Black box testing and white box testing both are the methods of testing the software. But, the main difference between them is that the black box testing checks the functionality of the software and the white box testing, tests the internal structure or design of the software.","og_url":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html","og_site_name":"Binary Terms","article_published_time":"2020-04-07T08:17:46+00:00","article_modified_time":"2021-01-18T06:23:07+00:00","author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Difference Between Black Box Testing and White Box Testing","datePublished":"2020-04-07T08:17:46+00:00","dateModified":"2021-01-18T06:23:07+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html"},"wordCount":1093,"commentCount":0,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"articleSection":["Software Engineering"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html","url":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html","name":"Difference Between Black Box and White Box Testing - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"datePublished":"2020-04-07T08:17:46+00:00","dateModified":"2021-01-18T06:23:07+00:00","description":"Black box testing and white box testing both are the methods of testing the software. But, the main difference between them is that the black box testing checks the functionality of the software and the white box testing, tests the internal structure or design of the software.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/difference-between-black-box-testing-and-white-box-testing.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Difference Between Black Box Testing and White Box Testing"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=1312"}],"version-history":[{"count":1,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1312\/revisions"}],"predecessor-version":[{"id":2218,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1312\/revisions\/2218"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=1312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=1312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=1312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}