Skip to content

Commit

Permalink
Week 8 updates (#887)
Browse files Browse the repository at this point in the history
* added week6-7 updates

* added Week8 updates

* Update 2023-08-25.md

* Added PR Link

---------

Co-authored-by: Kaustubh Dwivedi <[email protected]>
  • Loading branch information
kd1729 and Kaustubh Dwivedi authored Sep 7, 2023
1 parent 078b087 commit d45f2c9
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ author: Kaustubh Dwivedi
---

## Milestones
- [ ] Give the description about Milestone 1
- [ ] Give the description about Milestone 2
- [ ] Give the description about Milestone 3
- [ ] Give the description about Milestone 4
- &#x2611; Added mocking for various Edge cases
- &#x2611; Added mocking for various Error codes
- &#x2611; Added mocking for various Request Headers
- &#x2611; Added mockin for various Exception Handling

## Screenshots / Videos

## Contributions
https://github.com/Sunbird-Lern/lms-service/pull/582

## Learnings
## Learnings
In week 8, I made significant strides in our integration point mocking project. Four crucial milestones were accomplished, greatly enhancing the flexibility and reliability of the testing infrastructure.

Firstly, I successfully integrated mocking for various edge cases. This means that our integration points can now effectively handle extreme and unconventional scenarios, allowing me to verify the robustness of our systems under adverse conditions.Secondly, I added mocking capabilities for various error codes. This enables me to simulate error scenarios, helping me refine our error-handling mechanisms and enhance the overall reliability of our services.

Furthermore, I implemented mocking for various request headers, giving methe ability to mimic diverse client behaviors and thoroughly test our systems' adaptability. Lastly, I tackled mocking for various exception handling scenarios, ensuring that our applications can gracefully handle unexpected situations. This is a crucial step in fortifying our integration points against unforeseen challenges.

0 comments on commit d45f2c9

Please sign in to comment.