Skip to content

Commit

Permalink
add verification tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pascualy committed Apr 12, 2024
1 parent 9ffd0c5 commit 83ffe74
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/patient/test-warning-message.md
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.
31 changes: 31 additions & 0 deletions app/provider/test-feedback-form.md
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.

0 comments on commit 83ffe74

Please sign in to comment.