How to use the dependsOnMethods and dependsOnGroups attributes @Test annotation for the dependencies and how to use alwaysRun attribute with dependencies.

Read more →

How to run multiple TestNG test classes together as a suite.

Read more →

How to Enable and Disable particular Test in our TestNG Test Class. TestNG can decide which Test should be included in the run or ignored.

Read more →

How to skip a Test in TestNG and marking a test as Skip should be present in Test Report as Skiped testcase.

Read more →

How do you verify unexpected conditions in your code and verify exceptions as expected. How to use an expectedException attribute in TestNG?

Read more →

How TestNG decides what test are failures and what tests are the success. How to use Assert and what are asserts in TestNG.

Read more →

What is the TestNG.xml and how to generate testng.xml file using eclipse. We will run multiple @test methods using testng.xml file in this article.

Read more →

What are the TestNG annotations and in which sequence the TestNG configuration Annotations are executed in test class explained in this article.

Read more →

TestNG is a testing framework inspired by JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.

Read more →

Chrome browser can be automated and controlled from the command line or terminal using Curl and ChromeDriver. This Article will describe how to use curl with ChromeDriver.

Read more →