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
- Navigate to Admin Login page.
- Enter valid developer credentials.
- Click “Sign In”.
- Observe if the Admin user is logged in.
- 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.