community.keploy.ioWhy I Switched from Rest Assured to Keploy for Microservices TestingIf you’ve been using Rest Assured for API testing, you know how powerful it is. The syntax looks simple and easier to understand, but things get interesting when you have to write test cases and mocks for a microservices application that has more tha...Jan 2·13 min read
community.keploy.ioHow to Integrate Keploy in Github Actions?Modern teams push code multiple times a day. But how do you verify that the changes made are free from bugs? And how do you integrate testing as part of your pipelines? In this blog, let’s explore how to integrate Keploy into your CI/CD pipelines. We...Dec 17, 2025·8 min read
community.keploy.ioWhat is Random Testing in Software Testing?Software testing is so crucial in the SDLC. People use many types of testing like API testing, integration testing, unit testing, and so on to check the quality of the software and detect bugs. But one test which people don’t care about is random tes...Sep 9, 2025·5 min read
community.keploy.ioCursor vs Github Copilot: Which AI Coding Tool Should You Use?AI coding tools are everywhere; they have changed the way we used to code. These days, people are doing vibe coding with the help of these tools. From suggesting code snippets to explaining errors in plain English, these assistants are becoming as co...Sep 1, 2025·8 min read
community.keploy.ioHow to Upload a File to Amazon S3 Using REST APIAmazon S3 became the de facto standard for storing objects due to its cheap price, and it's designed for high durability, with a 99.999999999% durability guarantee. We can talk a lot about Amazon S3, but today in this blog, let’s see how to upload a ...Aug 25, 2025·8 min read