Blog
-
Introduction This is actually my first time working with Playwright using the Model-Based Testing (MBT) approach, and I’ve been learning it recently. Honestly, it’s been a pretty cool experience! What really stood out to me is how easy it can be to test all the possible paths of your app without writing a bunch of…
-
Pactum’s store feature enables you to authenticate without hardcoding credentials, chain requests by dynamically storing and reusing values.

-
In this article we will utilize faker Library to Compile Dynamic Test Data.

-
Learn how to make your API tests more maintainable and scalable using PactumJS Data Templates feature. In this hands-on, we will focus on the /auth/login endpoint and demonstrate how to centralize and reuse test data across various authentication scenarios.

-
Introduction As discussed in the previous article, PactumJS is an excellent choice for API automation testing. As your API testing suite grows, maintaining a clean and organized repository structure becomes essential. We’ll explore a folder structure for your PactumJS-based testing framework, provide tips and tricks for configuration and scripting, and walk through executing tests with…

-
I’ve spent a fair bit of time writing API test automation. After exploring a few JavaScript-based tools and libraries, PactumJS stood out as particularly well-designed and developer-friendly. In this write-up, I share a quick overview of my experience and why I think it’s definitely worth a look.

-
Managing contracts across microservices can be challenging, especially when services are in separate repositories. This article explores how to use the Pact Broker to manage contract, automate versioning, and integrate with GitHub Actions in a CI/CD pipeline.

-
In this hands-on guide to contract testing, we explore the consumer-driven approach, creating test cases for both consumers and providers.

-
Exploring how contract testing brings consumers and providers together by defining clear expectations and ensuring smooth collaboration. I introduce the concept of the contract testing using an analogy of buying the house of your dreams.

-
This introductory article serves as the starting point, explaining what contract testing is and how it fits into a broader testing strategy.
