-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Test Automation Engineering Handbook
By :

WebdriverIO is an end-to-end (E2E) test automation framework written in JavaScript that lets you automate modern web applications in different browsers and operating systems. With the help of Appium, it also supports automating mobile applications in iOS and Android. WebdriverIO is simple and quick to get started with very few lines of code.
It provides simple wrapper methods to interact with web elements that are easy to pick up for beginners and, more importantly, helps write clean code. Since frontend development happens more commonly in JavaScript, it is possible for all engineers to easily contribute to tests. It is also a strong open source tool with huge community support.
Having looked at what Appium and WebdriverIO are, let us now go over the steps to install and set them up.