top of page

Evergreen posts from some of our Ninjas...
7,485 views


5,886 views


5,582 views

May 12, 20213 min read
1,470 views


1,776 views


All Blogs
Search

Locating elements in Selenium WebDriver Using CSS Selector and Xpath
By Archana Gore Customized locators are created to handle specific scenarios where the default locators (id, name, class name, tag name,...
Archana Gore
Jul 24, 20236 min read

Handling a Date control in Selenium --“react-datepicker” component
Datepicker control, as the name suggests, is an interface to select one or multiple dates. When clicked on datepicker control, it...
Nisha P
Jul 23, 20234 min read


Demystifying Automation Frameworks: A Quick Guide
Have you ever wondered the meaning of the word “Automation Framework” we keep hearing. Once we start learning automation testing, we come...
shilpamudagal
Jul 21, 20234 min read

SOLID Design Principles for Solid Programming
This blog helps understanding SOLID design principles making coding easy to understand, modify and maintain.
Twinkle Jain
Jul 18, 20234 min read

Pico Container for Dependency Injection in Test Automation
This title raises many questions, What is Pico container? What is Dependency Injection and why is it required, specifically what is its...
Twinkle Jain
Jun 11, 20233 min read

Singleton Design Pattern in Test Automation
While researching about test automation frameworks, we come across this term many times. But before talking about Singleton Design...
Twinkle Jain
Jun 10, 20233 min read

Assertions In Selenium Using TestNG Frameworks
In this blog, we learn various Assertion methods in selenium that can be used for multiple test case validation and ensure whether the test
Ramya k
May 26, 20234 min read


Common Selenium Exceptions and How to Fix them
In this Blog let's go through what are exceptions and a list of common exceptions which we encounter while practicing automation test...
subashini
May 25, 20235 min read

Waits in Selenium with a simple real world scenario.
Selenium is a powerful tool that allows developers and testers to simulate user interactions with web applications. However, the speed at...
Shilpa Uday
May 21, 20233 min read

Basics of Selenium
What is Selenium? - Selenium is automation tool which is used to automate web based application for software automation process. - ...
sarithaguptaks
Mar 17, 20234 min read

Selenium Features
In this blog we will learn some common Selenium features which we will be using in most our project. These features will be widely used...
Reka Narayanasamy
Mar 16, 20235 min read
Exception Handling in Selenium WebDriver
In this blog, we will learn about types of exceptions, how to handle them, and best practices while handling exceptions.
Pavithra s
Mar 13, 20234 min read

What are Locators in Selenium?
Locators are a way or technique to identify HTML elements of a web page such as button, textbox, image etc. Locators can be unique or...
Paramita M
Mar 12, 20234 min read

Data Tables in Cucumber BDD Framework
Overview Cucumber is Behavioral Driven Development Framework that allows to develop simple text based executable test scenarios. If you...
ShraddhaJoshi
Mar 10, 20235 min read
bottom of page