Selenium WebDriver with Java for beginners
- Offered byUDEMY
Selenium WebDriver with Java for beginners at UDEMY Overview
Duration | 7 hours |
Total fee | ₹3,520 |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Selenium WebDriver with Java for beginners at UDEMY Highlights
- Earn certificate of completion from Udemy
- Get an easy access on mobile and TV
- Students will get a 30 days money back guarantee
Selenium WebDriver with Java for beginners at UDEMY Course details
- For anyone who wants to move from manual testing to test automation and software developers who want to learn Selenium WebDriver
- Set up test automation framework with Selenium WebDriver
- Automate your first Selenium WebDriver test
- Learn basics of Java for testers
- Execute Selenium tests on different browsers
- Use TestNG features for better test structure and easy selenium framework maintenance
- Selenium WebDriver testing tutorial is created for Manual Software Testers that want to learn automation testing from scratch with Selenium WebDriver using Java
- Every step is explained in detail from the WebDriver set up to running your first automated selenium test
- More and more Software QA positions require some test automation, and in many cases, Selenium WebDriver experience, it's important to be able to automate at least simple tests with Selenium
- And Java is the most popular language to write tests with Selenium WebDriver
- At the end of this course, students will be able to automate software tests with Selenium WebDriver using Java and TestNG framework
Selenium WebDriver with Java for beginners at UDEMY Curriculum
Introduction
Helpful tips before we start
What is Selenium WebDriver
Java and Maven
Eclipse IDE
Creating New Maven Project
Configuring Maven Project
Troubleshooting Project Issues
GitHub
Application under test
Creating first Selenium test class
Working on first test method
First Test Quiz
Running TestNG test
Debugging test problems
Page elements and locators for Selenium
TestNG eclipse plugin
Homework
Incorrect username test
Incorrect password test
Creating TestNG Test Suite
Running TestNG Test Suite
TestNG documentation
Parameters from Test Suite
Combining Login tests
TestNG Before and After Annotations
Cross Browser testing support
Debugging tests
WebDriver Waits
Using different wait methods
Exceptions in Selenium WebDriver
ElementNotVisibleException
NoSuchElementException