top of page
All Blogs
Search


Handling Popups and Alerts in Selenium
Selenium is one of the most popular open-source automation tools for web applications. It allows testers to simulate user actions like...
swathiperiasamy
Sep 303 min read


Excel Reader and Data Provider (How to read all data from excel sheet and How to implement data provider in testNG using Excel)
Hello everyone, I would like to share my knowledge on how to perform data driven testing using excel reader, access data from data...
Bhoomi Chakrani
Jun 183 min read


Thread-Local Singleton Pattern in Selenium for Efficient Testing
In Selenium WebDriver , you may have encountered issues such as: Multiple browser windows opening unexpectedly Driver sessions getting...
Meenaa Kannan
Apr 293 min read


Selenium Web Driver Commands
Selenium WebDriver commands and its types
pavithrasubburaj
Dec 11, 20245 min read


How to Use Selenium WebDriver to Test and Identify Broken Links on a Web Page?
Checking the links on a web page for their proper functionality is a crucial part of the testing process. In this blog, we will discuss...
Deepali Ingle
May 22, 20244 min read


A Beginner's Guide to Using Tesseract for Accurate OCR Results
Use Case - Read company name as displayed in the login logo screen from LMS UI application. In UI functional testing we try to cover all...
Balbir Kaur
May 17, 20244 min read


Parallel testing using SeleniumGrid
What is Selenium Grid? Selenium Grid is a part of the Selenium Suite that specializes in running multiple tests across different...
Pavithra s
Mar 15, 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


How to read Properties File in Java
This is my first blog and is all about How to read configuration data from properties file in Java. This can be in BDD cucumber framework...
gayathhriv
Sep 26, 20235 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


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


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


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


Object-Oriented Programming Concepts
Introduction Java is an object-oriented programming (OOP) and is useful in handling real world entity using a programming language. The...
Stalin and Nija Bose
Mar 10, 20234 min read


File Upload Using Robot Class - A Step by Step Guide
Contents Introduction When we Need Robot Class? Use Of Robot Class In Selenium Methods to implement the Robot class How to implement the...
speaktovasanthi
Mar 9, 20234 min read


Testing Cross Browser Compatibility and Generating Reports
Contents 1 . Introduction 2. What is Cross Browser Testing? 3.What should be Tested in Cross-Browser Testing? 4. How to do Cross Browser...
speaktovasanthi
Mar 9, 20235 min read
bottom of page