Category: TestNG Tutorials
3 Comments
Leave a Reply
How to run same test multiple times in Selenium using TestNG?
July 2, 2019
In the previous tutorial, we discussed some of the important Git commands used to perform operations on our code repository. Hope you enjoyed reading the article. Well, today we …
Cross browser testing using TestNG and Selenium WebDriver
December 5, 2018
This is the app age in IT sector. Every day we get information about the launch of the new app. It is good because ultimately app makes our life …
How to create custom TestNG Report in Selenium with IReporter?
November 15, 2018
Reporting is one of the key components of the Automation framework. Every automation framework should be implemented with test reporting which gives detailed data of the testing processes. The …
TestNG Asserts- How to perform verification in Selenium?
November 14, 2018
You must be knowing that we categorize user extensions into three parts, which are- Actions, Accessors, and Assertions. The agenda of this tutorial is to explain you different TestNG …
TestNG @Factory annotation with @DataProvider in Selenium
November 13, 2018
This is one of the most important tutorials with respect to designing data-driven framework in the Selenium project. The combination of @Factory annotation and @DataProvider annotation helps in many …
How to Retry Failed Test Cases in Selenium using TestNG?
November 12, 2018
We have discussed lots more features of TestNG so far. Today we are going to discuss one of the most important features of the TestNG which helps to retry …
How to implement TestNG Listener using ITestListener in Selenium?
November 11, 2018
We have already discussed WebDriver Listeners. In that tutorial, we discussed all the fundamental concepts of the listeners. Just to remind you, Listeners listen to the events on starting …
How to perform tests in parallel execution in Selenium?
November 10, 2018
We define multiple test methods inside @Test annotation and all these definitions are done within a TestNG class. Thus, we can create multiple TestNG classes, hence, the multiple test …
How to handle Expected Exceptions in Selenium using TestNG?
November 9, 2018
There is a great kind of relationship between normal execution flow and Exception as Developer and Tester. It’s a very famous saying that Exception exists everywhere, so it exists …
How to create test dependencies in Selenium using TestNG?
November 7, 2018
When we perform software testing then we come across many scenarios in which one test case depends on another test case. Suppose if the independent test case fails then …
i want to learn testng and felt this would be the convenient way to proceed with
Hi Team,
could you please help me with hosting a automation report. I mean if a report could be given in form of URL So that end user can access and look at the report. No email
You can host in any cloud. Upload your locally generated report on cloud storage. You can make use of blob in Azure.