top of page
Evergreen posts from some of our Ninjas...
May 12, 20213 min read
1,459 views
All Blogs
Search
pavithrasubburaj
Dec 11, 20245 min read
Selenium Web Driver Commands
Selenium WebDriver commands and its types
Deepali Ingle
May 22, 20244 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...
Balbir Kaur
May 17, 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...
Pavithra s
Mar 15, 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...
Prajakta Chavan
Nov 1, 20234 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...
gayathhriv
Sep 26, 20235 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...
Ramya k
Sep 21, 20234 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...
Archana Gore
Jul 24, 20236 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,...
Twinkle Jain
Jul 18, 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
Jun 11, 20233 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 10, 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...
subashini
May 25, 20235 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...
Pavithra s
Mar 13, 20234 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.
ShraddhaJoshi
Mar 10, 20235 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...
Stalin and Nija Bose
Mar 10, 20234 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...
speaktovasanthi
Mar 9, 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, 20235 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, 20234 min read
A Detailed Guide to Reduce Run-time Using Parallel Testing in Selenium
Contents Introduction How do you perform parallel testing with TestNG? Example for Parallel Testing Test Run Time Comparison Advantages...
speaktovasanthi
Mar 9, 20234 min read
How to Capture Screenshots in Selenium Using Robot Class?
Contents Introduction Different Methods in Robot Class with Description Difference between Robot class and Action class in Selenium...
Reka Narayanasamy
Mar 1, 20239 min read
CUCUMBER BDD Framework [Sample Code and Types to Consider in BDD]
PROJECT STRUCTURE What is cucumber? *Cucumber is a tool that supports Behavior Driven Development (BDD). *It offers a way to write tests...
bottom of page