Skip to content

Commit 1db7add

Browse files
Achanandhi-Mamaan-bhatiTvisha Rajinehagup
authored
fix: remove unwanted third party images (#533)
* feat: Added new docs structure (#521) * feat: Added New docs structure Signed-off-by: Achanandhi-M <[email protected]> * feat: add content for the utg-pr agent Signed-off-by: amaan-bhati <[email protected]> * chore: test commit/remove utg cli Signed-off-by: amaan-bhati <[email protected]> * feat: add/edit instructions and added them all to the sidebar Signed-off-by: amaan-bhati <[email protected]> * API testing * feat: trim down content, update pr agent link Signed-off-by: amaan-bhati <[email protected]> * add: revamp unit and api docs page Signed-off-by: Achanandhi-M <[email protected]> --------- Signed-off-by: Achanandhi-M <[email protected]> Signed-off-by: amaan-bhati <[email protected]> Co-authored-by: amaan-bhati <[email protected]> Co-authored-by: Amaan Bhati <[email protected]> Co-authored-by: Tvisha Raji <[email protected]> Co-authored-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 (#525) Signed-off-by: Neha Gupta <[email protected]> * V3 (#526) * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> --------- Signed-off-by: Neha Gupta <[email protected]> * V3 (#527) * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> --------- Signed-off-by: Neha Gupta <[email protected]> * fix broken images (#528) * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> --------- Signed-off-by: Neha Gupta <[email protected]> * fix: broken images (#529) * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> --------- Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> --------- Signed-off-by: Neha Gupta <[email protected]> * Refactor (#532) * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * refactor: v3 Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> * fix: broken images Signed-off-by: Neha Gupta <[email protected]> --------- Signed-off-by: Neha Gupta <[email protected]> * fix: remove unwanted images Signed-off-by: Achanandhi-M <[email protected]> --------- Signed-off-by: Achanandhi-M <[email protected]> Signed-off-by: amaan-bhati <[email protected]> Signed-off-by: Neha Gupta <[email protected]> Signed-off-by: Achanandhi M <[email protected]> Co-authored-by: amaan-bhati <[email protected]> Co-authored-by: Amaan Bhati <[email protected]> Co-authored-by: Tvisha Raji <[email protected]> Co-authored-by: Neha Gupta <[email protected]>
1 parent 16bbaca commit 1db7add

File tree

10 files changed

+15
-22
lines changed

10 files changed

+15
-22
lines changed

versioned_docs/version-3.0.0/concepts/reference/glossary/behaviour-driven-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords:
2424

2525
Behavior Driven Development (BDD) is an Agile methodology that emphasizes collaboration among developers, testers, and business stakeholders. It ensures that software meets users' needs by writing tests that describe the desired behavior in plain language. This approach encourages clear communication and shared understanding of software requirements, ultimately leading to better quality and more maintainable code.
2626

27-
![Behavior Driven Development (BDD)](https://images.spiceworks.com/wp-content/uploads/2022/09/29100419/BDD-Development-Process.png)
27+
![Behavior Driven Development (BDD)](https://keploy-devrel.s3.us-west-2.amazonaws.com/BDD-Development-Process.png)
2828

2929
## BDD Fundamentals
3030

@@ -168,7 +168,7 @@ Popular BDD tools include:
168168
| **Emphasis** | Code correctness | Meeting user expectations and business goals |
169169
| **Collaboration** | Within the development team | Across all stakeholders |
170170
171-
![BDD vs. TDD](https://images.ctfassets.net/vrc8wif0t20g/6YGzPeOoQlewSQ07sX7a9P/6815d8dffd1523e43040b17e78a39f73/BDD_vs._TDD__Differences_Explained.png)
171+
![BDD vs. TDD](https://keploy-devrel.s3.us-west-2.amazonaws.com/BDD_vs._TDD__Differences_Explained.png)
172172
173173
## Conclusion
174174

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ This testing approach is essential for several reasons:
4242

4343
- **Accessibility and Flexibility**: Black-box testing is accessible and adaptable to testers with varying levels of technical expertise. It does not require in-depth programming knowledge or access to source code, making it suitable for testers with diverse backgrounds and skill sets. Additionally, black-box testing techniques can be applied to different types of software applications, including web applications, mobile apps, and standalone software products.
4444

45-
![Black Box Testing](https://res.cloudinary.com/practicaldev/image/fetch/s--shG8HMmV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f639sq6krordxspv1wxi.gif)
46-
4745
## What are the Benefits of Black-Box Testing?
4846

4947
1. **Independence from Internal Implementation**: Allows unbiased and realistic assessment, mimicking end-user perspectives.
@@ -55,7 +53,7 @@ This testing approach is essential for several reasons:
5553

5654
## Whate are types of Black-Box Testing Techniques ?
5755

58-
![How Black Box testing Works?](https://www.imperva.com/learn/wp-content/uploads/sites/13/2020/03/thumbnail_Black-box.jpg)
56+
![How Black Box testing Works?](https://keploy-devrel.s3.us-west-2.amazonaws.com/thumbnail_Black-box.jpg)
5957

6058
### 1. Equivalence Partitioning:
6159

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

Lines changed: 1 addition & 5 deletions
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+
<img src="https://keploy.io/docs/gif/replay-tc.gif?raw=true"/>
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

@@ -90,7 +90,3 @@ Now when let's the test cases with Jest, you can see the code coverage report ge
9090
```bash
9191
npm test
9292
```
93-
94-
We can see below that the code coverage is 94.44% for the our application.
95-
96-
<img src='https://raw.githubusercontent.com/priyankarpal/samples-typescript/ppal/express-mongo-priyank/images/jestcoverage.png?raw=true'/>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Gray box testing is needed for several reasons:
3636

3737
## Types of Gray Box Testing Techniques
3838

39-
![Types of gray box testing](https://wp.testbytes.net//wp-content/uploads/2019/04/Gray-box-testing-1-1.jpg)
40-
4139
Gray box testing encompasses various techniques that leverage both functional testing methods and insights into the internal workings of the application. Here are some common types of gray box testing techniques:
4240

4341
### 1. Matrix Testing

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Certain HTTP methods are inherently idempotent:
2929
- **PUT:** Updating a resource with PUT is idempotent because sending the same update multiple times results in the same resource state.
3030
- **DELETE:** Deleting a resource with DELETE is idempotent because attempting to delete an already deleted or non-existent resource does not change the system state.
3131

32-
![Methods](https://www.hubspot.com/hs-fs/hubfs/Google%20Drive%20Integration/Idempotent%20Api%20Draft-1.png?width=650&name=Idempotent%20Api%20Draft-1.png)
32+
![Methods](https://keploy-devrel.s3.us-west-2.amazonaws.com/Idempotent+Api+image.webp)
3333

3434
## Key Benefits of Idempotent APIs
3535

@@ -69,7 +69,7 @@ Idempotency is particularly critical in distributed systems where network issues
6969

7070
While **idempotent** methods guarantee the same outcome when repeated, **safe** methods are those that do not alter the system state at all. All safe methods (such as GET) are idempotent, but not all idempotent methods are safe (e.g., PUT and DELETE change the state, but in a controlled, repeatable manner).
7171

72-
![Idempotent vs Safe](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNpJRr8DjkwYCknq1yp0PNVbGQ9Gy0rcBwtg&s)
72+
![Idempotent vs Safe](https://keploy-devrel.s3.us-west-2.amazonaws.com/safe-methods-idempotency.png)
7373

7474
## Leveraging Keploy for Idempotency in API Testing
7575

versioned_docs/version-3.0.0/concepts/reference/glossary/integration-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are two main types of integration testing:
2525

2626
Both types of integration testing are essential for ensuring that all components of a software application work together correctly.
2727

28-
![Approach Types](https://media.geeksforgeeks.org/wp-content/uploads/20201202190437/top2.png)
28+
![Approach Types](https://keploy-devrel.s3.us-west-2.amazonaws.com/integration-testing-approach-type.png)
2929

3030
### How to perform Integration Testing ?
3131

versioned_docs/version-3.0.0/concepts/reference/glossary/software-testing-life-cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Software Testing Life Cycle (STLC) comprises several phases that guide the testi
5858
- **Objective**: Assess testing completion and readiness for release.
5959
- **Activities**: Evaluate test results, generate reports, and obtain stakeholder sign-off.
6060

61-
![Software Testing Life Cycle Phases](https://cdn.hashnode.com/res/hashnode/image/upload/v1689231300018/f466f393-e402-4b1f-adef-259c93508aa8.png)
61+
![Software Testing Life Cycle Phases](https://keploy-devrel.s3.us-west-2.amazonaws.com/software-development-lifecycle.png)
6262

6363
## What are some common Practices in STLC ?
6464

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TDD is particularly effective in scenarios such as:
5555
- **Ensuring Code Quality:**
5656
The focus on writing testable, modular code results in higher overall code quality and easier maintenance.
5757

58-
![Test Driven Development](https://media.licdn.com/dms/image/C5112AQHGTe-PjXMc4g/article-cover_image-shrink_600_2000/0/1552215937761?e=2147483647&v=beta&t=oU-XvoEKjrEtxRdTXFzZRdRLS1hUFTQQZtwb2HuP1E0)
58+
![Test Driven Development](https://keploy-devrel.s3.us-west-2.amazonaws.com/Test-driven-development.png)
5959

6060
## Fundamentals and Techniques of TDD
6161

@@ -164,7 +164,7 @@ Implementing TDD comes with challenges that teams should be aware of:
164164
| **Emphasis** | Code correctness | User expectations and business goals | Real-world behavior and system performance |
165165
| **Collaboration** | Primarily within the development team | High collaboration across stakeholders | Collaboration among development, testing, and operations teams |
166166

167-
![TDD vs. BDD vs. Traffic Driven Testing](https://images.ctfassets.net/vrc8wif0t20g/6YGzPeOoQlewSQ07sX7a9P/6815d8dffd1523e43040b17e78a39f73/BDD_vs._TDD__Differences_Explained.png)
167+
![TDD vs. BDD vs. Traffic Driven Testing](https://keploy-devrel.s3.us-west-2.amazonaws.com/BDD_vs._TDD__Differences_Explained.png)
168168

169169
## Conclusion
170170

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
@@ -39,7 +39,7 @@ White box testing is essential for verifying the correctness and efficiency of c
3939
- **Verify Calculations**: Ensures that calculations and data manipulations are correct.
4040
- **Assess Code Quality**: Checks the structure and organization of the code for better maintainability.
4141

42-
![What is White box testing?](https://cdn.educba.com/academy/wp-content/uploads/2019/05/White-Box-Testing-1.jpg)
42+
![What is White box testing?](https://keploy-devrel.s3.us-west-2.amazonaws.com/Whitebox.png)
4343

4444
## Types of White Box Testing Techniques
4545

versioned_docs/version-3.0.0/keploy-explained/supported-languages.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Keploy generates _and runs_ AI-powered unit tests for your Go projects.
2626

2727
## 🚀 Coming Soon
2828

29-
**Java:**
30-
Java support is on the way!
29+
**Java and Javascript:**
3130

32-
We’ll bring the same AI-driven, high-quality test generation and validation workflow to Java soon.
31+
Java and Javascript support is on the way!
32+
33+
We’ll bring the same AI-driven, high-quality test generation and validation workflow to Java and Javascript soon.
3334

3435
## 🧩 Why Only a Few Languages (for now)?
3536

0 commit comments

Comments
 (0)