Skip to content

TestCases for Sign Up Sign in Page

Sriharsha Chintalapani edited this page Sep 25, 2022 · 1 revision

Sign-Up Page for Basic Auth

  1. Users should be able to create and sign in with their email or username
  2. 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
  3. Disabling the sign-up option in the server should disable any signup option from the UI and the API.

Sign-Up Page After SSO login

  1. User account creation page
  2. user should be able to select a team
  3. Test if only joinable teams are listed
  4. Test if the soft-deleted teams are not listed.
  5. 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.
  6. Create a new team and make it joinable and test if that appears in sign-up process
  7. Create a new team and make it non-joinable test if that doesn't appear in sign-up process
Clone this wiki locally