Skip to content

Verify User Can Log In with Valid Credentials and Establish Secure Session

Verify secure login with valid credentials

  • Test case designer: name
  • Date of creation : 02.07.2025

Test case description

Confirm clients can log in securely with valid credentials and a secure session is created.

Pre-state:

  • User account exists

Test Steps

  1. Navigate to Login page.
  2. Enter valid developer credentials.
  3. Click “Sign In”.
  4. Observe if the user is logged in.
  5. Check browser developer tools → Application → Cookies:
  • Confirm a session cookie is created.
  • Check if the cookie has the Secure and HttpOnly flags.

Expected result

  • User logs in successfully.
  • Session is established securely (cookie flags present).
  • User is redirected to the homepage, and “Sign Out” is displayed in the header.
Edited by AH0981