{"id":272,"date":"2023-12-19T07:09:20","date_gmt":"2023-12-19T07:09:20","guid":{"rendered":"https:\/\/hadooptraininginchennai.net\/blog\/?p=272"},"modified":"2023-12-19T07:09:20","modified_gmt":"2023-12-19T07:09:20","slug":"explore-the-white-box-testing-in-software-testing","status":"publish","type":"post","link":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/","title":{"rendered":"Explore The White Box Testing In Software Testing"},"content":{"rendered":"<p><a href=\"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-273\" src=\"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg\" alt=\"Software Testing Training in Chennai\" width=\"800\" height=\"400\" srcset=\"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg 800w, http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2-300x150.jpg 300w, http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2-768x384.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">It is a technique for specifying the functionality of a software program. The procedure verifies that the software meets the expected requirements and is bug-free. Software testing aims to find defects, flaws, or missing requirements compared to actual requirements. This Blog explore the white box testing in Software Testing. You can Join a <\/span><a href=\"https:\/\/www.fitaacademy.in\/software-testing-training-in-chennai\/\"><span style=\"font-weight: 400;\">Software Testing Training in Chennai<\/span><\/a><span style=\"font-weight: 400;\"> to get in-depth learning about White Box<\/span><span style=\"font-weight: 400;\">.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>WhiteBox Testing Techniques<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The following are crucial WhiteBox Testing Techniques:<\/span><\/p>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Statement Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Decision Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Branch Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Condition Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multiple Condition Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Finite State Machine Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Path Coverage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Control flow testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data flow testing<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">\n<h2 style=\"text-align: justify;\"><b>White Box Testing: Benefits<\/b><\/h2>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The core premise of white-box testing is complete code coverage. The primary idea is to test as much code as possible, which is significantly more thorough than traditional black-box testing. Learn more about code coverage by participating <\/span><a href=\"https:\/\/www.fitaacademy.in\/software-testing-training\/\"><span style=\"font-weight: 400;\">Software Testing Online Course<\/span><\/a><span style=\"font-weight: 400;\"> at <\/span><a href=\"https:\/\/www.fitaacademy.in\"><span style=\"font-weight: 400;\">FITA Academy<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Understanding the application&#8217;s core workings enables unit testing. As the name implies, unit tests analyze single lines of code, or units, to see if they work as expected.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Due to ongoing goals to meet, time management is a primary priority during the software development process. White-box testing has the potential to accelerate the testing process significantly.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A section-by-section review of the code allows developers to remove redundant code or condense existing code.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">White-box testing allows programmers to think about implementation in depth. Developers are driven to consider the relationships between various parts of code.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">\n<h2 style=\"text-align: justify;\"><b>\u00a0WhiteBox Testing: Drawbacks<\/b><\/h2>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">White-box testing takes more time and money to complete since it is more thorough. Although unit testing helps to reduce this, writing the unit tests needs an initial effort.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automated test cases are ineffective if the code base changes frequently. Most written test cases become worthless following redesigns or rework and must be rewritten. An updated test script is required if the implementation changes regularly.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Extensive testing becomes more challenging when using the white box approach for large systems. White box testing takes a long time since it necessitates creating many inputs to test every potential path and condition.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">When it is realistic to examine every condition, some may need to be tested. Errors in the code may be missed or introduced if the general method of analyzing each line by line or path by path is used.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The above Blog will Explore the white box testing in Software Testing; it should be conducted on a software application as it is being produced after it is registered and again after each conversion. You can Understand in-depth information about the Techniques, Benefits and Drawbacks of White Box Testing by joining the <\/span><a href=\"https:\/\/www.fitaacademy.in\/software-testing-course-in-bangalore\/\"><span style=\"font-weight: 400;\">Software Testing Course in Bangalore<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p style=\"text-align: justify;\">\n<span style=\"font-weight: 400;\">Also Check <\/span><a href=\"https:\/\/www.fitaacademy.in\/blog\/software-tester-salary-for-freshers\/\"><span style=\"font-weight: 400;\">Software Tester Salary for Freshers<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is a technique for specifying the functionality of a software program. The procedure verifies that the software meets the expected requirements and is bug-free. Software testing aims to find defects, flaws, or missing requirements compared to actual requirements. This Blog explore the white box testing in Software Testing. You can Join a Software Testing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":273,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[116,113,115],"class_list":["post-272","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","tag-software-testing-course","tag-software-testing-training","tag-software-testing-training-institute"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Explore The White Box Testing In Software Testing<\/title>\n<meta name=\"description\" content=\"This Blog explore the white box testing in Software Testing. You can Join a Software Testing Training in Chennai to learn about White Box.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Explore The White Box Testing In Software Testing\" \/>\n<meta property=\"og:description\" content=\"This Blog explore the white box testing in Software Testing. You can Join a Software Testing Training in Chennai to learn about White Box.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"Hadoop Training\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-19T07:09:20+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#article\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#\\\/schema\\\/person\\\/c1897edf0cc5634e5e67751f54ff74b6\"},\"headline\":\"Explore The White Box Testing In Software Testing\",\"datePublished\":\"2023-12-19T07:09:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/\"},\"wordCount\":454,\"image\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Software-Testing-2.jpg\",\"keywords\":[\"Software Testing Course\",\"Software Testing Training\",\"Software Testing Training Institute\"],\"articleSection\":[\"Education\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/\",\"url\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/\",\"name\":\"Explore The White Box Testing In Software Testing\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Software-Testing-2.jpg\",\"datePublished\":\"2023-12-19T07:09:20+00:00\",\"author\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#\\\/schema\\\/person\\\/c1897edf0cc5634e5e67751f54ff74b6\"},\"description\":\"This Blog explore the white box testing in Software Testing. You can Join a Software Testing Training in Chennai to learn about White Box.\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#primaryimage\",\"url\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Software-Testing-2.jpg\",\"contentUrl\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Software-Testing-2.jpg\",\"width\":800,\"height\":400,\"caption\":\"Software Testing Training in Chennai\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/explore-the-white-box-testing-in-software-testing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Explore The White Box Testing In Software Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#website\",\"url\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/\",\"name\":\"Hadoop Training\",\"description\":\"Articles on Hadoop and Big Data\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#\\\/schema\\\/person\\\/c1897edf0cc5634e5e67751f54ff74b6\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Explore The White Box Testing In Software Testing","description":"This Blog explore the white box testing in Software Testing. You can Join a Software Testing Training in Chennai to learn about White Box.","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":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/","og_locale":"en_US","og_type":"article","og_title":"Explore The White Box Testing In Software Testing","og_description":"This Blog explore the white box testing in Software Testing. You can Join a Software Testing Training in Chennai to learn about White Box.","og_url":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/","og_site_name":"Hadoop Training","article_published_time":"2023-12-19T07:09:20+00:00","og_image":[{"width":800,"height":400,"url":"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg","type":"image\/jpeg"}],"author":"admin","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#article","isPartOf":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/"},"author":{"name":"admin","@id":"http:\/\/hadooptraininginchennai.net\/blog\/#\/schema\/person\/c1897edf0cc5634e5e67751f54ff74b6"},"headline":"Explore The White Box Testing In Software Testing","datePublished":"2023-12-19T07:09:20+00:00","mainEntityOfPage":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/"},"wordCount":454,"image":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#primaryimage"},"thumbnailUrl":"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg","keywords":["Software Testing Course","Software Testing Training","Software Testing Training Institute"],"articleSection":["Education"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/","url":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/","name":"Explore The White Box Testing In Software Testing","isPartOf":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/#website"},"primaryImageOfPage":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#primaryimage"},"image":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#primaryimage"},"thumbnailUrl":"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg","datePublished":"2023-12-19T07:09:20+00:00","author":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/#\/schema\/person\/c1897edf0cc5634e5e67751f54ff74b6"},"description":"This Blog explore the white box testing in Software Testing. You can Join a Software Testing Training in Chennai to learn about White Box.","breadcrumb":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#primaryimage","url":"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg","contentUrl":"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2023\/12\/Software-Testing-2.jpg","width":800,"height":400,"caption":"Software Testing Training in Chennai"},{"@type":"BreadcrumbList","@id":"http:\/\/hadooptraininginchennai.net\/blog\/explore-the-white-box-testing-in-software-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/hadooptraininginchennai.net\/blog\/"},{"@type":"ListItem","position":2,"name":"Explore The White Box Testing In Software Testing"}]},{"@type":"WebSite","@id":"http:\/\/hadooptraininginchennai.net\/blog\/#website","url":"http:\/\/hadooptraininginchennai.net\/blog\/","name":"Hadoop Training","description":"Articles on Hadoop and Big Data","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/hadooptraininginchennai.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/hadooptraininginchennai.net\/blog\/#\/schema\/person\/c1897edf0cc5634e5e67751f54ff74b6","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","caption":"admin"},"url":"http:\/\/hadooptraininginchennai.net\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts\/272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/comments?post=272"}],"version-history":[{"count":2,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts\/272\/revisions"}],"predecessor-version":[{"id":275,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts\/272\/revisions\/275"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/media\/273"}],"wp:attachment":[{"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/media?parent=272"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/categories?post=272"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/tags?post=272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}