All posts by Shalini Baskaran

About Shalini Baskaran

Shalini works as a Technical Writer at LambdaTest. She loves to explore recent trends in test automation. Other than test automation, Shalini is always up for travel & adventure.

Follow me on:

Blogs: 13

Automation

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

view count72110 Views

Read time17 Min Read

How To Use isDisplayed() In Selenium WebDriver

Selenium JavaAutomationTutorial

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

view count143805 Views

Read time15 Min Read

How To Run JUnit Tests In Jupiter?

Selenium JavaAutomationTutorial

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

view count353010 Views

Read time12 Min Read

JUnit 5 vs TestNG

Selenium JavaAutomationTutorial

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

view count77786 Views

Read time21 Min Read

Switch Between iFrames In Selenium Java

Selenium JavaAutomationTutorial

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

view count198892 Views

Read time9 Min Read

JUnit 5 parallel test execution

AutomationSelenium JavaTutorial

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

view count123892 Views

Read time14 Min Read

Handle Cookies in Selenium

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

view count269900 Views

Read time11 Min Read

execute-junit4-tests-with-junit5

Selenium JavaAutomationTutorial

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

view count128857 Views

Read time13 Min Read

Jenkins integration with Selenium

CI/CDSelenium WebDriverTutorial

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

view count87606 Views

Read time13 Min Read

Chrome Extensions To Find XPath In Selenium

AutomationSelenium 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

view count136350 Views

Read time11 Min Read