{"id":34088,"date":"2016-05-02T11:43:15","date_gmt":"2016-05-02T06:13:15","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=34088"},"modified":"2016-06-13T10:39:49","modified_gmt":"2016-06-13T05:09:49","slug":"android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/","title":{"rendered":"Android App Automation on Multiple Devices in parallel using AWS Device Farm"},"content":{"rendered":"<p>App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test all mobile devices.<\/p>\n<p>The solution is here, AWS introduce its\u00a0<a title=\"AWS Device Farm Home Page\" href=\"https:\/\/aws.amazon.com\/device-farm\/\" target=\"_blank\"><strong>Device Farm<\/strong><\/a>\u00a0which offers you 250+ devices on iOS, Android &amp; Fire OS platform.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-34090 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/04\/Amazon-Web-Services-Device-Farm.jpg\" alt=\"SameCodeforMultipleDevices\" width=\"650\" height=\"286\" \/><\/p>\n<h1><strong>How to use Device Farm to test an Android app?<\/strong><\/h1>\n<p>The answer is in three\u00a0simple steps:<\/p>\n<h3><strong>Step 1) Sign in to the Console<\/strong><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-34093 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/04\/SignIn.png\" alt=\"SignIn\" width=\"408\" height=\"414\" \/><\/p>\n<h3><strong><br \/>\nStep 2) Create a Project<\/strong><\/h3>\n<p>Click this button, type your Project name &amp; choose Create Project.<\/p>\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-34091\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/04\/CreateProject.png\" alt=\"CreateProject\" width=\"624\" height=\"612\" \/><\/h4>\n<h3>Step 3) Upload the build and Start a Run<\/h3>\n<p>After creating a project, go for <strong>Create a new run<\/strong>. Here you can run your set of tests, just you need to give an .apk file &amp; your test scripts.<\/p>\n<p>i) On <strong>Choose application page<\/strong>, under native application option, <strong>Upload<\/strong> an .apk file. After success upload, you can edit the Run name.<\/p>\n<p><strong>Go for Next step<\/strong><\/p>\n<p>ii) On the <strong>Configure test page<\/strong>, choose <strong>Appium Java TestNG<\/strong> as test suite and <strong>Upload<\/strong> your <strong>dependency-zip<\/strong> file. (to know: how to create dependency\u00a0file, refer this\u00a0blog <a title=\"TestCases in a .zip File\" href=\"https:\/\/2thenew.xyz\/blog\/how-to-provide-your-testsscripts-dependencies-to-aws-device-farm\/\" target=\"_blank\">How to provide your TestsScripts &amp; Dependencies to AWS Device Farm<\/a>)<\/p>\n<p><strong>Go for Next step<\/strong><\/p>\n<p>iii) On <strong>Select Device page<\/strong>, choose <strong>Top Devices<\/strong> to select the device pool, and then choose Next step. You can choose Curated pools option as well, if you have already selected the devices from the device collection.<\/p>\n<p>iv) On the Specify device state page, you can do any of the following:<\/p>\n<p style=\"padding-left: 30px\">&#8211; To provide additional data while running your tests<br \/>\n&#8211; To install an additional app(another .apk file) which you&#8217;ll require as supporting app for one of your test,<br \/>\n&#8211; To specify whether Wi-Fi, Bluetooth, GPS, or NFC will be enabled during the run,<br \/>\n&#8211; You can give the coordinates of device latitude and longitude for the run,<br \/>\n&#8211; You can choose the locale also.<\/p>\n<p>v) Now reconfirm your settings &amp; choose <strong>Start run<\/strong>.<\/p>\n<h3>Once the test cases will complete then you&#8217;ll be able to view the Run&#8217;s Results.<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-34132\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/04\/Result-Page.png\" alt=\"Result-Page\" width=\"1200\" height=\"942\" \/><\/p>\n<p>After completing the test-run, just click on your run, then you&#8217;ll see that your test-cases have executed on all those devices which you selected from device-pool.<\/p>\n<p>On Test-Run detail page, there is another tab i.e. &#8216;<strong>Screenshots<\/strong>&#8216;, which will display a list of all screenshots captured during your test &amp; for capturing the screenshots during the test, you need to mention a small code in your test-script. &amp; Your answer is here:<\/p>\n<h3>How to take Screenshots in Native &amp; Web Application<\/h3>\n<p>[java]<br \/>\npublic boolean captureScreenshot(final String name) {<br \/>\nString directory = System.getProperty(&quot;appium.screenshots.dir&quot;, System.getProperty(&quot;java.io.tmpdir&quot;, &quot;&quot;));<br \/>\nFile screenshot = ((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE);<br \/>\nreturn screenshot.renameTo(new File(screenshotDirectory, String.format(&quot;%s.png&quot;, name)));<br \/>\n}<br \/>\n[\/java]<\/p>\n<p>You can also handle your Test-Runs from Jenkins, just integrate your git repository with Jenkins using <a title=\"Jenkins CI Plugin\" href=\"http:\/\/docs.aws.amazon.com\/devicefarm\/latest\/developerguide\/continuous-integration-jenkins-plugin.html\" target=\"_blank\">Jenkins CI Plugin<\/a>.<\/p>\n<p>I hope this will ease your Mobile App Automation \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test [&hellip;]<\/p>\n","protected":false},"author":201,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":23,"footnotes":""},"categories":[518,1818,1174,1400,446,1772,1,1816],"tags":[1978,3274,2943,1561],"class_list":["post-34088","post","type-post","status-publish","format-standard","hentry","category-android","category-automation-testing-testing-2","category-aws-2","category-ios","category-java","category-mobility","category-technology","category-testing-2","tag-android-app-testing","tag-appiumtestng","tag-application-testing","tag-automation-testing"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Sumit Gambhir\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#article\",\"name\":\"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog\",\"headline\":\"Android App Automation on Multiple Devices in parallel using AWS Device Farm\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/sumit-gambhir\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2016\\\/04\\\/Amazon-Web-Services-Device-Farm.jpg\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#articleImage\"},\"datePublished\":\"2016-05-02T11:43:15+05:30\",\"dateModified\":\"2016-06-13T10:39:49+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#webpage\"},\"articleSection\":\"Android, Automation Testing, AWS, iOS, Java\\\/JVM, Mobility, Technology, Testing, android app testing, AppiumTestNG, Application testing, automation testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#listItem\",\"name\":\"Android App Automation on Multiple Devices in parallel using AWS Device Farm\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#listItem\",\"position\":3,\"name\":\"Android App Automation on Multiple Devices in parallel using AWS Device Farm\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/sumit-gambhir\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/sumit-gambhir\\\/\",\"name\":\"Sumit Gambhir\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/011687c2-0312-47c5-bcb7-341dfc0d1797_777-Sumit-Gambhir-PROFILEPICTURE.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Sumit Gambhir\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/\",\"name\":\"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog\",\"description\":\"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort & check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones & tablets and it is really impossible to test\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/sumit-gambhir\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/sumit-gambhir\\\/#author\"},\"datePublished\":\"2016-05-02T11:43:15+05:30\",\"dateModified\":\"2016-06-13T10:39:49+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog","description":"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort & check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones & tablets and it is really impossible to test","canonical_url":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#article","name":"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog","headline":"Android App Automation on Multiple Devices in parallel using AWS Device Farm","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/sumit-gambhir\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2016\/04\/Amazon-Web-Services-Device-Farm.jpg","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#articleImage"},"datePublished":"2016-05-02T11:43:15+05:30","dateModified":"2016-06-13T10:39:49+05:30","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#webpage"},"articleSection":"Android, Automation Testing, AWS, iOS, Java\/JVM, Mobility, Technology, Testing, android app testing, AppiumTestNG, Application testing, automation testing"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#listItem","name":"Android App Automation on Multiple Devices in parallel using AWS Device Farm"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#listItem","position":3,"name":"Android App Automation on Multiple Devices in parallel using AWS Device Farm","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/sumit-gambhir\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/sumit-gambhir\/","name":"Sumit Gambhir","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/011687c2-0312-47c5-bcb7-341dfc0d1797_777-Sumit-Gambhir-PROFILEPICTURE.jpeg","width":96,"height":96,"caption":"Sumit Gambhir"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/","name":"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog","description":"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort & check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones & tablets and it is really impossible to test","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/sumit-gambhir\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/sumit-gambhir\/#author"},"datePublished":"2016-05-02T11:43:15+05:30","dateModified":"2016-06-13T10:39:49+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog","og:description":"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test","og:url":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Android App Automation on Multiple Devices in parallel using AWS Device Farm | TO THE NEW Blog","twitter:description":"App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort &amp; check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones &amp; tablets and it is really impossible to test","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"34088","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 21:21:33","updated":"2024-02-29 09:32:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAndroid App Automation on Multiple Devices in parallel using AWS Device Farm\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"Android App Automation on Multiple Devices in parallel using AWS Device Farm","link":"https:\/\/2thenew.xyz\/blog\/android-app-automation-on-multiple-devices-in-parellel-using-aws-device-farm\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/34088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/201"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=34088"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/34088\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=34088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=34088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=34088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}