Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video.
Start a free Basic trial
to watch this video
Being able to manually run Selenium Webdriver scripts and observing their output is useful sometimes. But as your development team keeps adding new features, re-running and watching all the old tests isn't going to be practical for long. For this reason, many teams combine Selenium Webdriver with a testing framework, so that the tests can be run automatically, and any failures reported in an easy-to-read format. In this course, we'll show you how to do that.
We want you to be successful with this course! Please see these instructions for info on prerequisites and getting set up.
-
0:00
[MUSIC] Hi, I'm Jay McGavren and
-
0:03
I'm here to show you even more about testing
-
0:09
your web apps with Selenium WebDriver.
-
0:14
Being able to manually run Selenium WebDriver scripts and
-
0:17
observing their output is useful sometimes.
-
0:20
But as your development team keeps adding new features, re-running and
-
0:23
watching all those old tests isn't going to be practical for long.
-
0:27
For this reason, many teams combine Selenium WebDriver with
-
0:30
a testing framework so that the test can be run automatically and
-
0:33
any failures reported in an easy to read format.
-
0:36
In this course, we'll show you how to do that.
-
0:39
We'll also show you how to avoid your test failing due to elements that
-
0:42
aren't present on the page yet and how to scroll the page or
-
0:45
interact with elements like checkboxes and radio buttons.
-
0:48
We're assuming that particular versions of Selenium WebDriver as well as drivers for
-
0:52
your particular web browsers are installed on your machine.
-
0:55
See the teacher's notes and be sure you follow the directions there exactly or
-
0:58
you may run into trouble following along.
-
1:01
Be sure to check the teacher's notes if you encounter an error or two.
-
1:04
The solution may be listed there.
-
1:06
Ready?
-
1:07
Let's get started.
You need to sign up for Treehouse in order to download course files.
Sign up