Category Archives: Selenium Java
• Selenium Java • Automation • Tutorial
JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing
A framework is a backbone for testing or development activities. It is a set of components that helps frame the tests, execute the tests, and generate the final report of execution. The approach used for designing the test automation framework plays a crucial part in the testing activity.
December 27, 2021
78303 Views
21 Min Read
• Selenium Java • Automation • Tutorial
How To Switch Between iFrames In Selenium Java [Tutorial]
Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.
December 15, 2021
199284 Views
9 Min Read
Getting Started With JUnit 5 And Mockito For Unit Testing
Mockito is a unit testing framework for Java that simplifies the task of automation testing. It makes unit testing highly effective with clean tests, thanks to dependency injection and compile-time checks.
December 6, 2021
128883 Views
12 Min Read
• Automation • Selenium Java • Tutorial
How To Minimize Browsers In Selenium WebDriver Using JUnit
Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.
November 30, 2021
101618 Views
12 Min Read
• Automation • Selenium Java • Tutorial
How To Perform Parallel Test Execution In TestNG With Selenium
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
200733 Views
20 Min Read
• Automation • Selenium Java • Tutorial
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. Testing can be performed in a manual as well as automated manner.
November 1, 2021
196041 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
156606 Views
10 Min Read
• Automation • Selenium Java • Tutorial
How To Set Test Case Priority In TestNG With Selenium
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
145664 Views
18 Min Read
• Automation • Selenium Java • Tutorial
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
128303 Views
25 Min Read
• Selenium Java • Automation • Tutorial
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
151929 Views
14 Min Read