Soft Assert in Selenium | Difference between Hard and Soft Assert
We have been using the hard assert in our previous tutorials. Assert.fail() is such an example of hard assert which we have used in THIS post. In this tutorial, we will learn what is a soft assert in selenium and how it is different than hard assert.
TestNG Listeners In Selenium
There are several interfaces provided by TestNG which could alter the behavior of TestNG implementation. TestNG Listeners are invoked on the occurrence of certain events (for eg. failure of scripts, execution completion of test suite etc.).
Groups in TestNG and How to use them
In this tutorial, we will learn to execute multiple test cases in a group. Groups in TestNG are a collection of test scripts which we want to execute
Priority and dependsOnMethods Annotation in TestNG
TestNG priorities annotation priority annotation in TestNG In our previous TestNG tutorial, we learn how to run selenium tests using TestNG. We also learned about…
What is TestNG and How to use TestNG in Selenium | TestNG Selenium Tutorial
What is TestNG TestNG Features TestNG is a Testing framework which helps in effective execution of automated test cases. TestNG in selenium could be understood…
How to handle jQuery Calendar using Selenium | Automate the Calendar
How to handle jQuery Calendar using Selenium | Automate the Calendar How to handle jQuery Calendar using Selenium Most of the websites contain a…
Implict Wait and Explicit Wait in Selenium | Handle synchronization using wait
Implicit Wait and Explicit Wait in Selenium WebDriver Implicit and Explicit Wait in Selenium In our previous tutorials, we have been using either sleep or…
How to handle auto suggest edit box in Selenium
Automate auto suggest edit box Handle auto suggest edit box in Selenium Many websites, including Google, have this particular edit box which populates as you…
CSS Selector in Selenium | How to write effective CSS Selector easily
How to write CSS Selector in Selenium In our previous posts, we learned various techniques of finding the locators including the infamous xpath. CSS Selector in…
How to use Log4j in Selenium | Automate the application logging process
What is log4j? Apache Log4j is an open source project, which helps developers to log the application activities during run time. Log4j in selenium can…