-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
Test cases in the generic client layer are not domain-specific.There is a need to create domain-specific use case and each domain must cover all the endpoints (APIs). This will make sure that generic client layer can be used by any of the domain and there are no breaking changes even at the domain level.
Need one test case for each domain and each API that represents complete set of data.
Domains to be covered-
Retail
ODR
Industry 4.0
DSEP
DHP
Financial Services
DENT
Goals
- Domain-specific use case creation.
Expected Outcome
Use cases covering all the domains and all the endpoints.
Acceptance Criteria
- Test cases covering all domains and all endpoints.
Implementation Details
[List any technical details about the proposed implementation, including any specific technologies that will be used.]
Mockups / Wireframes
[Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases.]
[Please note that the below section of the ticket has to be in the format as mentioned as it is key to enabling proper listing of the project. Please only choose the options mentioned under the headings wherever applicable.]
Tech Skills Needed:
NodeJS
Jest
Complexity
Medium
Category
Test Case