Skip to main content
Version: 1.0.0

What is Keploy? (v1.0.0)

Keploy is functional testing toolkit for developers. It generates E2E tests for APIs (KTests) along with mocks or stubs(KMocks) by recording real API calls.

KTests can be imported as mocks for consumers and vice-versa.

Test Case Generation

Merge KTests with unit testing libraries(like Go-Test, JUnit..) to track combined test-coverage.

KMocks can also be referenced in existing tests or use anywhere (including any testing framework). KMocks can also be used as tests for the server.