Skip to content
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

Test: write test cases for Login user API #66

Closed
5 tasks
mtreacy002 opened this issue Jun 26, 2020 · 0 comments · Fixed by #67
Closed
5 tasks

Test: write test cases for Login user API #66

mtreacy002 opened this issue Jun 26, 2020 · 0 comments · Fixed by #67
Assignees
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug. Category: Quality Assurance Changes to code or files that improve testing or fixes bugs. Program: GSOC Related to work completed during the Google Summer of Code Program.

Comments

@mtreacy002
Copy link
Member

Description

As a student,
I need test login user functionality,
so that I can make sure the functionality works as expected.

Mocks

NA

Acceptance Criteria

Update [Required]

  • test by mocking API when user successfully login (success response 200)
  • test by mocking API when wrong password or username is given (error code 401)
  • test by mocking API when internal server error is returned (error code 500)

Enhancement to Update [Optional]

NA

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

1 day

@mtreacy002 mtreacy002 self-assigned this Jun 26, 2020
@mtreacy002 mtreacy002 added Category: Coding Changes to code base or refactored code that doesn't fix a bug. Category: Quality Assurance Changes to code or files that improve testing or fixes bugs. Program: GSOC Related to work completed during the Google Summer of Code Program. labels Jun 26, 2020
@mtreacy002 mtreacy002 added this to the GSoc: Coding Phase 1 milestone Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug. Category: Quality Assurance Changes to code or files that improve testing or fixes bugs. Program: GSOC Related to work completed during the Google Summer of Code Program.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant