Search⌘ K
AI Features

AWS Device Farm

Explore AWS Device Farm to understand how to enhance web and mobile app testing by using automated and live testing across multiple real devices and browsers. Learn to interpret detailed test reports, leverage device pools, and integrate Device Farm testing with CI/CD pipelines to improve app quality and deployment reliability.

AWS Device Farm is an application testing service that allows us to improve the quality of our web and mobile applications by testing them across various mobile devices and web browsers. This service speeds up the application testing phase by concurrently testing our applications across multiple web browsers and mobile devices. Device Farms also generates videos and logs of our application during testing, which can be used to identify issues.

Device Farm can be used in the following two ways:

  • Automated app testing: We can upload our custom tests or use the built-in tests provided by Device Farm to test our ...