Skip to content

Commit e32c55a

Browse files
chore: ctr improvement (#591)
Signed-off-by: Achanandhi-M <[email protected]> Co-authored-by: Neha Gupta <[email protected]>
1 parent 40966d8 commit e32c55a

File tree

26 files changed

+72
-44
lines changed

26 files changed

+72
-44
lines changed

src/pages/security.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ export default function Security() {
1717
>
1818
<header className={clsx("hero hero--primary", styles.heroBanner)}>
1919
<div className="container">
20-
<h1 className="hero__title text-black">Keploy security</h1>
21-
<p className="hero__subtitle text-black">Our commitment</p>
20+
<h1 className="hero__title text-black">
21+
Keploy Security Practices and Policies
22+
</h1>
23+
<p className="hero__subtitle text-black">
24+
Learn how Keploy ensures data protection, privacy, and secure
25+
testing. Explore Keploy’s security measures, policies, and best
26+
practices for safeguarding your systems.
27+
</p>
2228
</div>
2329
</header>
2430
<div className={clsx("hero hero--secondary", styles.heroBanner)}>

versioned_docs/version-1.0.0/concepts/reference/glossary/stubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: Stubs
3-
title: Stubs (v1.0.0)
3+
title: Stubs in Software Testing | Keploy Glossary
44
sidebar_label: Stubs
5-
description: This glossary has an explanation of all the terminologies that beginners find difficult to understand at first glance.
5+
description: Discover what stubs are in software testing. Learn how they simulate external systems to enable isolated and efficient testing during development.
66
tags:
77
- explanation
88
keywords:

versioned_docs/version-1.0.0/java/replay.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
id: replay
3-
title: Replay Tests & Mocks for Java (v1.0.0)
4-
description: Replay Test Suite for Java in Keploy.
3+
title: Java Test Replay Automation | Keploy v1.0.0
4+
5+
description: Automate Java regression testing with Keploy's replay feature. Simulate API requests and mocks to verify software changes confidently.
6+
57
tags:
68
- developer-guide
79
- go

versioned_docs/version-1.0.0/operation/browser-extension.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
id: browser-extension-operations
3-
title: Browser Extension Operations (v1.0.0)
4-
description: Guide into Keploy Chrome Browser Extension
3+
title: Keploy Browser Extension Operations Guide
4+
5+
description: Explore how to use the Keploy browser extension for capturing API calls and test cases. Streamline testing workflows directly from your browser with this guide.
6+
57
sidebar_label: Browser Extension for Selenium
68
tags:
79
- browser-extension

versioned_docs/version-2.0.0/concepts/reference/glossary/black-box-testing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
id: black-box-testing
3-
title: Mastering Black Box Testing - Techniques, Benefits, and Best Practices
3+
title: Mastering Black Box Testing Techniques
4+
45
sidebar_label: Black Box Testing
5-
description: Discover the fundamentals of black box testing. Learn about key techniques like equivalence partitioning, boundary value analysis, and decision table testing. Enhance your software's quality by focusing on external behavior without internal code knowledge.
6+
description: Learn black box testing fundamentals, techniques like boundary value analysis, and best practices to boost software quality without needing internal code access.
67
tags:
78
- explanation
89
- Glossary

versioned_docs/version-2.0.0/concepts/reference/glossary/idempotency.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
id: idempotency
3-
title: How Idempotent REST APIs Boost Reliability and Error Handling
3+
title: How Idempotent REST APIs Improve Reliability
4+
45
sidebar_label: Idempotency
5-
description: Learn how idempotent REST APIs ensure reliability, error recovery, and fault tolerance in distributed systems. Discover best practices and testing strategies for idempotent methods.
6+
description: Learn how idempotent REST APIs enhance reliability, error handling, and fault tolerance in distributed systems. Explore best practices and testing strategies.
7+
68
tags:
79
- explanation
810
- glossary

versioned_docs/version-2.0.0/concepts/reference/glossary/manual-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: manual-testing
33
title: Automate Manual Testing with Keploy
44
sidebar_label: Manual Testing
5-
description: This glossary has an explanation of all the terminologies that beginners find difficult to understand at first glance.
5+
description: Explore how Keploy helps automate manual testing. This glossary simplifies key testing terms for beginners and enhances understanding of automated testing workflows.
66
tags:
77
- explanation
88
- Glossary

versioned_docs/version-2.0.0/concepts/reference/glossary/microservice-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
id: microservice-testing
33
title: Microservice Testing with Keploy
44
sidebar_label: Microservice Testing
5-
description: This glossary has an explanation of all the terminologies that beginners find difficult to understand at first glance.
5+
description: Understand microservice testing with Keploy. This glossary explains key terms and concepts that help beginners grasp testing in a microservices architecture.
6+
67
tags:
78
- explanation
89
- glossary

versioned_docs/version-2.0.0/concepts/reference/glossary/stubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: stubs
33
title: Create Data Stubs using Keploy
44
sidebar_label: Stubs
5-
description: In software testing, stubs are used to simulate the behavior of external systems or modules that are not yet implemented.
5+
description: Learn how to create data stubs using Keploy to simulate external systems in software testing. Improve test reliability and isolate dependencies effectively.
66
tags:
77
- explanation
88
- Glossary

versioned_docs/version-2.0.0/concepts/reference/glossary/test-driven-development.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
id: test-driven-development
3-
title: What is Test Driven Development (TDD)? Benefits, Process, and Tools
3+
title: What is Test Driven Development (TDD)?
44
sidebar_label: Test Driven Development
5-
description: Learn about Test Driven Development (TDD), its benefits, best practices, and how it ensures high-quality code through structured testing before implementation. Explore the TDD workflow and integration with tools like Keploy.
5+
description: Explore Test Driven Development (TDD), its benefits, workflow, and tools. Learn how TDD ensures better code quality through testing before implementation.
6+
67
tags:
78
- explanation
89
- Glossary

0 commit comments

Comments
 (0)