Open Rahulm2310 opened 3 years ago
approved
hello, I am a first timer and I want to try working on this issue, but I haven't fully understood what should I be documenting, any help ? (p.s I have really very little knowledge right now but I'll learn anything asap)
@Ln11211 I just saw this now. Sure so, the idea is to explore this endpoint capabilities and potential test scenarios and create a similar table to inform contributors of how to test this endpoint. For example, maybe you have to be logged in for the endpoint to return successfully 🤔
Here's a document example: https://github.com/anitab-org/mentorship-backend/blob/cf6df094e4fef735e135674e4d5697ded5060d7d/docs/quality-assurance-test-cases.md
Does that help? I've assigned this to you, let me know if you have more doubts
@isabelcosta , Should I document the quality assurance and test cases table in the same file you shared, or should I make a new one with the name "quality assurance documentation" ?
If I am not wrong, I have to document different test cases so somebody can test the service(POST/Categories/ {id}/Sections) right ? so to begin with different test cases, I was wondering what does this service do ? For example, I understood that POST/users/login and /register can be used to create a user account and to login, but what does POST/Categories/ {id}/Sections do ?
P.S I have seen your mentorship GSoc18 video and I created a user account too..
should I make a new one with the name "quality assurance documentation" ?
Yes please :)
If I am not wrong, I have to document different test cases so somebody can test the service(POST/Categories/ {id}/Sections) right ? so to begin with different test cases, I was wondering what does this service do ? For example, I understood that POST/users/login and /register can be used to create a user account and to login, but what does POST/Categories/ {id}/Sections do ?
@Ln11211 those are great questions! I don't know exactly how it works. But I think you can understand more if you look at the code that implements that request. Are you familiar with programming and navigating a codebase, or would you need help? @annabauza @vatsalkul can you help here?
P.S I have seen your mentorship GSoc18 video and I created a user account too...
Nice :D
Description
As a developer or tester, I need to know some test cases examples, so that I can have an idea of how I can test the app.
Creating test cases will help everyone understand how to use the API.
References:
Acceptance Criteria
Update [Required]
/docs
folder.POST /categories/{id}/sections
API endpoint.Definition of Done
Estimation
30 mins