We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Test Case ID Test Scenario Test Steps Expected Result Actual Result Pass/Fail
Validate username input
TC-01 field Enter valid alphanumeric username Username accepted Username accepted Pass Validate username input Enter username with special TC-02 field with symbols characters (e.g., @#$) Username rejected Username rejected Pass Enter valid email address (e.g., TC-03 Validate email input field [email protected]) Email accepted Email accepted Pass Validate incorrect email Enter invalid email (e.g., TC-04 format userexample.com) Email rejected Email rejected Pass TC-05 Validate password field Enter password with correct format Password accepted Password accepted Pass Enter password without number or TC-06 Test weak password special character Password rejected Password rejected Pass Enter valid comment (alphanumeric TC-07 Comment field validation with punctuation) Comment accepted Comment accepted Pass Comment field validation Enter harmful script tags (e.g., TC-08 (script injection) <script>) Comment rejected Comment rejected Pass Validate empty fields in Submit registration form with empty Form submission rejected, Form rejected, error TC-09 registration form fields error message displayed shown Pass Registration rejected with Register with an already registered "email already exists" TC-10 Validate email uniqueness email address message Registration rejected Pass Enter password shorter than TC-11 Validate password length required length (e.g., 6 chars) Password rejected Password rejected Pass Validate successful Fill all required fields correctly and Registration successful, Registration TC-12 registration submit user added to database successful Pass User logged in Login with valid username and successfully, session TC-13 Validate successful login password initiated Login successful Pass Login rejected with Validate unsuccessful login Login with valid email but incorrect "incorrect password" error TC-14 (wrong password) password message Login rejected Pass Validate comment length Submit comment that exceeds the Comment rejected with TC-15 limit character limit error message Comment rejected Pass