Skip to content

Commit 18831ca

Browse files
fix: convert the jpg into webp (#620)
* fix: convert the images into webp Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com> * fix: convert the images into webp Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com> --------- Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
1 parent c3a3860 commit 18831ca

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed
-564 Bytes
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.webp)
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/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.webp)
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](/static/img/glossary/types-of-testing.webp)
31+
![Types of Testing](/img/glossary/types-of-testing.webp)
3232

3333
## Fundamentals of White Box Testing
3434

0 commit comments

Comments
 (0)