Jump to content

Draft:Keploy

From Wikipedia, the free encyclopedia


Keploy is an open-source, AI-powered automation testing platform designed to help prevent software regressions. It automatically generates end-to-end API tests, integration tests, and unit tests by analyzing the codebase, reducing manual effort for engineering teams without requiring test script writing.

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 and Neha, who had over a decade of experience working with global organizations like AWS and CERN, as well as startups such as Lenskart and Fareye. Recognizing a critical gap in testing and security solutions for engineering teams worldwide, they leveraged their expertise as open-source contributors and maintainers to create Keploy as an open-source API testing platform.

Keploy is headquartered in Bangalore and San Francisco. The company develops testing solutions designed to help identify software defects and address security vulnerabilities, supporting engineering teams in their development processes.[1]

Features

[edit]

Keploy features include:[2][3]

  • AI Powered testing: The platform enables generation of both unit tests and API tests using AI, while also assisting in validation of the generated test cases.
  • Time Freezing: The platform handles time-sensitive elements (like expiring tokens) by recording and replaying API calls with their original timing parameters, improving test reliability.
  • Deduplication: The system automatically identifies and removes redundant test cases that cover the same functionality, maintaining test suite efficiency while preserving coverage.
  • Automated Test Generation: Records real API calls and database interactions to auto-generate test cases (including mocks/stubs).
  • Dependency Mocking: Automatically mocks external dependencies (e.g., databases, APIs) for isolated testing
  • No-Code Testing: Developers can create and run tests without writing code, reducing effort in test maintenance.[4]
  • CI/CD Integration: Compatible with GitHub Actions, Jenkins, GitLab CI for seamless pipeline integration.[5]
  • Time-Travel Debugging: Replays recorded requests to debug failures efficiently.
  • Open-Source: Freely available with community-driven development.[6]

Business model

[edit]

Keploy offers tiered pricing, ranging from free options for small teams to paid plans for larger companies and enterprises.[7]

Ownership

[edit]

Keploy has raised a total of $1.3 million in seed funding as of March 2022. The investment round was led by Chiratae Ventures and British International Investment.[8]

References

[edit]
  1. ^ "About us". Keploy.
  2. ^ Achanandhi, M (28 March 2025). "Testing Without Writing Tests?".
  3. ^ "Keploy features". Keploy.
  4. ^ "No code API Platform". API platform. Retrieved June 3, 2025.
  5. ^ "CI/CD Integration". Github.
  6. ^ "Keploy Opensource". Github.
  7. ^ "Keploy API Platform plans and Pricing". Keploy. Retrieved June 24, 2025.
  8. ^ "Investment rounds". Crunchbase.

Category:Software testing