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


Docker for Curious Minds - Part 2
Please refer to the previous section - Docker for Curious Minds - Your first step, Part 1 In Part 1 , we discussed an introduction to...
subashini
Aug 284 min read


Docker for Curious Minds - Your first step, Part 1
What is Docker? ----- Docker is an open-source tool that allows you to pack the code, dependencies, and environment of your application...
subashini
Jul 174 min read


Postman Collections and Newman Report (How to run group requests in Postman and generate Newman report)
Postman: Postman is a collaboration and testing tool for APIs (Application Programming Interfaces) that work over the internet. API is...
Bhoomi Chakrani
Jun 264 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


A Comprehensive Guide to Implementing Cucumber BDD Framework in IntelliJ IDE
This blog explains how to implement a Cucumber BDD framework from scratch in IntelliJ IDEA, with integrated reporting using Extent...
Meenaa Kannan
May 514 min read


Parallel Testing in Cucumber BDD Framework with TestNG
Parallel Testing is a powerful technique that allows multiple test cases to run simultaneously, significantly reducing execution time and...
Sonu Bavadhasan
May 14 min read


The Ultimate Guide to Test Automation Reports
Let’s begin by understanding what is a Test Automation Report. Automation reports are artifacts that contain detailed information on the...
Padmini Elangovan
Apr 304 min read


Comprehensive Analysis on Test Automation: Key Features and Insights of Reporting Tool
Popular Test Reporting Tools: Let’s begin by understanding what is a Test Automation Report. Automation reports are artifacts that...
Padmini Elangovan
Apr 307 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


TestNG Project Setup in Visual Studio Code Part-1
TestNG (Test Next Generation) is a testing framework inspired by JUnit and NUnit with its own functionalities and categories of tests...
pavithrasenthurai
Dec 15, 20245 min read


Deploying a Spring Boot mock REST API to AWS Elastic Beanstalk
Java Spring Boot: Spring Boot is an open-source Java framework used to create a Micro Service. Spring boot is developed by Pivotal Team,...
judefebi
Sep 5, 20244 min read


Handling Waits in Selenium
Introduction to selenium waits
maratheashwini5
Aug 31, 20244 min read


Validate Status code from JSON file in Rest-assured Data Driven API testing
In this blog, we’ll look at how to validate status code using a JSON file in Rest-assured to conduct data-driven testing. This method is...
Srividhya Kumar
Jul 25, 20244 min read


Strategies for Handling Dynamic Web Tables
Web tables are used to showcase data like seen on digital spreadsheets/data sheets. They have information in an arranged manner on web...
manali patil
May 23, 20244 min read


Handling JavaScript alerts in Selenium WebDriver with Java
JavaScript alerts are messages that pop up on websites to notify users about something important, ask for confirmation before proceeding,...
Vedika Patil
May 23, 20246 min read


Rest Assured-Generation of Bearer Token using data driven approach and Jackson API
A payload refers to a data or information that is sent by client in request to server or the data that is returned by the server in...
shrutihundekar
May 23, 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...
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
bottom of page