{"id":4278,"date":"2020-11-15T09:52:43","date_gmt":"2020-11-15T09:52:43","guid":{"rendered":"https:\/\/infyblog.zluck.in\/?p=4278"},"modified":"2025-07-17T05:09:29","modified_gmt":"2025-07-17T05:09:29","slug":"how-to-test-android-applications-part-2","status":"publish","type":"post","link":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/","title":{"rendered":"How to Test Android Applications &#8211; part 2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4278\" class=\"elementor elementor-4278\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2596a12 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2596a12\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-524888a\" data-id=\"524888a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\n\t\t<div class=\"elementor-element elementor-element-aa8232e elementor-widget elementor-widget-text-editor\" data-id=\"aa8232e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>In the previous article, we learned 4 cases for how to test Android Applications.<\/p><p>In this article, we will learn more cases for how to test Android Applications.<\/p><h2>5. Compatibility testing test cases<\/h2><p>Compatibility testing is performed to protect against mobile application failures as devices have different operating systems, sizes, resolutions, and so on. Determines that an app works consistently across various platforms and environments.<\/p><h2>Six compatibility test case scenarios questions:<\/h2><ol><li>Have you tested on the best test devices and operating systems for mobile apps?<\/li><li>How does the app work with different parameters such as bandwidth, operating speed, capacity, etc.?<\/li><li>Will the app work properly with different mobile browsers such as Chrome, Safari, Firefox, Microsoft Edge, etc.<\/li><li>Does the app&#8217;s user interface remain consistent, visible and accessible across different screen sizes?<\/li><li>Is the text readable for all users?<\/li><li>Does the app work seamlessly in different configurations?<\/li><\/ol><h2>6. Security testing test cases<\/h2><p>Security testing ensures that the application data and network security requirements are met per the guidelines. It focuses on identifying possible risks and security vulnerabilities so that the application is not exploited and the data is protected.<\/p><h2>Twenty-four security testing scenarios for mobile applications:<\/h2><ol><li>Can the mobile app resist any brute force attack to guess a person&#8217;s username, password, or credit card number?<\/li><li>Does the app allow an attacker to access sensitive content or functionality without proper authentication?<\/li><li>This includes making sure communications with the backend are properly secured. Is there an effective password protection system within the mobile app?<\/li><li>Verify dynamic dependencies.<\/li><li>Measures taken to prevent attackers from accessing these vulnerabilities.<\/li><li>What steps have been taken to prevent SQL injection-related attacks?<\/li><li>Identify and repair any unmanaged code scenarios<\/li><li>Make sure certificates are validated and whether the app implements certificate pinning<\/li><li>Protect your application and network from denial of service attacks<\/li><li>Analyze data storage and validation requirements<\/li><li>Create session management to prevent unauthorized users from accessing unsolicited information<\/li><li>Check if the encryption code is damaged and repair what was found.<\/li><li>Are the business logic implementations secure and not vulnerable to any external attack?<\/li><li>Analyze file system interactions, determine any vulnerabilities and correct these problems.<\/li><li>What protocols are in place should hackers attempt to reconfigure the default landing page?<\/li><li>Protect from client-side harmful injections.<\/li><li>Protect yourself from but vicious runtime injections.<\/li><li>Investigate and prevent any malicious possibilities from file caching.<\/li><li>Protect from insecure data storage in app keyboard cache.<\/li><li>Investigate and prevent malicious actions by cookies.<\/li><li>To provide regular checks for the data protection analysis<\/li><li>Investigate and prevent malicious actions from custom-made files<\/li><li>Preventing memory corruption cases<\/li><li>Analyze and prevent vulnerabilities from different data streams<\/li><\/ol><h2>7. Localization testing test cases<\/h2><p>Localization testing ensures that the mobile app provides a flawless user experience in a specific locale based on the target language and country. It aims to ensure that the functionality and content of the application is fully tailored to meet the needs of users in a particular location. Since fully localized apps and websites outperform their competition, this is a test case that shouldn&#8217;t be overlooked. Partnering with a respected third party with global reach alleviates some stresses and unknown variables when using localization. For example, Testis covers over 100 countries and over 140 languages.<\/p><h2>Eleven localization testing scenarios for mobile applications:<\/h2><ol><li>The translated content must be checked for accuracy. This should also include all verification or error messages that may appear.<\/li><li>The language should be formatted correctly.(e.g. Arabic format from right to left, Japanese writing style of Last Name, First Name, etc.)<\/li><li>The terminology is consistent across the user interface.<\/li><li>The time and date are correctly formatted.<\/li><li>The currency is the local equivalent.<\/li><li>The colors are appropriate and convey the right message.<\/li><li>Ensure the license and rules that comply with the laws and regulations of the destination region.<\/li><li>The layout of the text content is error free.<\/li><li>Hyperlinks and hotkey functions work as expected.<\/li><li>Entry fields support special characters and are validated as necessary (ie. postal codes)<\/li><li>Ensure that the localized UI has the same type of elements and numbers as the source product.<\/li><\/ol><h2>8. Recoverability testing test cases<\/h2><p>The recovery test is a non-functional testing technique that determines how quickly a mobile application can recover after a system crash or hardware failure.<\/p><h3>Five recoverability testing scenarios questions:<\/h3><ol><li>Will the app continue on the last operation in the event of a hard restart or system crash?<\/li><li>What, if any, causes crash recovery and transaction interruptions?<\/li><li>How effective is it at restoring the application after an unexpected interruption or crash?<\/li><li>How does the application handle a transaction during a power outage?<\/li><li>What is the expected process when the app needs to recover data directly affected by a failed connection?<\/li><\/ol><h4>9. Regression testing test cases<\/h4><p>QA and mobile app testing doesn&#8217;t end once an app is launched. When an application is updated, even small changes can create unexpected problems. This is why regression testing is key. The purpose of regression testing is to ensure that new code changes in the software do not cause errors or interruptions.<\/p><h2>Four regression testing scenarios for mobile applications:<\/h2><ol><li>Check the changes to existing features<\/li><li>Check the new changes implemented<\/li><li>Check the new features added<\/li><li>Check for potential side effects after changes start<\/li><\/ol><p>That&#8217;s it. If you want a good application, take these tips and follow cases for Android Application test. It will help to make quality &amp; standardize your Applications.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>In the previous article, we learned 4 cases for how to test Android Applications. In this article, we will learn more&#8230;<\/p>\n","protected":false},"author":2,"featured_media":4280,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"two_page_speed":[],"footnotes":""},"categories":[8],"tags":[136,52],"class_list":["post-4278","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-testing","tag-android-applications","tag-testing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Test Android Applications - part 2<\/title>\n<meta name=\"description\" content=\"Continue Android app testing, focus on performance, UI, integration, and automation testing best practices, tools, and real-world examples.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Test Android Applications - part 2\" \/>\n<meta property=\"og:description\" content=\"Continue Android app testing, focus on performance, UI, integration, and automation testing best practices, tools, and real-world examples.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog | InfyOm Technologies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infyom\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-15T09:52:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-17T05:09:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"772\" \/>\n\t<meta property=\"og:image:height\" content=\"484\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InfyOm\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InfyOm\" \/>\n<meta name=\"twitter:site\" content=\"@InfyOm\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InfyOm\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. 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:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\"},\"author\":{\"name\":\"InfyOm\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754\"},\"headline\":\"How to Test Android Applications &#8211; part 2\",\"datePublished\":\"2020-11-15T09:52:43+00:00\",\"dateModified\":\"2025-07-17T05:09:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\"},\"wordCount\":901,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/infyom.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png\",\"keywords\":[\"Android Applications\",\"Testing\"],\"articleSection\":[\"Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\",\"url\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\",\"name\":\"How to Test Android Applications - part 2\",\"isPartOf\":{\"@id\":\"https:\/\/infyom.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png\",\"datePublished\":\"2020-11-15T09:52:43+00:00\",\"dateModified\":\"2025-07-17T05:09:29+00:00\",\"description\":\"Continue Android app testing, focus on performance, UI, integration, and automation testing best practices, tools, and real-world examples.\",\"breadcrumb\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage\",\"url\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png\",\"contentUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png\",\"width\":772,\"height\":484,\"caption\":\"How to Test Android Applications - part 2\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/infyom.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Test Android Applications &#8211; part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/infyom.com\/blog\/#website\",\"url\":\"https:\/\/infyom.com\/blog\/\",\"name\":\"Blog | InfyOm Technologies\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/infyom.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/infyom.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/infyom.com\/blog\/#organization\",\"name\":\"InfyOm Technologies\",\"url\":\"https:\/\/infyom.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png\",\"contentUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png\",\"width\":88,\"height\":41,\"caption\":\"InfyOm Technologies\"},\"image\":{\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/infyom\",\"https:\/\/x.com\/InfyOm\",\"https:\/\/www.instagram.com\/infyomtechnologies\/\",\"https:\/\/in.linkedin.com\/company\/infyom-technologies\",\"https:\/\/github.com\/infyomlabs\",\"https:\/\/x.com\/infyom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754\",\"name\":\"InfyOm\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g\",\"caption\":\"InfyOm\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Test Android Applications - part 2","description":"Continue Android app testing, focus on performance, UI, integration, and automation testing best practices, tools, and real-world examples.","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:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/","og_locale":"en_US","og_type":"article","og_title":"How to Test Android Applications - part 2","og_description":"Continue Android app testing, focus on performance, UI, integration, and automation testing best practices, tools, and real-world examples.","og_url":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/","og_site_name":"Blog | InfyOm Technologies","article_publisher":"https:\/\/www.facebook.com\/infyom","article_published_time":"2020-11-15T09:52:43+00:00","article_modified_time":"2025-07-17T05:09:29+00:00","og_image":[{"width":772,"height":484,"url":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png","type":"image\/png"}],"author":"InfyOm","twitter_card":"summary_large_image","twitter_creator":"@InfyOm","twitter_site":"@InfyOm","twitter_misc":{"Written by":"InfyOm","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#article","isPartOf":{"@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/"},"author":{"name":"InfyOm","@id":"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754"},"headline":"How to Test Android Applications &#8211; part 2","datePublished":"2020-11-15T09:52:43+00:00","dateModified":"2025-07-17T05:09:29+00:00","mainEntityOfPage":{"@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/"},"wordCount":901,"commentCount":0,"publisher":{"@id":"https:\/\/infyom.com\/blog\/#organization"},"image":{"@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png","keywords":["Android Applications","Testing"],"articleSection":["Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/","url":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/","name":"How to Test Android Applications - part 2","isPartOf":{"@id":"https:\/\/infyom.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage"},"image":{"@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png","datePublished":"2020-11-15T09:52:43+00:00","dateModified":"2025-07-17T05:09:29+00:00","description":"Continue Android app testing, focus on performance, UI, integration, and automation testing best practices, tools, and real-world examples.","breadcrumb":{"@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#primaryimage","url":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png","contentUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-test-android-applications-part-2.png","width":772,"height":484,"caption":"How to Test Android Applications - part 2"},{"@type":"BreadcrumbList","@id":"https:\/\/infyom.com\/blog\/how-to-test-android-applications-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/infyom.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Test Android Applications &#8211; part 2"}]},{"@type":"WebSite","@id":"https:\/\/infyom.com\/blog\/#website","url":"https:\/\/infyom.com\/blog\/","name":"Blog | InfyOm Technologies","description":"","publisher":{"@id":"https:\/\/infyom.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infyom.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/infyom.com\/blog\/#organization","name":"InfyOm Technologies","url":"https:\/\/infyom.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png","contentUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png","width":88,"height":41,"caption":"InfyOm Technologies"},"image":{"@id":"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infyom","https:\/\/x.com\/InfyOm","https:\/\/www.instagram.com\/infyomtechnologies\/","https:\/\/in.linkedin.com\/company\/infyom-technologies","https:\/\/github.com\/infyomlabs","https:\/\/x.com\/infyom"]},{"@type":"Person","@id":"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754","name":"InfyOm","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infyom.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g","caption":"InfyOm"}}]}},"_links":{"self":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts\/4278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/comments?post=4278"}],"version-history":[{"count":21,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts\/4278\/revisions"}],"predecessor-version":[{"id":8085,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts\/4278\/revisions\/8085"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/media\/4280"}],"wp:attachment":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/media?parent=4278"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/categories?post=4278"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/tags?post=4278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}