June 2017
Intermediate to advanced
256 pages
5h 38m
English
In this first refactoring, we will remove the manual dependency of starting and stopping the Appium server, and we will do it programmatically:
public void startAppiumServer(){ //code to start appium server } public void stopAppiumServer(){ // Code to stop appium server }
At this point in time, we need to know the concept of hooks in cucumber. So basically, cucumber ...
Read now
Unlock full access