Farm? What’s Selenium WebDriver? What’s Selenium Grid? AWS Device Farm Desktop Pre-requisites and Configuration How Does it work? Supported Browsers, OS and Capabilities Pricing Security, Access Control and IAM Technical Demo
domains: Agriculture, Telecom, Healthcare, Fashion, and Food Delivery. Designed test automation frameworks for Web, Mobile and API using a different set of tools and languages Participated in the implementation of different CI/CD pipeline using different tools: GitLab, Bitbucket, Bitrise, and Jenkins. Delivered online test automation courses Who am I?
mobile devices No need to provision and manage any testing infrastructure Run your tests concurrently to speed up the execution of your test suite Generates videos and logs to help you quickly identify issues with your app Why Cloud Browsers/Devices? COMMUNITY DAY MENA
is a testing service from AWS that can help us to improve the quality of our web and mobile applications by testing them across a wide range of desktop browsers and real mobile devices without the need to deploy and manage a test infrastructure. The service allows us to run our tests on multiple desktop browsers or real devices to speed up the execution of your test suite and generates videos and logs to help you quickly identify problems with your application.
want to scale by distributing and running tests on several machines and manage multiple environments from a central point, making it easy to run the tests against a vast combination of browsers/OS, then you want to use Selenium Grid. You can use WebDriver remotely the same way you would use it locally. The primary difference is that a remote WebDriver needs to be configured so that it can run your tests on a separate machine. A remote WebDriver is composed of two pieces: a client and a server. The client is your WebDriver test and the server is simply a Java servlet, which can be hosted in any modern JEE app server.
use AWS Device Farm for mobile testing only but now we have an option to use it for running our Selenium tests on multiple desktop browsers hosted on AWS. You can run your tests in parallel on multiple browser instances to speed up the execution of your test suite. For every browser, the test is executed on, Device Farm generates video recordings and Selenium logs to help you quickly identify any issues with your web app. The feature is only available in the us-west-2 (Oregon) region
to use for the session browserVersion: Version of the browser platform: windows by default aws:maxDurationSecs: Maximum duration of the session before it is forcibly closed, in seconds. Range: 180 to 2400 aws:idleTimeoutSecs: Maximum delay between WebDriver commands before the session is forcibly closed. Range: 30 to 900
run on Chrome v78 (80 min) Chrome v77 (100 min) Firefox v68 (120 min) Then the total test duration will be calculated as 300 minutes. You will be charged $1.50 (300 instance minutes * $0.005 per instance minute) for this test run.
content of your web application except what's required to run the service. Your tests are run in isolated instances. They are not shared by any other user or test. Artifacts (logs, video, and so on) are associated with your account. Files that you download in your tests are not collected. Any content that is saved in the browser (for example, cookies or LocalDB storage) is lost when your session ends.
testing feature is integrated with AWS Identity and Access Management (IAM) which you can use to: • Create users and groups in your AWS account. • Easily share your AWS resources between the users in your AWS account. • Assign unique security credentials to each user. { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "devicefarm:*", "Resource": "*" } ] }