
In this video you will learn how to do project setup and how to configure selenium in core java project as well as in Maven Project.
In this video, you will learn basic java and the oops concepts. These are very important to undertand.
In this video, you will differnt types of Selenium locators with examples
1: ID
2: NAME
3: CLASS NAME
4: CSS Selector
5: Xpath
6: LINK TEXT
7: PARTIAL LINK TEXT
8: TAG NAME
Page Object Model | POM
A page object is an object-oriented class that serves as an interface to a page of your Application Under Test(AUT). The tests then use the methods of this page object class whenever they need to interact with the User Interface (UI) of that page. The benefit is that if the UI changes for the page, the tests themselves don’t need to change, only the code within the page object needs to change. Subsequently, all changes to support that new UI is located in one place.
Keyword Driven Framework is a type of Functional Automation Testing Framework which is also known as Table-Driven testing.
Below is the list of common components that you would required to achieve the task:
1. Excel Sheet: This is the sheet which keeps most of the data for Keyword Driven which is needed for the test like Test Case, Test Steps, Test Objects and Actions.
2. Object Repository: Property file to store the html elements properties of the web application, this property file will be linked with the Objects in the test
3. Keyword Function Library: In keyword Driven Framework function file plays an important role, as it stores the working of the actions, so that each action can be callable from this file
4. Data Sheet: Excel file to store the Data value needed by the object to perform some action on it
5. Execution Engine: Test is the only test script we have in Keyword Framework and it contains all the code to drive the test from Excel sheet, Function Lib and Properties file.
In this video, you will learn how to send code to GItHUb and then how to integrate with Jenkins, SonarQube, Gmail for Notification etc.
We will see how to write Step definition file, Feature file and different cucumber option to execute it.
Here, you will learn how to set up GIT and GITHUB repository for selenium projects. Selenium project already created using Keyword driven framework with TestNG and Maven. You can find the project at below
GITHUB Repository: https://github.com/ckjdelhi/Seleniuum...
This course will give you complete automation testing knowledge and you will be a full-stack automation engineer, where you will learn selenium and integrate with TestNG, Maven, GitHub, SonarQube, Gmail, and Jenkins
· This course will start from a very basic level with no prior experience required and cover End-To-End automation with Selenium & Jenkins.
At the end of the course, we will also learn Cucumber a Behavior Driven Development framework and will be used along with Gherkin, Selenium, Java, Maven, Eclipse, GIT
· This course will also cover how you can push your written code to GIT (Version Control System) and use that code in Jenkins (CI) to run your automation and generate reports.
· This course will give you enough knowledge to implement an automation framework for your upcoming project.
· We will learn Page object model, keyword-driven framework, data-driven framework with TestNG.
· After that we will integrate the project with Jenkins and GITHUB and create a pipeline (CI).
· You will learn how to push your local changes to GIT Hub using GIT commands. These commands are very useful for day-to-day automation.
· We will see how to write a Step definition file, Feature file, and different cucumber options to execute it.
I am hoping you will get something out of it. Please do comment if you like this tutorial.