Category Archives: Selenium Java

Selenium JavaSelenium WebDriverTutorial

Handle Login Pop-up In Selenium WebDriver Using Java

Have you ever been asked for credentials while accessing a website on a browser? Let us understand why we are asked to fill up the credentials while accessing a few websites.

March 23, 2021

view count87023 Views

Read time7 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 count68325 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 count141957 Views

Read time16 Min Read

How To Setup JUnit Environment

AutomationSelenium JavaTutorial

How To Setup JUnit Environment For Your First Test

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. JUnit is a popular Java-based, open-source framework that is primarily used for unit testing. It can be used with Selenium for testing websites and web applications. Annotations in JUnit are used for identifying test … Continue reading How To Setup JUnit Environment For Your First Test

December 7, 2020

view count123015 Views

Read time23 Min Read

Run Junit Tests From The Command Line

Selenium JavaAutomationTutorial

How To Run Junit Tests From The Command Line?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. 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 … Continue reading How To Run Junit Tests From The Command Line?

November 19, 2020

view count119681 Views

Read time19 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 count100957 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 count79938 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 count91033 Views

Read time9 Min Read

Complete Java Testing with Selenium Tutorial: Guide to Java Automation

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

view count62057 Views

Read time20 Min Read

JUnit Parameterized Test For Selenium Automation

AutomationSelenium JavaSelenium TutorialTutorial

JUnit Parameterized Test Using Selenium : With Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. As an automation tester, you might often come across test automation scenarios, where you need to execute the same tests, again and again, but with different inputs and environments, making the task exhausting and … Continue reading JUnit Parameterized Test Using Selenium : With Examples

April 21, 2020

view count69245 Views

Read time10 Min Read