Category Archives: Selenium Java
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
210701 Views
21 Min Read
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
208174 Views
14 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
161689 Views
10 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
152965 Views
18 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
136944 Views
26 Min Read
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
159131 Views
14 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
141238 Views
30 Min Read
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
134993 Views
14 Min Read
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
258563 Views
20 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
279565 Views
11 Min Read