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