Skip to content

Commit a24c3f1

Browse files
fix: did rebase and add the dco to missing commit
Signed-off-by: pratik-mahalle <[email protected]>
1 parent 0859b69 commit a24c3f1

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

versioned_docs/version-3.0.0/concepts/reference/glossary/white-box-testing.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ White box testing, also known as clear box or glass box testing, is a software t
2828

2929
The primary goal of white box testing is to validate the software's internal operations, ensuring that it functions correctly and efficiently. This involves checking all pathways and conditions, optimizing code for speed and performance, and ensuring that there are no hidden errors.
3030

31-
<<<<<<< HEAD
32-
![Types of Testing](/img/glossary/types-of-testing.webp)
33-
=======
3431
![Types of Testing](https://keploy-devrel.s3.us-west-2.amazonaws.com/types-of-testing.jpeg)
35-
>>>>>>> 5a03cd82 (docs: fix the linters for the version3)
3632

3733
## Fundamentals of White Box Testing
3834

versioned_docs/version-3.0.0/running-keploy/review-and-improve-ai-generated-tests.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,11 @@ Mix-and-match them as needed—every example below can live inside the same `ass
7070
| **Header Exists** | Header key is present (value ignored). | `yaml<br>- type: header_exists<br> field: x-request-id<br>` | Reverse-proxy injects `x-request-id: 4b087…` |
7171
| **Header Matches** | Header value matches a **regex** pattern. | `yaml<br>- type: header_matches<br> field: set-cookie<br> pattern: "sessionId=.*; Path=/; HttpOnly"<br>` | `set-cookie: sessionId=abc123; Path=/; HttpOnly; SameSite=Lax` |
7272

73-
<<<<<<< HEAD
7473
> **Tip**
7574
76-
=======
77-
> **Tip 🛠️**
78-
>>>>>>> 5a03cd82 (docs: fix the linters for the version3)
7975
> Combine multiple assertions in one step to cover status, headers **and** body in a single round-trip. Every assertion is evaluated independently, so one failure pinpoints the exact mismatch.
8076
81-
## Edit or Delete a Test Suite
77+
## Edit or and Manage Test Suites
8278

8379
In the Test Suites list, hover over any row to reveal the ︙ (more-options) menu:
8480

0 commit comments

Comments
 (0)