An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![GitHub issues](https://img.shields.io/github/issues/TrainingByPackt/Selenium-Fundamentals-eLearning.svg)](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/issues)
[![GitHub forks](https://img.shields.io/github/forks/TrainingByPackt/Selenium-Fundamentals-eLearning.svg)](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/network)
[![GitHub stars](https://img.shields.io/github/stars/TrainingByPackt/Selenium-Fundamentals-eLearning.svg)](https://github.com/TrainingByPackt/Selenium-Fundamentals-eLearning/stargazers)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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