Step # | Action | Expected Result | Test Data | |
1 | Login to the application as System Admin | User successfully logs in | testadmin@testcorp.com, Password123! | Verify session is established |
2 | Navigate to Organization Setup page | Organization Setup page loads | N/A | Verify page loads correctly |
3 | Locate the "Invite Admin" section | Invite Admin section is displayed with email and name fields | N/A | |
4 | Enter valid email address and full name | Data is entered into the form fields | Email: newadmin@testcorp.com, Name: Jane Smith | |
5 | Click "Invite" button | System processes invitation and displays success message | N/A | Verify success message appears |
6 | Check System Admins list | New admin appears in the list with "Activation Pending" status | N/A | Verify list updates with new admin |
7 | Check the email sent to the invited admin | Email is delivered with correct information and password setup link | N/A | May require test email account access |
8 | Click the password setup link in the email | Password setup page opens | N/A | Verify link works correctly |
9 | Set password for the new admin | Password is set successfully | Password: NewPassword123! | Verify password requirements are enforced |
10 | Login as the new admin | Login is successful | newadmin@testcorp.com, NewPassword123! | Verify new admin can access the system |
11 | Check System Admins list as original admin | New admin's status shows as "Active" | N/A | Verify status updates correctly |