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: 23

Element is not clickable at point

AutomationSelenium JavaTutorial

How To Deal With “Element is not clickable at point” Exception Using Selenium

Any automation testing using Selenium (or Cypress) involves interacting with the WebElements available in the DOM. Test automation framework underpins a diverse set of locators that are used to identify and interact with any type of element on the web page.

July 13, 2021

view count179566 Views

Read time9 Min Read

scroll-a-webpage-in-selenium-using-java

AutomationSelenium WebDriverTutorial

How To Scroll a Page Using Selenium WebDriver?

Selenium is one of the most widely used test automation frameworks for web automation testing. As far as the framework is concerned, Selenium WebDriver is the most vital component for carrying out automated browser testing.

May 7, 2021

view count186256 Views

Read time8 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 count119039 Views

Read time12 Min Read

Selenium JavaSelenium WebDriverTutorial

How To Handle Login Pop-up In Selenium WebDriver Using Java?

Have you ever been asked for credentials while accessing a website on a browser? Let us understand why we are asked to fill up the credentials while accessing a few websites.

March 23, 2021

view count70512 Views

Read time7 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 count73470 Views

Read time13 Min Read

PHP Testing Frameworks

Automation

10 Best PHP Testing Frameworks To Use in 2023

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.

November 20, 2020

view count50547 Views

Read time17 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 count120439 Views

Read time11 Min Read

using thread.sleep() in java with selenium 3

Selenium JavaAutomation

How To Use Thread.sleep Java With Selenium?

Automating a web application optimizes the work, helps minimize errors and makes the product robust. An automated suite would be successful when the behaviour is predictable. If not so, there would be many hurdles in automation that need to be handled carefully.

October 8, 2020

view count75990 Views

Read time10 Min Read

AutomationSelenium Tutorial

How to Handle Actions Class in Selenium?

Selenium has been widely used in automating web applications as it stands out from other testing tools by providing numerous ways to test those applications. No matter how complex the UI is, Selenium provides multiple options to automate it thereby reducing or completely wiping away the manual effort.

September 28, 2020

view count99430 Views

Read time2 Min Read

Selenium RemoteWebDriver vs Selenium WebDriver

AutomationSelenium TutorialSelenium WebDriver

Selenium RemoteWebDriver: What Is It? How Is It Different From WebDriver?

Selenium has gained immense popularity as the most preferred automation testing tool. It is being used widely for testing web applications as it supports a plethora of programming languages, operating systems, and browsers.

September 23, 2020

view count88214 Views

Read time8 Min Read