Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Selenium WebDriver with Java for beginners
Environment preparation
What we need to know (5:31)
What is Selenium WebDriver (1:44)
Java and Maven (7:30)
Eclipse IDE (4:38)
Creating New Maven Project (10:11)
Configuring Maven Project (11:29)
Troubleshooting Project Issues (4:56)
GitHub (1:44)
Creating first basic Selenium WebDriver test
Application under test (1:53)
Creating first test class (7:33)
Working on first test method (17:14)
Running TestNG test (12:32)
Debugging test problems (8:38)
Page elements and locators for Selenium (13:07)
WebElement (11:51)
WebDriver commands (4:58)
Invalid locators (10:43)
Verifications and assertions (20:43)
Creating and running TestNG Test Suites for Selenium WebDriver tests
TestNG eclipse plugin (13:50)
Homework (2:43)
Incorrect username test (15:24)
Incorrect password test (7:33)
Creating TestNG Test Suite (7:22)
Running TestNG Test Suite (9:55)
Benefits of TestNG framework
TestNG documentation (5:39)
TestNG Groups (8:47)
Parameters from Test Suite (18:19)
Combining Login tests (8:40)
TestNG Before and After Annotations (10:13)
Cross Browser testing support (11:59)
Debugging common Selenium WebDriver test failures
Debugging tests (11:33)
WebDriver Waits (2:39)
Using different wait methods (13:19)
Exceptions in Selenium WebDriver (3:29)
ElementNotVisibleException (16:29)
TimeoutException (8:07)
NoSuchElementException (15:53)
StaleElementReferenceException (20:13)
Challenge (7:45)
Teach online with
Configuring Maven Project
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock