-
Notifications
You must be signed in to change notification settings - Fork 0
Test Cases
Omri Naor edited this page Jul 14, 2024
·
8 revisions
| Test ID | Test Description | Pre Condition | Test Steps | Test Data (inputs) | Expected Result | Actual Results | Pass/Fail |
|---|---|---|---|---|---|---|---|
| TST001 | Verify Fill Questionnaire Functionality | Guests can access the questionnaire |
|
Responses to the questionnaire with different ranges: < 19 (easy), 20-32 (medium), 33-60 (hard) | System calculates and presents the score | System calculates and presents the score | Pass |
| TST002 | Verify Save Questionnaire Results | Users must be logged in to save results |
|
Responses to the questionnaire with different ranges: < 19 (easy), 20-32 (medium), 33-60 (hard) | System calculates, presents the score, and saves the results to the user's account | System calculates, presents the score, and saves the results to the user's account | Pass |
| TST003 | Verify Login Functionality | Users must have valid login credentials |
|
Email: [email protected], Password: Aa123456 | System validates credentials and grants access | System validates credentials and grants access | Pass |
| TST004 | Verify Login with Invalid Credentials Handling | Users must have an existing account |
|
Email: [email protected], Password: סיסמאבעבריתהיאלאתקינה | System displays an error message indicating incorrect credentials | System displays an error message indicating incorrect credentials | Pass |
| TST005 | Verify View Questionnaire History | User is logged in and has completed and saved at least one questionnaire |
|
N/A | System displays a list of completed questionnaires with scores | System displays a list of completed questionnaires with scores | Pass |
| TST006 | Verify Reset Password Functionality | Users must have an existing account and access to their registered email address |
|
Registered email: [email protected], New Password: NewPassword | System updates the password and confirms the change | System updates the password and confirms the change | Pass |
| TST007 | Verify Manage Users Functionality | Admin must be logged in with admin privileges |
|
User account details | System confirms the action and updates the user account accordingly | System confirms the action and updates the user account accordingly | Pass |
| TST008 | Verify Manage Posts Functionality | Admin must be logged in with access to content management system |
|
Post details | System confirms the action and updates the post accordingly | System confirms the action and updates the post accordingly | Pass |
| TST009 | Verify Register (Sign Up) Functionality | Guests must have access to the website |
|
Name, Email, Password, etc. | System creates account and confirms registration | System creates account and confirms registration | Pass |
| TST010 | Verify Manage Questionnaires Functionality | Admin must be logged in with sufficient privileges |
|
Questionnaire details | System confirms the action and updates the questionnaire accordingly | System confirms the action and updates the questionnaire accordingly | Pass |
| TST011 | Verify Generate Statistical Reports | Admin must be logged in with administrative privileges |
|
Date range | System processes data and generates statistical reports | System processes data and generates statistical reports | Pass |
| TST012 | Verify Unauthorized User Cannot Access Admin Management | User is logged in with regular user privileges |
|
N/A | System denies access and displays the login page | System denies access and displays the login page | Pass |