June 2017
Intermediate to advanced
256 pages
5h 38m
English
In the last two chapters, we saw what Appium is and how to set up the machine for both Mac OSX and Windows. Now that we have the ecosystem set up, let's start using Appium and writing some actual tests on Appium. In this chapter, we will set up an Appium Java project using IntelliJ and write our first test.
So, the set up we need before we actually write the code is this:
For this example project, we will use Cucumber to write the specification. Cucumber is a tool based on the behavior-driven development framework. We have a separate section in this chapter that briefly ...
Read now
Unlock full access