In this chapter, you will learn following:
Create an automation framework with Appium, Maven, and TestNG
Create a behavior-driven development (BDD) framework with Appium, Cucumber, and the page object model
Conduct continuous automated testing with Appium, Git, and Jenkins
In previous chapters, you learned to use Appium to automate different apps and automate mobile-specific functions such as tapping, scrolling, swiping, and so on.
Appium’s one and only functionality is to automate mobile platforms and mobile-specific functions. But for automation testing this is not sufficient. An automation ...