All posts by Sri Priya

About Sri Priya

An ISTQB certified tester with primary focus on Software Quality and making sure that Software is Bug free. She has a strong background in Testing Tools, API testing , Linux OS , UI and Backend Automation testing. I will enjoy to work in team and learning from others, across all areas of business and technologies. I love to share my knowledge and write about latest technology stacks.

Follow me on:

Blogs: 4

How To Setup JUnit Environment For Your First Test

AutomationSelenium JavaTutorial

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

view count335523 Views

Read time18 Min Read

AutomationTutorial

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

view count199748 Views

Read time17 Min Read

Selenium JavaSelenium WebDriverTutorial

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

view count180413 Views

Read time10 Min Read

How to Use JUnit ErrorCollector [With Examples]

Selenium JavaAutomationTutorial

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

view count250383 Views

Read time17 Min Read