In this chapter, you will learn to Integrate:
Appium with Selenium Grid for native app automation
Appium with Selenium Grid for mobile web automation
Appium with Selenium Grid for two Android sessions on the same machine
In previous chapters, you learned to create a test automation framework using Appium and integrate it with GitHub and Jenkins to schedule the test execution at desired times.
The last piece of the puzzle for an effective test strategy is to optimize the test infrastructure. Either you can execute mobile test cases on simulators and real devices on the local infrastructure managed ...