Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
WebDriverIO + Node.js -JavaScript UI Automation from Scratch
Rating: 4.6 out of 5(4,010 ratings)
21,222 students

WebDriverIO + Node.js -JavaScript UI Automation from Scratch

Top class tutorial on WebDriverIO ( Selenium JavaScript) Automation Testing from basics to Framework including JS Basics
Last updated 3/2025
English

What you'll learn

  • Understand Java Script Fundamentals from Scratch
  • Learn WebDriverIO Testing tool to automate any Web Application with real time examples
  • Develop Industry Standard WebDriverIO JavaScript Testing Framework from Scratch
  • Indepth knowledge on JS Test frameworks like Mocha, Chai including Node js Basics
  • You will improve your JavaScript coding skills in writing best optimized code for Automating testcases
  • Includes a Practice Website to play around with all available WebDriverIO functions to automate
  • "Last but not least" you can clear any Interview and can Lead Entire Automation Project from Design Stage

Course content

14 sections75 lectures10h 59m total length
  • Introduction to WebDriverIO and Course FAQ's7:50

    Explore how Webdriver IO, built on node.js, automates modern web apps with JavaScript and Selenium under the hood, guiding JavaScript fundamentals to designing a JavaScript test framework.

  • Getting started with Node.js and npm installation11:15

    Install Node.js and npm to run WebDriver IO tests, set the node home path, verify with node -v, and initialize a WebDriver IO project using mocha and chrome.

  • Understand Package.json with VS Code installation14:08

    Install and open Visual Studio Code, load the WebDriver IO project, review package.json for dependencies like CLI and Mocha, run npm install to populate node_modules, and enable autocomplete with jsconfig.json.

Requirements

  • None. Everything including JavaScript Basics are taught from Scratch

Description

What is WebDriverIO?

WebdriverIO allows you to automate any application written with modern web frameworks such as React, Angular, Polymeror Vue.js as well as native mobile applications for Android and iOS.

WebDriverIO built on Node.js engine and Uses JavaScript to code the Automation
WebdriverIO uses Selenium under hood. All the great things about Selenium are available in WebDriverIO with additional advantage of exclusive assertions for Test Validations.

How is this Course Designed?

· This course starts from Scratch by teaching all the Java Script Fundamentals needed for Test Automation

· We will then drive into WebDriverIO Core topics and cover All the concepts to handle UI Automation with real time examples and quizzes

· We shall also learn how to design Industry Standard WebDriver+Node.js Framework from Scratch with all best practices used.

Additionally this course also train students on  Node.js Basics , Mocha, Chai Testing Frameworks


So what makes this course Unique in the Market?

We assume that students have no experience in automation / coding and start every topic from scratch and basics.

Examples are taken from REAL TIME HOSTED WEB APPLICATIONS to understand how different components can be automated.


By end of this course, one can automate any Web Application using WebDriverIO JavaScript and can gain the ability to design JavaScript Test frameworks from scratch for the developed automation tests.



Who this course is for:

  • Software Testers
  • QA Engineers
  • Developers