Test Case ID
TC-069
Test Case Name
Verify that the admin can add a performance review for an employee
Pre-Conditions
- The admin must be logged in (refer to TC-001 for valid login credentials).
- The employee for whom the performance review is being added must exist in the system.
Test Steps & Expected Results
| Step | Action | Expected Result | 
|---|---|---|
| Step 1 | Navigate to the left sidebar and click on "Performance". | The "Manage Reviews" page is displayed. | 
| Step 2 | Click on "Configure" at the top and select "Trackers" from the dropdown. | The Trackers configuration page is displayed. | 
| Step 3 | Click the "+ Add" button. | The Add Performance Tracker form is displayed. | 
| Step 4 | Fill in the "Tracker Name" field with: Annual Review 2025. | The tracker name is entered and visible. | 
| Step 5 | Type the employee name in the "Employee Name" field: Linda Anderson. | The entered employee name is visible in the field. | 
| Step 6 | Fill in the "Reviewers" field with: John Smith. | The reviewer's name is entered and visible. | 
| Step 7 | Click the "Save" button. | A confirmation message appears: Successfully Saved,
                            indicating the performance tracker has been successfully added. | 
Post-Conditions
- The performance tracker "Annual Review 2025" is added for employee Linda Anderson.
- Reviewer John Smith is correctly assigned to the tracker.
- A success message is displayed confirming the addition.