• Automation • Selenium Java • Tutorial
How to Create TestNG.xml File in Eclipse
TestNG is a framework used for Java automation testing that makes creating and running automated tests much easier. One of its standout features is running tests in parallel using a TestNG.xml file, which expedites software release cycles.
June 21, 2024
252674 Views
14 Min Read
How To Install TestNG In Eclipse: Step-By-Step Guide
Test automation guarantees software competence without repetitive human intervention.
February 12, 2024
237291 Views
7 Min Read
• Selenium Java • Automation • Tutorial
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
615494 Views
41 Min Read
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
42312 Views
20 Min Read
• Mobile App Testing • Tutorial
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
119934 Views
25 Min Read
• Selenium Java • Automation • Tutorial
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
77814 Views
22 Min Read
• Automation • Selenium Java • Tutorial
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
200079 Views
20 Min Read
• Automation • Selenium Java • Tutorial
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
195523 Views
14 Min Read
• Automation • Selenium Java • Tutorial
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
145061 Views
18 Min Read
• Selenium Java • Automation • Tutorial
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
151456 Views
14 Min Read