All posts by Sri Priya
• Automation • Selenium Java • Tutorial
How To Setup JUnit Environment For Your First Test
JUnit is a widely used unit testing framework. When combined with Selenium, it enhances the web application testing process. JUnit utilizes annotations to identify test methods and supports various assertions, test suites, and test maintenance.
July 31, 2024
336805 Views
18 Min Read
• Automation • Tutorial
What Is the Single Responsibility Principle (SRP)
Single Responsibility Principle (SRP) is one of the SOLID design principles you must follow while designing, developing, and maintaining an automation framework.
July 18, 2024
200176 Views
17 Min Read
• Selenium Java • Selenium WebDriver • Tutorial
How to Handle Hidden Elements in Selenium WebDriver
When running automated tests with Selenium WebDriver, testers might encounter ElementNotInteractableException or ElementNotVisibleException if the web page elements are hidden or can’t be interacted with.
June 12, 2024
182299 Views
10 Min Read
• Selenium Java • Automation • Tutorial
How to Use JUnit ErrorCollector [With Examples]
Have you encountered a situation where managing 500+ tests is challenging, and if any test fails, you need to pause and address the issue? If so, you’re in the right place.
October 5, 2023
250774 Views
17 Min Read