Test Case PR1-B005-TC01 — Priority persists after app restart when set to High
| Field |
Value |
| Priority |
P0 |
| Behavior |
PR1-B005 |
| Type |
happy_path |
| PR of origin |
#1 |
Preconditions
- App is installed and running
- No existing todos in UserDefaults
Steps
- Create a new todo item with the title 'Test Todo'
- Set the priority level to 'High'
- Save the todo
- Terminate the app completely
- Relaunch the app
- Navigate to the todo list
- Locate the 'Test Todo' item
Expected Result
The todo item 'Test Todo' is displayed with priority level 'High', confirming priority survived the app restart via UserDefaults Codable persistence.
Filed automatically by TIP M3 pipeline. Pool entry: harness/test-cases/. TC ID: PR1-B005-TC01.
Test Case
PR1-B005-TC01— Priority persists after app restart when set to HighPR1-B005Preconditions
Steps
Expected Result
The todo item 'Test Todo' is displayed with priority level 'High', confirming priority survived the app restart via UserDefaults Codable persistence.
Filed automatically by TIP M3 pipeline. Pool entry:
harness/test-cases/. TC ID:PR1-B005-TC01.