All posts by Shalini Baskaran
Top 10 PHP Testing Frameworks for 2024
A framework is a collection or set of tools and processes that work together to support testing and developmental activities. It contains various utility libraries, reusable modules, test data setup, and other dependencies.
March 1, 2024
72110 Views
17 Min Read
• Selenium Java • Automation • Tutorial
How To Use isDisplayed() In Selenium WebDriver
If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.
April 22, 2022
143805 Views
15 Min Read
• Selenium Java • Automation • Tutorial
How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial]
JUnit Jupiter is a perfect blend of the JUnit 5 programming model and extension model for writing tests and extensions.
March 16, 2022
353010 Views
12 Min Read
• 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
77786 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
198892 Views
9 Min Read
• Automation • Selenium Java • Tutorial
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
123892 Views
14 Min Read
• Automation • Selenium Java • Tutorial
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
269900 Views
11 Min Read
• Selenium Java • Automation • Tutorial
How to execute JUnit 4 tests with JUnit 5 [Tutorial]
Introduction to JUnit JUnit is a powerful framework for Selenium test automation that has been popularly used by developers to perform unit testing.
April 26, 2021
128857 Views
13 Min Read
• CI/CD • Selenium WebDriver • Tutorial
Running Selenium Tests in Jenkins
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. DevOps, an organizational approach that has been used immensely for quicker development and deployment of applications, has been the latest technical buzz.
December 14, 2020
87606 Views
13 Min Read
• Automation • Selenium Tutorial
10 Of The Best Chrome Extensions – How To Find XPath in Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. Are you facing problems while trying to find XPath in Selenium? Well, you are not alone! This is among the most common challenges most developers face while using Selenium for web testing.
October 29, 2020
136350 Views
11 Min Read