https://github.com/trainingbypackt/selenium-fundamentals-elearning
Perform browser and Web UI automation using Selenium
https://github.com/trainingbypackt/selenium-fundamentals-elearning
automated-testing selenium selenium-fundamentals-elearning selenium-java selenium-webdriver
Last synced: 2 days ago
JSON representation
Perform browser and Web UI automation using Selenium
- Host: GitHub
- URL: https://github.com/trainingbypackt/selenium-fundamentals-elearning
- Owner: TrainingByPackt
- License: mit
- Created: 2018-10-24T07:02:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T10:53:44.000Z (about 7 years ago)
- Last Synced: 2025-07-08T13:05:57.616Z (8 months ago)
- Topics: automated-testing, selenium, selenium-fundamentals-elearning, selenium-java, selenium-webdriver
- Language: HTML
- Homepage:
- Size: 3.46 MB
- Stars: 5
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/issues)
[](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/network)
[](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/stargazers)
[](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/pulls)
# Selenium Fundamentals eLearning
We’ll begin this course by understanding the importance of automating tests. Then, we will learn how to choose good selectors for navigating through your web application while highlighting best practices and techniques.
After writing your first tests, you will go through the object model to help create your own advanced test cases. You will learn how to analyze a test report, track timing errors, and separate real issues from "flaky" tests. You will also learn how to configure and connect to a local grid, a network grid, and a third-party service. By the end of the course, you will have the skills you need to run automated tests on your own web application.
## What you will learn
* Get an overview of Selenium
* Identify what to automate in a project and configure the environment
* Learn to control browser behaviour and manipulate web page elements
* Understand the nuances of writing tests and creating test suites
* Create UI tests with Selenium WebDriver and analyze test results
* Troubleshoot errors in automation and build out meaningful reporting
### Hardware requirements
For an optimal student experience, we recommend the following hardware configuration:
* **Processor**: Intel Core i5 or equivalent
* **Memory**: 8 GB RAM
* **Hard disk**: 40 GB available space
* An Internet connection
### Software requirements
You’ll also need the following software installed in advance:
* **Operating System**: Windows 7 or Windows 10
* **Browser**: Google Chrome, Latest Version
* Selenium WebDriver
* Google Chrome Driver
* IntelliJ IDEA