Category Archives: Selenium Java

parallel test execution in testng

AutomationSelenium JavaTutorial

How To Perform Parallel Test Execution In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. 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 count210701 Views

Read time21 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. This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. Testing can be performed in a manual as well as automated manner.

November 1, 2021

view count208174 Views

Read time14 Min Read

RepeatedTest Annotation In JUnit

AutomationSelenium Java

How To Use @RepeatedTest Annotation In JUnit 5

The JUnit framework is a popular test automation framework for unit testing in Java. The latest version of JUnit, i.e., JUnit 5 (also known as Jupiter), offers a number of improvements over JUnit 4.

October 27, 2021

view count161689 Views

Read time10 Min Read

how to set test case priority in testng

AutomationSelenium JavaTutorial

How To Set Test Case Priority In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. 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 count152965 Views

Read time18 Min Read

Page Factory in Selenium

AutomationSelenium JavaTutorial

Page Factory in Selenium For Web Automation Testing

Automation testing has become an absolute necessity in an agile and fast-paced business environment with an immense focus on accelerated time to market.

October 11, 2021

view count136944 Views

Read time26 Min Read

Use TestNG Reporter Log In Selenium

Selenium JavaAutomationTutorial

How To Use TestNG Reporter Log In Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. 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, … Continue reading How To Use TestNG Reporter Log In Selenium

October 1, 2021

view count159131 Views

Read time14 Min Read

data driven framework in selenium

AutomationSelenium JavaTutorial

How To Create Data Driven Framework In Selenium

The efficiency of test automation largely depends on how well the ‘functionality under test’ is behaving against different input combinations.

September 28, 2021

view count141238 Views

Read time30 Min Read

JUnit 5 parallel test execution

AutomationSelenium JavaTutorial

Parallel Testing With JUnit 5 And Selenium [Tutorial]

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. Parallel test execution with Selenium is one of the major factors that can affect the test execution speed. Serial execution in Selenium can be effective only if the tests have to be run on a … Continue reading Parallel Testing With JUnit 5 And Selenium [Tutorial]

September 11, 2021

view count134993 Views

Read time14 Min Read

JUnit 5 Extensions

AutomationSelenium JavaTutorial

JUnit 5 Extensions : A Detailed Guide

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. JUnit is one of the most popular unit testing frameworks in the Java ecosystem. The JUnit 5 version (also known as Jupiter) contains many exciting innovations, including support for new features in Java 8 and … Continue reading JUnit 5 Extensions : A Detailed Guide

August 3, 2021

view count258563 Views

Read time20 Min Read

Handle Cookies in Selenium

AutomationSelenium JavaTutorial

How To Handle Cookies in Selenium WebDriver

Most of us use online platforms for doing things like online shopping, bill payments, ticket booking, and more. These online platforms (or websites) use cookies to identify whenever there is a new visit.

July 28, 2021

view count279565 Views

Read time11 Min Read