anitab-org / anitab-org/mentorship-backend

Perform manual testing and report POST /register API

未關閉
#766 15 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
Category: Quality Assurance Status: Available
主要語言
Python
星號
200
分支
449
PR 合併指標
30 天內沒有已合併 PR

描述

## Description

As a tester,
I need to test POST /register API,
so that I can provide a test report on it.

You should create a markdown file inside `/docs/manual_tests` with the following content:
- Scenario tested step by step with dummy data you used (e.g.: username and password)
- Report it as:
```
* _Test1 Description_
_Screenshot/gif_:
_Expected Result_:
_Actual Result_:
* _Test2 Description_
_Screenshot/gif_:
_Expected Result_:
_Actual Result_:
...
```
If you find a test that the expected result does not match the actual result then create an issue (following [Bug Report template](https://github.com/anitab-org/mentorship-backend/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md)), and mention it in your markdown file.
- Make sure to test at least:
- 1 positive case
- 1 negative case

**Resources:**
- Deployed Backend: https://mentorship-backend-temp.herokuapp.com/
- Quality Assurance test cases: [/docs/quality-assurance-test-cases.md#register](https://github.com/anitab-org/mentorship-backend/blob/develop/docs/quality-assurance-test-cases.md#register)

## Acceptance Criteria
### Update [Required]
- [ ] Test POST /register API
- [ ] Create a markdown file under `/docs/manual_tests` with the content mentioned above (at least 2 tests).

## Definition of Done
- [ ] All of the required items are completed.
- [x] Approval by 1 mentor.

## Estimation
3 hours

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。