Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating End to End Tests With Cucumber & Selenium WebDriver
Rating: 4.2 out of 5(343 ratings)
10,008 students
Last updated 1/2018
English

What you'll learn

  • Write and distribute end to end tests for web applications
  • Replicate a user's journey through a web application in a end to end test
  • Inspect web pages to identify elements to reference as part of a end to end test
  • Use regular expressions to validate data presented by a web application

Course content

9 sections26 lectures51m total length
  • Running Your First Test With iridium1:53

    In this lecture we dive straight in and launch a test. This is a great demonstration of how easy it is to run end to end tests, and gives students an idea of what they will be able to achieve by the end of the course.

Requirements

  • A good knowledge of web browsers and a basic level of familiarity with installing software

Description

Testing is a critical to creating and maintaining quality software products. End to end testing gives you a high degree of confidence users of your web application will have the experience that you designed, but how do you actually write end to end tests? 

By completing this course you will learn the steps required to write end to end tests with Cucumber and Selenium WebDriver, with no coding required. Using free and open source technologies, anyone can start writing end to end tests in under an hour!

In this course you will learn how to replicate a user's journey through your web application using "Given, When, Then" statements, how to inspect a web application to identify the elements that you need to reference in a test, how to use specialized editors to reduce the time it takes to write tests, and get tips on best practices.

Who this course is for:

  • This course is for web application testers and developers who want to write end to end tests