top of page
All Blogs
Search


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


Automating Cucumber Test Projects with GitHub and Jenkins via IntelliJ
In the previous part , we saw how to create a Cucumber project from scratch. In this post, we’ll see how to integrate that existing...
Meenaa Kannan
May 54 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


Fillo API
Fillo is a Java API that is used to fetch data from Excel files. Fillo is one of Codoid’s open-source products and serves as a smart...
Pooja Eswari
Apr 302 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


Integration of Allure Report in TestNG-Integration of Allure Report and Extent Report in Cucumber framework
Integration of Allure Report in TestNG-Integration of Allure Report and Extent Report in Cucumber framework
pavithrasubburaj
Dec 14, 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


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


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