top of page
All Blogs
Search


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


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


"How to effectively use Xray in JIRA for test management ?"
TEST MANAGEMENT The main goal of testing is to identify and resolve issues that prevent the products from meeting the user expectations....
Saranya Shanmugam
Jun 15, 20245 min read


SDLC, STLC and Types of SDLC Models
The software development lifecycle (SDLC) is the cost-effective and time-efficient process that development teams use to design and build...
Kavita Pakhale
May 23, 20249 min read


Agile and Beyond……..
Lean Change Management We have all been using Agile principles in software development and seen how it changes the focus from heavy...
Balbir Kaur
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...
Deepali Ingle
May 22, 20244 min read


Assertions in Postman with Chai Assertion Library
Assertion: At the basic level, an assertion is just a Boolean expression. It contains a true and false binary. Assertion is a key concept...
vijetha.asam
May 22, 20244 min read


Rest Assured with Cucumber BDD API Automation
What is API: Application Programming Interface, it is an interface and also called a middle tier layer. API is an interface (or)...
vijetha.asam
May 19, 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


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 are one of the most commonly used datatypes in Java - they are simply sequence of characters, but they play a powerful role in almost every application. At the same time , dealing with strings in Java comes with some unique characteristics due to their immutability . In this blog posts, i will walk you through the different methods for comparing strings in Java and provide practical examples to help you grasp the concepts. How String Immutability works?
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
bottom of page