top of page
All Blogs
Search


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


ConfigReader(How to Implement configuration reader to read property files)
Step 1. Create a property file config.properties first create a property file . Inside src/test/resources create a property file inside...
limnadavisk
May 8, 20241 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


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


Cypress - A Beginner's Guide to Effortless Setup and Acing Your First Test!
Cypress - A Beginner's Guide to Effortless Setup and Acing Your First Test!
Durgadevi
Jan 10, 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


Selenium Cucumber Java BDD Framework Basic – Setup
These are the basic steps to create Java BDD Framework. 1. Create a new maven project Open Eclipse IDE and click File>Project>Select...
Remya K
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
String comparison in Java
Introduction: Strings, which are widely used in Java programming, are a sequence of characters.They are versatile and important, often...
Kaviya Ramalingam
Sep 19, 20233 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


Bug - Severity vs Priority
This document helps testers differentiate between bug severity and bug priority for proper Triage.
Twinkle Jain
Jul 18, 20234 min read
QA Automation and its future
What is QA Automation: Quality assurance is not only about finding bugs, but it is more about providing a quality product. Being a QA...
pvpriyadharshini
Jul 17, 20233 min read


Testing with Traceability
This document explains the significance of Traceability matrix in Software Testing LifeCycle and how to create one.
Twinkle Jain
Jul 17, 20234 min read


Data Driven Testing in Postman using single json file
This blog post explains on how to use a single json input file to achieve Data Driven testing in Postman
Twinkle Jain
Jul 15, 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


Software Testing Process Part 1
Lets understand Software Testing , Test flow and process in this blog. We will learn on types of Testing ,Testers will be handling as a...
Reka Narayanasamy
Mar 16, 20234 min read
bottom of page