-
Notifications
You must be signed in to change notification settings - Fork 1k
TestCases for Sign Up Sign in Page
Sriharsha Chintalapani edited this page Sep 25, 2022
·
1 revision
- Users should be able to create and sign in with their email or username
- Admin should be able to log in and create a new user with a one-time password. A newly created user should be able to log in with that one-time password
- Disabling the sign-up option in the server should disable any signup option from the UI and the API.
- User account creation page
- user should be able to select a team
- Test if only joinable teams are listed
- Test if the soft-deleted teams are not listed.
- If the team hierarchy is A -> B -> C. and if the B team is soft-deleted, we should move the C team to be under A and allow users to join A -> C.
- Create a new team and make it joinable and test if that appears in sign-up process
- Create a new team and make it non-joinable test if that doesn't appear in sign-up process