Author: Shekhar Sharma

Maven arcchitecture

What is Maven?

In previous post, we have learnt how to execute the test cases using Selenium Grid. In this post, we will learn about Maven. What is Maven? Maven is basically a build automation tool mainly used...

Selenium Grid Node

Configure node by using JSON file

In the previous post, we have seen how to configure hub and nodes. In this post, we will see how to configure node by using JSON file. We can mention all the configuration details...

hub started in selenium

Configure Hub and nodes in Selenium Grid

In the previous post, we have see what is Selenium Grid?  In this post, let’s see how to Configure Hub and nodes in Selenium Grid. Download  Selenium Server jar: Download Selenium Server jar file...

Selenium Grid

What is Selenium Grid?

In the previous post, we have learnt about TestNG Listeners. In this post, we will understand important concept of Selenium which is Selenium Grid. Till now , we have seen that Selenium Webdriver executes the...

Listenerrs Testng

Listeners in TestNG

In the previous post, we have learnt about dataProvider in TestNG. In this post, we will learn about Listeners in TestNG which is a very important concept in TestNG. What is Listeners? As it...

Dataprovider in TestNG

DataProvider in TestNG

In the previous post, we have learnt about parameters annotation in TestNG.In this post , we will learn another way to perform parameterization in TestNG. Apart from Parameters, there is another way to achieve parameterization which is...

TestNG output multiple scope

Parameters in TestNG

In the previous post, we have learnt about assertions and reporting in TestNG. In this post, we will learn about parameters in TestNG. As we know, parameterization plays very important role in automation testing....

Assert report

Assertions and Reporting in TestNG

In the previous post, we have learnt how to skip test case and create dependency between test cases. In this post, we will learn about assertions and Reporting in TestNG. All test cases must...