top of page
All Blogs
Search


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


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


How can PicoContainer be utilized for effective Dependency Injection?
Dependency In software development it is a situation where one class or module relies on another, to function correctly. I have Class A...
Saranya Shanmugam
Sep 5, 20245 min read


Mastering POJOs: Unveiling the Power of RESTful APIs for Beginners
This blog is a valuable resource for learners aiming to grasp the fundamentals of POJOs in RESTful APIs and their application in testing.
BhagyashriS
Jun 22, 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


Mastering POJOs: Unveiling the Power of RESTful APIs for Beginners
This blog is a valuable resource for beginners aiming to grasp the fundamentals of POJOs in RESTful APIs and their application in testing.
BhagyashriS
Jun 3, 20244 min read


A Comprehensive Guide to Software Testing
Software testing involves assessing a program's functionality to identify defects and ensure it meets technical specifications. Effective...
Ramadevi Alla
May 24, 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


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


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


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
bottom of page