open-ecommerce-api / store-engine

An ecommerce backend-API created using Django and DRF (Django Rest Framework).
GNU General Public License v3.0
13 stars 10 forks source link

Test signin functionality #90

Open EttiFeyzi opened 1 year ago

EttiFeyzi commented 1 year ago

Test sign in functionality is a critical feature of any application that requires authentication. to ensure that sign in functionality works as expected, we need to test the following scenarios:

  1. Test valid sign in: Test that users are able to sign in with valid credentials, such as valid email address and password.

  2. Test invalid sign in: Test that invalid credentials are rejected during sign in, and that users are prompted to connect their information. this includes testing for invalid formats, incorrect passwords, and missing required fields.