Open rstens opened 1 month ago
Tester: Andy
Time Spent: 5 min
What did you Test?
Any Observations You Want to Share?
Bug Report References:
Tester: Mikaela
Tester:
Tester: Andy
Time Spent: 10 min
What did you Test?
Any Observations You Want to Share?
Bug Report References:
Tester: Andy
Time Spent: 20 min
What did you Test?
Any Observations You Want to Share?
🟡 Issuing a certificate is recorded in the Filing History ONLY on the Registration Details page (but the CTA to issue certificate is ONLY on the Application Details page)
❌ Filing History on the Registration Details page is displayed in the wrong order (should be reverse chronological)
❓ No idea how to test how long the Filing History is stored for
Bug Report References:
Tester:
Tester:
Tester:
🧭 Exploratory Testing Charter: Examiner - Application Review, LTSA Information, and Approval Process
🎯 Purpose
Explore the Examiner’s functionality to:
🔍 Key Areas to Explore
1️⃣ Opening Applications in Read-Only Mode and Document Management
🌟 Scenarios:
Scenario 1: Open Application in Read-Only Mode
Given the examiner is on the dashboard,
When the examiner clicks on an application,
Then the application opens in a new tab in read-only mode.
Scenario 2: Download Attachments
Given the examiner is viewing an application in read-only mode,
When the examiner sees a list of documents,
Then the examiner can click to download each attachment.
2️⃣ Accessing and Reviewing LTSA Information
🌟 Scenarios:
Given the examiner is viewing an application in read-only mode,
When the examiner clicks on the LTSA information link,
Then the LTSA details open in a new tab for review.
3️⃣ Reviewing Auto-Approval Logic and Flags
🌟 Scenarios:
Given the examiner is viewing an application in read-only mode,
When the examiner clicks on the auto-approval link,
Then the approval process opens in a new tab with details about the logic used.
4️⃣ Approving or Declining Applications
🌟 Scenarios:
Scenario 1: Approve Application
Given the examiner is on the application details page,
When the examiner clicks Approve,
Then the application status changes to Approved,
And a new entry is created in the Registration table with Active status.
And the "Approve" button is greyed out.
Scenario 2: Decline Approved Application and Cancel Registration
Given the application is approved with an existing registration,
When the examiner clicks Decline,
Then the examiner is prompted to Cancel or Suspend the registration.
If Cancel is selected, the registration status updates to Canceled.
Scenario 3: Decline Approved Application and Suspend Registration
Given the application is approved with an existing registration,
When the examiner selects Suspend from the decline options,
Then the registration status updates to Suspended.
5️⃣ Viewing Audit Trail and Filing History
🌟 Scenarios:
Given the examiner is viewing an application,
When the examiner navigates to the audit trail section,
Then all changes made to statuses and certificates are listed with timestamps and examiner details.
🔑 Business Rules Summary
Read-Only Application View:
LTSA Information:
Auto-Approval Logic:
Approval and Decline:
Audit Log and Filing History:
🛠️ Exploration Checklist
🌐 Accessibility Scenarios
Keyboard Navigation
Screen Reader Support
High Contrast Mode
🚀 Goal
Ensure the Examiner Dashboard provides a seamless experience for reviewing applications, managing registrations, and auditing changes while maintaining accessibility for all users.