Jump to content

Draft:Keploy

From Wikipedia, the free encyclopedia
  • Comment: WP:Three sources were not provided as a comment as requested in my previous review. Please provide three sources and an analysis of whether they are secondary, reliable, in depth, and independent of the subject. Please also reply whether you have a WP:Conflict of interest. Caleb Stanford (talk) 04:47, 18 July 2025 (UTC)

Keploy is a software testing platform that provides automated tools for generating end-to-end API tests, integration tests, and unit tests. It is available as an open-source project.

Keploy
Original author(s)Neha, Shubham
Repositoryhttps://github.com/keploy/keploy
Written inGo
TypeSoftware testing
LicenseApache-2.0 license
Websitehttps://keploy.io/

History

[edit]

Keploy was founded in 2021 by Shubham Jain and Neha Gupta, who previously worked at organizations such as AWS, CERN, Lenskart, and Fareye. The platform was developed in response to common challenges in software quality assurance, particularly in automating testing.

Keploy is headquartered in Bangalore and San Francisco. It provides tools for generating and running automated tests aimed at detecting software defects and supporting development workflows.

Features

[edit]

Keploy features include:

  • Time Freezing: Records and replays API calls with their original timing parameters, allowing for testing of time-dependent behavior such as expiring tokens.
  • Test Case Deduplication: Identifies and removes redundant test cases that exercise the same functionality to reduce duplication within test suites.
  • Automated Test Generation: Captures real API calls and database interactions to generate test cases, including mocks and stubs.[1]
  • Dependency Mocking: Supports mocking of external dependencies such as databases or third-party APIs to enable isolated testing.
  • No-Code Test Creation: Provides a user interface for generating and executing tests without requiring code.[2]
  • CI/CD Integration: Supports integration with continuous integration systems such as GitHub Actions, Jenkins, and GitLab.
  • Time-Travel Debugging: Allows replaying of recorded requests for debugging purposes.
  • Open-Source Licensing: Distributed under an open-source license and maintained through community contributions.

Business model

[edit]

Keploy uses a freemium pricing model, with a free plan available and additional features accessible through paid tiers.

Ownership

[edit]

As of March 2022, Keploy has raised $1.3 million in seed funding. The investment round was led by Chiratae Ventures and British International Investment.[3]

References

[edit]
  1. ^ "Keploy:简化API测试与Mocking的开发者工具-CSDN博客". blog.csdn.net. Retrieved 2025-07-24.
  2. ^ "eBPFを使った自動テストツール「Keploy」がすごい". Zenn (in Japanese). 2024-01-05. Retrieved 2025-07-24.
  3. ^ "Keploy - Crunchbase Company Profile & Funding". Crunchbase. Retrieved 2025-07-16.

Category:Software testing