Displays detailed information for a selected test case, including its description, preconditions, execution steps, and expected results
Test Cases Details
Test Case ID: TC-GLUE-001
Description: Verify that a user can successfully log in using a registered email and the correct password in the OWASP GlueUp application.
Preconditions:
- User must have a valid registered account on https://owasp.glueup.com/.
- The account must be active and not locked.
Steps:
- Navigate to https://owasp.glueup.com/.
- Click on the “Login” option.
- Enter a valid registered email address.
- Enter the correct password.
- Click on the Login or Sign In button.
Expected Results:
- User is successfully authenticated.
- The system redirects the user to their dashboard or home page.
- The session is created and remains active until logout or timeout.
- No error messages are displayed.