Front-End Web & Mobile
Tag: Appium
Testing mobile apps across hundreds of real devices with Appium, Node.js, and AWS Device Farm
In this blog post, we’re going to dive into how to use AWS Device Farm to run and test a sample mobile app using Node.js and Appium. Device Farm is an application testing service that lets you test and interact with applications on many real devices at once. You can also reproduce issues on a […]
Testing mobile apps with Cucumber and Appium through TestNG on AWS Device Farm
Mobile testing frameworks have matured in functionality to support the innumerable features of modern apps. In this blog post, we’re going to dive into how to set up a local development environment for Android app development, and then use Appium to perceive our sample app from a test perspective. Then, we’re going to show how […]
Custom Artifacts on AWS Device Farm
This post was written by Nikhil Dabhade, Cloud Solutions Engineer, AWS Device Farm A good test report is essential to proper analysis of mobile app testing. It is not only the summary of test results, but also artifacts like screenshots, videos, crash reports, logs, and app-generated files. A well formed test report provides useful insights, […]
Test iOS apps on AWS Device Farm using Appium – Part 3: Upload your iOS Application and TestNG tests to AWS Device Farm
With AWS Device Farm, you can quickly get started testing your Android, iOS, and FireOS apps on real devices in the AWS cloud. Simply upload your app, choose your test framework and the devices you want to test your app on, and start your test run. AWS Device Farm will provide the results of your […]
Test iOS apps on AWS Device Farm using Appium – Part 1: Prerequisities, Environment Set Up, and Test Creation
With AWS Device Farm, you can quickly get started testing your Android, iOS, and FireOS apps on real devices in the AWS cloud. Simply upload your app, choose your test framework and the devices you want to test your app on, and start your test run. AWS Device Farm will provide the results of your […]
Set Up Continuous Testing with Appium, AWS CodeCommit, Jenkins, and AWS Device Farm
AWS Device Farm is an app testing service that enables you to test your native, hybrid, and web apps on real Android and iOS devices hosted in the AWS Cloud. A test report containing high-level results, low-level logs, pixel-to-pixel screenshots, and performance data is updated as tests are completed. The purpose of this walkthrough is […]