
- Quality Assurance
- Intermediate
About this Course
Manually testing your website can only take you so far. Learn how to use Selenium WebDriver to automate the process for you, and alert you to problems before your users see them.
What you'll learn
- Using Selenium with testing frameworks
- Waiting for changes to the page
- Emulating user actions
Use Selenium with Testing Frameworks
For your tests to be useful, you need a way to describe what your website should be doing. Test frameworks like Mocha can help.
7 stepsWaits
Tests that look for page elements can fail if the element doesn't appear right away. Learn how to have your tests wait for elements to appear.
3 stepsInput Actions
Your page reacts to input from users. Learn how to test whether it's reacting correctly.
6 stepsTeacher
-
Jay McGavren
Resident Ruby and Go teacher for Treehouse. Author of Head First Ruby, a tutorial book on the core Ruby language.