TestNG Tutorial #5-Soft Assertion in TestNG | SoftAssert vs HardAssert

In this TestNG Tutorial we will learn about soft assertion in TestNG and how to perform soft assert. Soft assertion is important in selenium webdriver automation scenarios where you want to execute your script further even after failed assertions in your test script.

We will also understand the difference between soft assert vs hard assert.