Category Archives: Selenium Java
AutomationSelenium JavaTutorial
How To Perform Parallel Test Execution In TestNG With Selenium
Parallel test execution in TestNG lets you run multiple Selenium tests simultaneously across different threads or browsers. By defining the parallel mode in the TestNG XML suite and ensuring each thread has its own thread-safe WebDriver instance, you can significantly cut down execution time. In this Selenium TestNG tutorial, we deep dive into the integral … Continue reading How To Perform Parallel Test Execution In TestNG With Selenium
November 12, 2021
212092 Views
22 Min Read
AutomationSelenium JavaTutorial
How To Use Assertions In TestNG With Selenium
Testing can be performed in a manual as well as automated manner.
November 1, 2021
212376 Views
17 Min Read
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
162405 Views
13 Min Read
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
153776 Views
20 Min Read
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
137828 Views
25 Min Read
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
159970 Views
16 Min Read
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
142201 Views
30 Min Read
AutomationSelenium JavaTutorial
Parallel Testing With JUnit 5 And Selenium [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 small number of browser and OS combinations.
September 11, 2021
136055 Views
16 Min Read
AutomationSelenium JavaTutorial
JUnit 5 Extensions : A Detailed Guide
Chapters What Is JUnit JUnit 5 Features and Extensions Setting Up JUnit Environment Executing JUnit Tests From CLI Running JUnit Tests in Jupiter Parallel Testing With JUnit 5 JUnit Annotations JUnit Ignore Test Annotations @RepeatedTest Annotation JUnit Assertions JUnit ErrorCollector JUnit Parameterized Tests JUnit 5 and Mockito Migrating From JUnit 4 to JUnit 5 TABLE … Continue reading JUnit 5 Extensions : A Detailed Guide
August 3, 2021
259560 Views
22 Min Read
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
280522 Views
11 Min Read









