-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create test cases docs table for POST /categories/{id}/sections
#213
Comments
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 ? |
@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? |
@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.. |
Yes please :)
@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?
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
The text was updated successfully, but these errors were encountered: