Keploy

San Franciso, CA, USA
2021
  |  By Akash Kumar
In this blog, we will demonstrate how to get the code coverage data for each incoming request on a python web server built using any web framework.
  |  By Animesh
Table driven tests, also known as parameterized tests, have became very popular over the past few years, due to their ability to eliminate repetition. Table driven tests make it quite a bit easier to re-use the same values for different sets of tests by just moving the table outside of the scope of the test function. Different tests may benefit from the same input, and each test may have completely different configration, concurrency etc…
  |  By Animesh Pathak
Imagine you’re a miner with a canary in a cage. If the air is toxic, the canary reacts first, giving you a heads-up. Canary testing works in a similar fashion for your software. Instead of releasing the whole flock (users) into a potentially toxic or buggy environment, you release just one canary (a small subset of users) to test the waters.
  |  By Arindam
Testing software is like putting it through a series of challenges to make sure it’s tough enough for real-world use. Whether we’re testing each piece individually (unit testing) or how they all work together (integration testing), we need to be prepared for different situations. Sometimes, testing is tricky.There are times, when we need to isolate parts of our code from their dependencies.
  |  By Animesh Pathak
Cron is a time-based job scheduler in Unix-like operating systems. It allows you to schedule tasks (or jobs) to run at specified intervals. Now, let’s get down to business – testing these Cron jobs to make sure they’re doing what they’re supposed to do. How can you be certain they’re doing what they’re supposed to? Enter Cron Job Testing – a crucial step in ensuring the reliability of your scheduled tasks.
  |  By Prajwal
In the fast-changing world of software development, teams struggle to maintain good code quality while shortening development schedules. Continuous Testing (CT) in CI/CD pipelines stands out as a powerful strategy. It allows teams to weave testing directly into their development workflow, offering quick feedback and stronger quality assurance.
  |  By Arindam
Testing in production was previously ignored by Product Developers, But recently it gaining Popularity Again! Even, more organizations are planning use this. In this Article, We’ll explore What is Testing in Production,How & Why to use it,It’s Benefits , drawbacks and many more. So Without Delaying Further, Let’s START!
  |  By Arindam
Unit testing is one of the most important areas to ensure code coverage and basic testing for the applications or software in today’s world. With so many different unit testing tools available, Choosing the right tool can be challenging. Don’t Worry, In this Article we’ll explore 5 Unit Testing Tool you must know in 2024! So without delaying further let’s start!
  |  By Shivam
Ever wondered about the behind-the-scenes when you connect to a database, make an HTTP request, or check your Gmail? How does a server distinguish your legitimate device from an unauthorised interloper?
  |  By Animesh Pathak
Before we dive into the world of testing Cron jobs, let’s first know what they are. In the computer’s world, a Cron job is a time-based job scheduler that automates the execution of tasks at predetermined intervals on Unix-like operating systems. These tasks can range from routine maintenance scripts to fetching data from APIs or performing backups.
  |  By Keploy
A recent survey shows that only 17% of Open Source projects see the light of success. It means, most of the Open Source projects are not successful. What could be the reasons?
  |  By Keploy
In this video, We will be seeing how to handle popular auth method JWT that Keploy supports, we'll be generating data mock of postgres using Keploy.
  |  By Keploy
Many developers are excited about Dev Containers, but until now, people needed to use a managed service like Codespaces or Gitpod to experience that Dev Container magic. DevPod is a new open-source tool that allows users to launch Dev Containers with any infrastructure they have available. DevPod introduces a way to define a development environment that can then be run on any cloud infrastructure or even on a localhost machine using Docker or Kubernetes locally or on the cloud. This talk is all about how you can use DevPod locally or on cloud to run your developer workloads easily.
  |  By Keploy
"Every engineer hits the fork in the road in their career, deciding whether to grow as an engineering manager or an architect. The dangling question is: ""How will I keep my technical skills sharp?"" This was the predicament I faced as I transitioned from a Tech Lead to a Senior Management role. My solution? Open source.
  |  By Keploy
In this video, out of many popular database that Keploy supports, we'll be generating data mock of MongoDB using Keploy. We run a MongoDB Instance and integrate it the with Flask Application.To know more, watch the video!
  |  By Keploy
In this video, out of many popular database that Keploy supports, we'll be generating data mock of PostgresQL using Keploy. We run a Postgres Instance alongside and integrate the with.Net Application.To know more, watch the video!
  |  By Keploy
Whether you are an open source project or an open source company, thriving and scaling the community is a challenge for maintainers. In this talk we will cover how one can build an open source community from scratch, what kind of initiatives and programs to build and how to ensure a healthy contributor-maintainer relationship, along with real-life case studies. 🔑The main takeaways will be.
  |  By Keploy
For the last few years, one challenge that has constantly been discussed within the open-source community is how to make open source healthier for everyone.
  |  By Keploy

#opensource #opensourcecommunity #communityhealth #opensourcesoftware

  |  By Keploy
Why have we not created a service mesh in the kernel before? Some people have been semi-jokingly stating that kube-proxy is the original service mesh. However, it is not enough. So what's next? Since eBPF code can be inserted at runtime into an existing Linux kernel similar to a Linux kernel module, but unlike a kernel module, it can be done in a secure and portable manner. This allows for eBPF implementation to continue to evolve with the service mesh community.

Keploy is a developer-centric backend testing tool. It makes backend tests with built-in-mocks, faster than unit tests, from user traffic, making it easy to use, powerful, and extensible.

  • Combined Test Coverage: Merge your Keploy Tests with your fave testing libraries(JUnit, go-test, py-test, jest) to see a combined test coverage.
  • EBPF Instrumentation: Keploy uses EBPF like a secret sauce to make integration code-less, language-agnostic, and oh-so-lightweight.
  • CI/CD Integration: Run tests with mocks anywhere you like—locally on the CLI, in your CI pipeline, or even across a Kubernetes cluster. It's testing wherever you want it!
  • Multi-Purpose Mocks: Use 'em in existing tests, as server tests, or just to impress your friends!
  • Record-Replay Complex Flows: Keploy can record and replay complex, distributed API flows as mocks and stubs. It's like having a time machine for your tests—saving you tons of time!

Give your teams the tool they need to move faster.