Description This AT is for #63
User Acceptance Flow :
Sign In and Access Dashboard:
Given the user has admin credentials and access to the app
When the user signs into the app
Then the user should be able to access the dashboard.
Navigate to Financial Section:
Given the user is on the dashboard
When the user selects the "Financial" tab
Then the financial section should be accessible.
Select Condo Fees:
Given the user is in the financial section
When the user selects "Condo Fees"
Then the condo fees options should be displayed.
Generate Annual Report:
Given the user is viewing the condo fees options
When the user selects "Annual Report"
Then the system should prompt the user to choose a property.
Choose Property:
Given the user is prompted to choose a property
When the user selects a property
Then the system should generate an annual report for that property.
View Annual Report:
Given the annual report is generated
When the user views the report
Then the report should display the total condo fees collected for the year for the selected property.
Confirm Condo Fees Displayed:
Given the user is viewing the annual report
When comparing with other records or calculations
Then the displayed condo fees should match the expected total.
Navigate Back:
Given the user has viewed the annual report
When the user finishes reviewing
Then the user should be able to navigate back to the financial section or dashboard.
Handle No Data Scenario:
Given there is no data available for the selected property
When generating the annual report
Then the system should display a message indicating no data available.
Ensure Data Integrity:
Given the user has generated an annual report
When data is retrieved and displayed
Then the system should ensure the accuracy and integrity of the information presented.
Reactions are currently unavailable
You can’t perform that action at this time.
This AT is for #63
User Acceptance Flow: