top of page
All Blogs
Search
Selenium Locators
What are Selenium locators? Selenium is a widely used test automation framework. Through Selenium, you can automate any interactions such...
shubhangiskulkarni
Feb 17, 20246 min read


All About Automation Testing
In automation testing, both Quality Assurance (QA) testing and Selenium testing are two important and quite interwoven operations. But...
mallikajagabathula
Feb 17, 20244 min read


Paging Through the Web: Basic and Advanced Selenium Techniques in Java for Handling Pagination in Various Scenarios-Part 2
Hope you have found the part 1 of this blog informative. This blog is the continuation of my previous blog, where we talked about what is...
Priyanka Nigam
Feb 13, 20244 min read


Paging Through the Web: Basic and Advanced Selenium Techniques in Java for Handling Pagination in Various Scenarios-Part 1
We have often come across scenarios where it took longer times to load a certain page displaying huge datasets, when the need is to view...
Priyanka Nigam
Feb 11, 20244 min read


Auto-It in Selenium (Uploading a file)
Welcome to my blog!!! Have you all wondered how the file upload and download in selenium is automated ? Here we are to take a look at it....
subashini
Feb 1, 20244 min read


Basic Structure of Cucumber Framework
Introduction: Cucumber is a popular open-source tool for Behavior-driven development (BDD). It is widely used in software development to...
Prajakta Chavan
Nov 1, 20234 min read


Guide to Singleton Design Pattern in Java and its uses in Automation Testing
I was looking for ways to uniquely define some UI resources while doing Automation projects and started exploring more concepts of Java...
Gayathri Swaminathan
Sep 29, 20233 min read


8 best practices for testing in Selenium
Web applications are growing more advanced as digital technologies keep evolving. With new features andconstant updates, QA engineers...
Shubha SS
Sep 27, 20233 min read


Mastering the Art of Relative Locators: Your Guide to Friendly Locators in Selenium 4
Introduction Relative Locators in Selenium 4 are known as Friendly Locators. In the context of Test Automation for web applications, one...
Kala Krishnan
Sep 22, 20232 min read


Selenium WebElement Commands
Selenium is an open source implementation tool used for automating web applications, and it provides a wide range of methods and...
Ramya k
Sep 21, 20234 min read


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
bottom of page