Build of V3.5.0 - Beta Test of Phone Call Alerts.

This commit is contained in:
Graham Jones
2020-08-20 22:02:06 +01:00
parent 9ca16954d0
commit 8c4b8e3661
7 changed files with 103 additions and 11 deletions

23
doc/Test_Cases.txt Normal file
View File

@@ -0,0 +1,23 @@
Test Cases to be Implemented in Manual or Automated Testing
===========================================================
Note: These tests are primarily for the Garmin Seizure Detector
- there are some additional things needed for the Pebble version to start up
but those are fairly obvious if they are broken.
1. App starts and displays main activity provided watch sends one sample
of data, and responds to request for watch settings when asked.
2 Sending one set of seizure like data, followed by a normal set results
in a warning.
3 Sending two sets of seizure like data in succession followed by two normal
sets results in Warning -> Alarm -> Warning -> OK
4 Sending one abnormal heart rate followed by OK results in Warning -> OK
5 Sending two abnormal heart rate followed by 2 OK results in Warning ->
Alarm-> Warning -> Ok.