Skip to content

Commit 7e9a8fc

Browse files
Merge branch 'main' into lint-issue
Signed-off-by: Pratik Mahalle <124587957+pratik-mahalle@users.noreply.github.com>
2 parents 8ba39ee + 18831ca commit 7e9a8fc

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed
118 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](/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](/img/glossary/types-of-testing.webp)
3232

3333
## Fundamentals of White Box Testing
3434

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Black-box testing is a software testing method where the tester evaluates the fu
2424

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

27-
![types of testing](../../../../../static/img/glossary/types-of-testing.jpeg)
28-
27+
![Types of Testing](/img/glossary/types-of-testing.webp)
2928
## What are the Fundamentals of Black-Box Testing?
3029

3130
This testing approach is essential for several reasons:

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](https://keploy-devrel.s3.us-west-2.amazonaws.com/types-of-testing.jpeg)
31+
![Types of Testing](/img/glossary/types-of-testing.webp)
3232

3333
## Fundamentals of White Box Testing
3434

0 commit comments

Comments
 (0)