@@ -25,13 +25,15 @@ function UTG() {
25
25
fill = "#FF914D"
26
26
/>
27
27
</ svg >
28
- < h2 className = "mb-4 text-xl font-semibold" > Unit Testing</ h2 >
28
+ < h2 className = "mb-4 text-xl font-semibold" >
29
+ Unit Testing Agent
30
+ </ h2 >
29
31
</ div >
30
32
< ul >
31
33
< li >
32
34
< p className = "font" >
33
- Creates unit tests for your functions, improving test
34
- coverage without manual effort in any languages .
35
+ Generate reliable, validated tests as you code, ensuring
36
+ coverage and stability .
35
37
</ p >
36
38
</ li >
37
39
</ ul >
@@ -73,13 +75,15 @@ function UTG() {
73
75
d = "M39.802 14.307l-.117 11.834c0 2.21-2.085 3.666-4.036 3.666-1.951 0-4.217-1.439-4.217-3.649l.037-12.58c0-1.307 1.607-2.451 2.801-2.451 1.194 0 2.345 1.149 2.345 2.456l.021 10.829c0 0-.083.667-1.005.645-.507-.012-1.145-.356-1.016-.906v-9.843h-.813l-.021 9.708c0 1.38.54 1.948 1.875 1.948s1.959-.714 1.959-2.094V13.665c0-2.271-1.36-3.5-3.436-3.5s-3.564 1.261-3.564 3.532l.032 12.11c0 3.04 2.123 4.906 4.968 4.906 2.845 0 5-1.71 5-4.75V14.307H39.802zM53.114 52.307h-23c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h23c.276 0 .5.224.5.5S53.391 52.307 53.114 52.307zM44.114 59.307h-14c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h14c.276 0 .5.224.5.5S44.391 59.307 44.114 59.307zM70.114 59.307h-24c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h24c.276 0 .5.224.5.5S70.391 59.307 70.114 59.307zM61.114 66.307h-11c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h11c.276 0 .5.224.5.5S61.391 66.307 61.114 66.307zM71.114 66.307h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5S71.391 66.307 71.114 66.307zM48.114 66.307h-18c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h18c.276 0 .5.224.5.5S48.391 66.307 48.114 66.307zM70.114 73.307h-13c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h13c.276 0 .5.224.5.5S70.391 73.307 70.114 73.307zM54.114 73.307h-24c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h24c.276 0 .5.224.5.5S54.391 73.307 54.114 73.307z"
74
76
/>
75
77
</ svg >
76
- < h2 className = "mb-4 text-xl font-semibold" > E2E Testing</ h2 >
78
+ < h2 className = "mb-4 text-xl font-semibold" >
79
+ Integration Testing
80
+ </ h2 >
77
81
</ div >
78
82
< ul >
79
83
< li >
80
84
< p className = "font" >
81
- Generate tests from schema or PRD, automating end-to-end
82
- validation for accurate, spec-compliant apps .
85
+ Records and replays API calls with mocks for reliable
86
+ integration testing and stability .
83
87
</ p >
84
88
</ li >
85
89
</ ul >
@@ -212,14 +216,15 @@ function UTG() {
212
216
</ g >
213
217
undefined
214
218
</ svg >
215
- < h2 className = "mb-4 text-xl font-semibold" > API Testing</ h2 >
219
+ < h2 className = "mb-4 text-xl font-semibold" >
220
+ API Testing Agent
221
+ </ h2 >
216
222
</ div >
217
223
< ul >
218
224
< li >
219
225
< p className = "font" >
220
- Keploy provides automated API testing for every project with
221
- test case generation, data mocking, CI/CD integration, and
222
- more.
226
+ Generates API tests from your docs, covering edge cases,
227
+ ensuring coverage.
223
228
</ p >
224
229
</ li >
225
230
</ ul >
@@ -237,6 +242,65 @@ export const Products = () => {
237
242
< h2 className = "mb-4 text-2xl font-semibold tracking-wide md:text-3xl" >
238
243
Products 🛠️
239
244
</ h2 >
245
+ < p className = "text-l max-w-3xxl" >
246
+ Keploy provides three key products that help you streamline your testing
247
+ workflow:
248
+ </ p >
249
+ < h3 className = "mb-4 text-xl font-semibold" >
250
+ 1. AI-Driven < b > Accurate</ b > Unit Test Generation 🧑💻
251
+ </ h3 >
252
+ < p className = "text-l max-w-3xxl" >
253
+ Keploy is an AI-agent for unit tests,{ " " }
254
+ < b >
255
+ ensuring they meet your quality standards before you even see them.
256
+ </ b > { " " }
257
+ As you commit new changes or open GitHub PRs, Keploy automatically
258
+ analyzes your code to generate unit tests, covering edge cases and
259
+ ensuring that coverage, build, and flakiness are validated.
260
+ < br />
261
+ < br />
262
+ < b > Tired of using ChatGPT wrappers?</ b > Unlike other tools, Keploy
263
+ doesn’t just create tests; it ensures that those tests are reliable,
264
+ consistent, and ready to run. You can even use Keploy in your VSCode
265
+ editor to generate tests directly as you code, with confidence that the
266
+ tests won't waste your time or lead to false positives.
267
+ </ p >
268
+ < h3 className = "mb-4 text-xl font-semibold" >
269
+ 2. Integration Testing Automation 🔗
270
+ </ h3 >
271
+ < p className = "text-l max-w-3xxl" >
272
+ Keploy allows you to record real API calls along with data mocks (e.g.,
273
+ database responses), and replay them locally or within your CI/CD
274
+ pipeline, all without the need for dedicated test environments. This
275
+ enables seamless integration testing by simulating real-world
276
+ interactions between components.
277
+ < br />
278
+ < br />
279
+ You can easily verify that different parts of your system work together
280
+ as expected, while also detecting breaking changes or contract
281
+ violations. Keploy ensures that your system remains stable across
282
+ updates and environments, with minimal setup.
283
+ </ p >
284
+
285
+ < h3 className = "mb-4 text-xl font-semibold" >
286
+ 3. API Testing & Edge Case Generation 🔌
287
+ </ h3 >
288
+ < p className = "text-l max-w-3xxl" >
289
+ Keploy’s API testing agent takes resources like OpenAPI schemas, Postman
290
+ collections, PRDs, or any other available documentation and
291
+ automatically generates tests by thinking through{ " " }
292
+ < b > all possible combinations/edge cases of your API endpoints</ b > .
293
+ < br />
294
+ < br />
295
+ It filters out the most important cases, increasing your test coverage
296
+ while minimizing redundant scenarios. Keploy also creates user flows
297
+ that can be executed independently of specific database or state
298
+ dependencies, ensuring stable, reliable tests that won't break due to
299
+ external factors. Plus, it < b > deduplicates any redundant flows,</ b > { " " }
300
+ saving time and resources, and making your API testing process more
301
+ efficient.
302
+ </ p >
303
+
240
304
< div className = "grid gap-4 sm:grid-cols-3 xl:gap-6" >
241
305
< UTG />
242
306
</ div >
0 commit comments