top of page
All Blogs
Search
Understanding APIs and Postman - Concepts and workflow in Postman.
If you are stepping into the world of software development, testing, or automation, you have probably heard terms like API, Postman, collections, or status codes. This blog breaks them down in a clear, practical way so you can understand what they are, why we need them, how to use it. What is API? An API (Application Programming interface) is a bridge that allows two software system to communicate with each other . Think of it like a waiter in a restaurant. you (client) place
Sivaranjani Subbarayan
Apr 273 min read


Boost your Playwright framework with Fixtures
When working with Playwright , one of the most powerful features you will come across is fixtures. Honestly ,when I first saw them , they just looked like another set up thing just similar to beforeEach. But once my framework started growing , I realized fixtures are way more than that. They completely change how I structure page objects and tests. In this blog, I will explain What are fixtures in playwright? How do built-in fixtures work? Why are custom fixtures needed? All
Kaviya Ramalingam
Jan 174 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 5, 20254 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 5, 202514 min read
bottom of page