Lesson #16: Running automated tests on mobile devices
There are two approaches to execute the test script on mobile devices. The first one is using a capabilities file (JSON format); and the second one is using TestArchitect built-in actions.
Prerequisites:
What you will learn:
- How to execute test on mobile using capabilities file
- How to execute test on mobile using built-in actions
Running automated tests on mobile devices using capabilities file
TestArchitect allows an automated test to run on multiple cloud mobile devices concurrently by using capabilities file.
Running automated tests on mobile devices using built-in actions
While testing with mobile, there are many test scenarios which require devices switching during the execution. This tutorial will introduce you the built-in actions that can use to pick up one device or switch devices while executing a test scenario.