Selenium Online Training by G C Reddy | Java Programming | TestNG | Automation Framework | Project |

Опубликовано: 13 Ноябрь 2022
на канале: G C Reddy Software Testing
944
19

https://www.gcreddy.com/2022/11/selen...
Selenium Online Training by G C Reddy
Prerequisites to learn Selenium
1. Manual Testing Experience or Knowledge
2. Computer Programming Fundamentals
3. Web Application Environment Knowledge
4. Basics of Automation Testing
Selenium Test Environment
Selenium is not an all-inclusive Test Tool, so it requires third-party plugins and frameworks to broaden the scope of testing.
Software used for the Test Environment:
1. Eclipse IDE
2. Java Standard Edition or Core Java
3. TestNG
4. Maven
5. Extent Reports
Etc.
Selenium with Java
Modules of Selenium Online Training Program
1. Java Programming for Selenium
2. Selenium WebDriver
3. TestNG Testing Framework
4. Automation Framework
5. Project
Selenium WebDriver
Selenium Test Environment setup (Eclipse IDE, Selenium WebDriver, Java, TestNG, Maven, Etc.)
Inspect Web Elements (Using a Browser)
HTML/Web Element Locators to recognize/locate/identify web elements in web pages.
Selenium WebDriver API Commands to perform actions on web elements
Create Object Repositories using Page Object Model
Inserting Waits for Synchronization
Handling data in Selenium Test cases (Using Java data types and variables)
Code Repetitive execution (Using Java Loop statements)
To create reusable functions for Test cases (Using Java methods)
To handle Run-time errors in Test cases (Using Java Exception handling code)
To Create Selenium Test batches (Using TestNG Testing Framework)
To create Test results (Using TestNG Testing Framework Assert commands)
Etc.