All posts by Shalini Baskaran
• Automation • Selenium Java • Tutorial
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
179566 Views
9 Min Read
• Automation • Selenium WebDriver • Tutorial
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
186256 Views
8 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
119039 Views
12 Min Read
• Selenium Java • Selenium WebDriver • Tutorial
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
70512 Views
7 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
73470 Views
13 Min Read
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
50547 Views
17 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
120439 Views
11 Min Read
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
75990 Views
10 Min Read
• Automation • Selenium 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
99430 Views
2 Min Read
• Automation • Selenium Tutorial • Selenium 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
88214 Views
8 Min Read