Skip to content

Commit c3a3860

Browse files
fix: the-broken-link-of-glossary (#610)
* fix: the-broken-link-of-glossary Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com> * fix: convert the image into webp Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com> --------- Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
1 parent 9c162bd commit c3a3860

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
119 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Black-box testing is a software testing method where the tester evaluates the fu
2525

2626
The focus lies solely on examining the software's external behavior, inputs, outputs, and responses to different user actions or system interactions.
2727

28-
![types of testing](../../../../../static/img/glossary/types-of-testing.jpeg)
28+
![Types of Testing](/static/img/glossary/types-of-testing.webp)
2929

3030
## What are the Fundamentals of Black-Box Testing?
3131

versioned_docs/version-2.0.0/concepts/reference/glossary/code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It's analysis provides several benefits:
4141

4242
Keploy has native integrations with your unit-testing libraries like go-test, jUnit, jest, pyTest. Keploy gives combined test-coverage and can also be integrated in existing CI pipelines easily within go-test, jUnit, jest, pyTest workflows.
4343

44-
<img scr="https://keploy.io/docs/gif/replay-tc.gif?raw=true"/>
44+
![Keploy Test Replay](https://keploy.io/docs/gif/replay-tc.gif)
4545

4646
By generating additional tests that exercise different parts of your codebase, you can increase the percentage of code that is covered by your tests. For example, in case of NodeJS application you can use Jest. Jest provides a built-in code coverage tool that can help you measure the effectiveness of your tests and identify areas of the code that need additional testing. By adding Keploy SDK with Jest, you can easily generate test cases and increase your code coverage. Let's create a `Keploy.test.js`
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +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-
![types of testing](../../../../../static/img/glossary/types-of-testing.jpeg)
31+
![Types of Testing](/static/img/glossary/types-of-testing.webp)
3232

3333
## Fundamentals of White Box Testing
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +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-
![types of testing](../../../../../static/img/glossary/types-of-testing.jpeg)
31+
![Types of Testing](/static/img/glossary/types-of-testing.webp)
3232

3333
## Fundamentals of White Box Testing
3434

0 commit comments

Comments
 (0)