Skip to content

Verify secure Admin login with valid credentials

Verify secure Admin login with valid credentials

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

Test case description

Confirm Admin can log in securely with valid credentials.

Pre-state:

  • Admin account exists

Test Steps

  1. Navigate to Admin Login page.
  2. Enter valid developer credentials.
  3. Click “Sign In”.
  4. Observe if the Admin 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

  • Admin user logs in successfully.
  • Session is established securely (cookie flags present).
  • User is redirected to the dashboard.