forked from Ketryx/Ketryx-Training
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
itemId: tc-1 | ||
itemType: Test Case | ||
itemTests: req-patient-app-ui | ||
--- | ||
|
||
# Test warning message | ||
|
||
When the recommended insulin dose is based on the glucose readings that are outdated, warn the user. | ||
|
||
## Steps | ||
|
||
1. Open application | ||
2. Disconnect glucose monitor (via Bluetooth) and wait 5 min | ||
3. Add insulin dosage | ||
4. Click submit | ||
|
||
## Expected behavior | ||
|
||
Warning message should appear letting user know that glucose reading is not updated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
itemId: tc-1 | ||
itemType: Test Case | ||
itemTests: req-provider-app-ui | ||
--- | ||
|
||
# Test user feedback form | ||
|
||
The purpose of a feedback form in an iOS app is to allow users to provide feedback, suggestions, and report any issues they may have encountered while using the app. | ||
|
||
Feedback form should contain the following fields: | ||
|
||
- full name | ||
|
||
- email address | ||
|
||
- description | ||
|
||
The form should also have a submit button. | ||
|
||
## Steps | ||
|
||
1. Open mobile app | ||
2. Select feedback option | ||
3. Enter information in all fields | ||
4. Submit | ||
|
||
## Expected behavior | ||
|
||
Submitted feedback is sent to SaMD server with above defined fields. | ||
|