Category Archives: Selenium Java
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
201456 Views
17 Min Read
AutomationSelenium JavaTutorial
How To Modify HTTP Request Headers In JAVA Using Selenium WebDriver?
One of the most common test automation challenges is how do we modify the request headers in Selenium WebDriver. As an automation tester, you would come across this challenge for any programming language, including Java.
June 23, 2021
117448 Views
13 Min Read
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
116782 Views
14 Min Read
Selenium JavaAutomationTutorial
How to execute JUnit 4 tests with JUnit 5 [Tutorial]
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. JUnit is a powerful framework for Selenium test automation that has been popularly used by developers to perform unit testing.
April 26, 2021
139539 Views
14 Min Read
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
87619 Views
18 Min Read
AutomationSelenium JavaTutorial
How To Group Test Cases In TestNG [with Examples]
Chapters What Is TestNG Framework Install TestNG in Eclipse Create TestNG Project in Eclipse Create TestNG.xml File in Eclipse Using TestNG In Selenium First TestNG Automation Script Exception Tests in TestNG Parallel Test Execution in TestNG Assertions in TestNG Set Test Case Priority in TestNG TestNG Reporter Log Generating TestNG Reports Running JUnit Selenium Tests … Continue reading How To Group Test Cases In TestNG [with Examples]
December 21, 2020
162687 Views
19 Min Read
Selenium JavaAutomationTutorial
How To Run JUnit Tests From The Command Line?
JUnit is one of the most popular Java-based open-source frameworks used for testing every unit of the application, i.e., classes and methods. And for automating the testing of web applications, you can use it with the Selenium WebDriver.
November 19, 2020
134789 Views
20 Min Read
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
119897 Views
9 Min Read
Create TestNG Project In Eclipse & Run Selenium Test Script
TABLE OF CONTENTS Create TestNG Project In Eclipse Creating a TestNG class in Eclipse Writing Our First Test Case Using Selenium and TestNG TestNG Reports and Results Frequently Asked Questions (FAQs) Chapters What Is TestNG Framework Install TestNG in Eclipse Create TestNG Project in Eclipse Create TestNG.xml File in Eclipse Using TestNG In Selenium First … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script
July 31, 2020
109132 Views
16 Min Read
AutomationSelenium JavaSelenium TutorialTutorial
Complete Java Selenium Testing Tutorial: Guide To The Java Automation
Most companies measure the success of their digital marketing efforts using traditional approaches such as increased sales, ROI, and leads.
June 24, 2020
76378 Views
20 Min Read









