Results for: "TestNG"

AutomationSelenium Java

How To Install TestNG In Eclipse: Step-By-Step Guide

Test automation guarantees software competence without repetitive human intervention.

February 12, 2024

view count227428 Views

Read time7 Min Read

How To Automate Using TestNG In Selenium Feature Image

Selenium JavaAutomationTutorial

How To Automate Using TestNG In Selenium

Automation testing is vital for quick, accurate, and repetitive testing. It speeds up testing, improves accuracy, and reduces manual effort. Detecting and fixing issues early enhances software quality.

January 24, 2024

view count604963 Views

Read time41 Min Read

Exception Tests

Selenium Java

A Complete Guide To Exception Tests In TestNG [With Examples]

While automating critical applications like banking apps, it’s important to implement error handling and validation checks to ensure that the application is secure and reliable for the bank’s customers.

April 14, 2023

view count37727 Views

Read time20 Min Read

Automated App Testing Using Appi

Mobile App TestingTutorial

Automated App Testing Using Appium With TestNG [Tutorial]

In recent times, many web applications have been ported to mobile platforms, and mobile applications are also created to support businesses. However, Android and iOS are the major platforms because many people use smartphones compared to desktops for accessing web applications.

July 15, 2022

view count115911 Views

Read time25 Min Read

JUnit 5 vs TestNG

Selenium JavaAutomationTutorial

JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing

A framework is a backbone for testing or development activities. It is a set of components that helps frame the tests, execute the tests, and generate the final report of execution. The approach used for designing the test automation framework plays a crucial part in the testing activity.

December 27, 2021

view count73182 Views

Read time21 Min Read

parallel test execution in testng

AutomationSelenium JavaTutorial

How To Perform Parallel Test Execution In TestNG With Selenium

The evolution in the process of software delivery in organizations in response to business agility has resulted in a paradigm shift from traditional release cycles to continuous release models.

November 12, 2021

view count194260 Views

Read time20 Min Read

Assertions In TestNG Using Selenium

AutomationSelenium JavaTutorial

How To Use Assertions In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. Testing can be performed in a manual as well as automated manner.

November 1, 2021

view count191472 Views

Read time14 Min Read

how to set test case priority in testng

AutomationSelenium JavaTutorial

How To Set Test Case Priority In TestNG With Selenium

TestNG is an open-source and powerful test automation framework with a wide range of features, including annotations, data providers, group testing, prioritization, and much more.

October 12, 2021

view count139488 Views

Read time18 Min Read

Use TestNG Reporter Log In Selenium

Selenium JavaAutomationTutorial

How To Use TestNG Reporter Log In Selenium

TestNG is an open-source test automation framework, where ‘NG’ stands for Next Generation. TestNG has given testers the ability to group or prioritize the test cases, generate HTML reports, log messages, run tests in parallel, and much more.

October 1, 2021

view count147520 Views

Read time14 Min Read

JUnit Test Using TestNG

Selenium JavaAutomation

How To Run JUnit Selenium Tests using TestNG

Both JUnit and TestNG are popular unit testing frameworks that have been widely accepted by Java developers. JUnit was introduced as an open-source unit testing framework for Java way back in 1997. In fact, JUnit is one of the widely used test automation frameworks for test automation.

July 27, 2021

view count191080 Views

Read time15 Min Read