Results for: "TestNG"
TestNG vs JUnit

AutomationSelenium Java

TestNG vs JUnit: Which testing framework should you choose?

A test automation framework is a set of components that facilitates the execution of tests along with reporting the results of the test execution. However, the discovery of the right test automation framework can be super-challenging since there are so many options at your perusal.

May 24, 2021

view count107292 Views

Read time14 Min Read

CI/CDSelenium JavaTutorial

How To Generate TestNG Reports In Jenkins?

TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but designed to be better than JUnit, especially when testing integrated classes.

February 4, 2021

view count68368 Views

Read time16 Min Read

Group Test Cases In TestNG

AutomationSelenium JavaTutorial

How To Group Test Cases In TestNG [with Examples]

TestNG is an open-source automation testing framework inspired by JUnit and NUnit. The framework supports data-driven testing, parallel test execution, testing integrated classes, provides access to HTML reports, amongst others.

December 21, 2020

view count142072 Views

Read time16 Min Read

Dataproviders TestNG

AutomationSelenium Java

How To Use DataProviders In TestNG [With Examples]

In our earlier posts, we learned about using TestNG parameters in our TestNG scripts. To jog your memory, Parameterization In TestNG helps us pass data through the code and prevent hard-coding. However, TestNG parameters enable us to pass the values only once per execution cycle.

August 18, 2020

view count101035 Views

Read time7 Min Read

TestNG XML File & Execute Parallel Testing

AutomationSelenium Java

Create TestNG XML File & Execute Parallel Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the previous article, we learned about creating a TestNG project in Eclipse and how to run our first ever Selenium Test Script. Now that you know how to run a TestNG … Continue reading Create TestNG XML File & Execute Parallel Testing

August 13, 2020

view count79971 Views

Read time9 Min Read

TestNG Project In Eclipse

AutomationSelenium Java

Create TestNG Project In Eclipse & Run Selenium Test Script

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the last article, we installed TestNG in Eclipse and did some environment set up for the same. Subsequently, we saw how we could convert our existing Java projects into TestNG projects … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script

July 31, 2020

view count91089 Views

Read time9 Min Read

Parameterization in TestNG

Selenium TutorialTutorial

Parameterization In TestNG – DataProvider and TestNG XML (With Examples)

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. Test automation, or automation testing as it’s called popularly, is not as easy as it sounds. All permutations and combinations of all possible user interactions have to be considered and based on … Continue reading Parameterization In TestNG – DataProvider and TestNG XML (With Examples)

December 5, 2019

view count109220 Views

Read time15 Min Read

TestNG Listeners In Selenium WebDriver With Examples

Selenium TutorialTutorial

TestNG Listeners In Selenium WebDriver With Examples

There are different interfaces provided by Java that allows you to modify TestNG behaviour. These interfaces are further known as TestNG Listeners in Selenium WebDriver. TestNG Listeners also allows you to customize the tests logs or report according to your project requirements.

May 30, 2019

view count70104 Views

Read time11 Min Read

Complete Guide On TestNG Annotations For Selenium WebDriver

Selenium TutorialTutorial

TestNG Annotations Tutorial With Examples For Selenium Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. TestNG is a testing framework created by Cédric Beust and helps to cater a lot of our testing needs. It is widely used in Selenium. Wondering on what NG stands for? Well, … Continue reading TestNG Annotations Tutorial With Examples For Selenium Automation

April 24, 2019

view count60095 Views

Read time13 Min Read

Automation Testing With Selenium, Cucumber & TestNG

AutomationCross Browser TestingSelenium TutorialTutorial

Automation Testing With Selenium, Cucumber & TestNG

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is a test automation framework which leverages Behavior Driven Development for collaboration in between Business and IT teams. It empowers a user to define an application’s behavior in plain English

February 18, 2019

view count118835 Views

Read time13 Min Read