Test Case ID |
Security Feature |
Test Case |
Expected Result |
01 |
Login Authentication |
Enter valid username and password |
Redirects to Dashboard.aspx |
02 |
Login Authentication |
Enter invalid credentials |
Shows alert "Invalid credentials" |
03 |
Session Management |
Access internal page without login |
Redirects to Login.aspx |
04 |
SQL Injection |
Try ' OR '1'='1 |
Query blocked, no data leaked |
05 |
Page Access Restriction |
Open Payments.aspx directly |
Redirects to Login.aspx |
06 |
Input Validation |
Submit empty registration form |
Displays error, no data submitted |
07 |
Logout |
Logout and click Back |
Redirects to Login.aspx |