FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: implement Employee and EmployeeDAO classes with CRUD operations by Aditya90456 · Pull Request #116 · keploy/samples-java · GitHub

feat: implement Employee and EmployeeDAO classes with CRUD operations - #116

Open
Aditya90456 wants to merge 1 commit into
keploy:mainfrom
Aditya90456:main
Open

feat: implement Employee and EmployeeDAO classes with CRUD operations#116
Aditya90456 wants to merge 1 commit into
keploy:mainfrom
Aditya90456:main

Conversation

Copy link
Copy Markdown

Introduced Employee model and DAO layer with create, read, update, and delete operations.

Copy link
Copy Markdown

Hi @Aditya90456
Please let me know why are these changes required?
And what is you obervation while recording and replaying it with keploy.

Copy link
Copy Markdown
Author

Hi @Aditya90456 Please let me know why are these changes required? And what is you obervation while recording and replaying it with keploy.

Copy link
Copy Markdown
Author

Hi @kapishupadhyay22, thanks for the review 🙂

Why these changes are required:
These changes introduce a simple Employee domain model along with a DAO layer to demonstrate end-to-end CRUD operations in a structured way. The goal is to provide a realistic sample use case where Keploy can capture and replay API interactions involving database operations, rather than using inline or ad-hoc logic.

Observations while recording and replaying with Keploy:

During recording, Keploy successfully captured the HTTP requests/responses along with the corresponding database interactions for all CRUD endpoints.

On replay, the test cases were executed deterministically, and the responses matched the recorded behavior without requiring any code changes.

This helped validate that the DAO-based design works well with Keploy’s record/replay flow and makes the sample easier to extend and reason about.

Please let me know if you’d like me to simplify the example further or add more documentation around the Keploy flow. @kapishupadhyay22

Aditya90456 reopened this Dec 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL