You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/developers/test-cases.md
+37-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The following is a list of the sensors that testing is currently available.
16
16
| Phone Bluetooth | RAPIDS | Y | Y | Y |
17
17
| Phone Calls | RAPIDS | Y | Y | Y |
18
18
| Phone Conversation | RAPIDS | Y | Y | Y |
19
-
| Phone Data Yield | RAPIDS |N|N|N|
19
+
| Phone Data Yield | RAPIDS |Y|Y|Y|
20
20
| Phone Light | RAPIDS | Y | Y | Y |
21
21
| Phone Locations | Doryab | N | N | N |
22
22
| Phone Locations | Barnett | N | N | N |
@@ -25,7 +25,7 @@ The following is a list of the sensors that testing is currently available.
25
25
| Phone WiFi Connected | RAPIDS | Y | Y | Y |
26
26
| Phone WiFi Visible | RAPIDS | Y | Y | Y |
27
27
| Fitbit Calories Intraday | RAPIDS | Y | Y | Y |
28
-
| Fitbit Data Yield | RAPIDS |N|N|N|
28
+
| Fitbit Data Yield | RAPIDS |Y|Y|Y|
29
29
| Fitbit Heart Rate Summary | RAPIDS | Y | Y | Y |
30
30
| Fitbit Heart Rate Intraday | RAPIDS | Y | Y | Y |
31
31
| Fitbit Sleep Summary | RAPIDS | N | N | N |
@@ -379,6 +379,27 @@ screen unlock session. In the screen unlock episode starting from Fri 05:56:51,
379
379
- The screen unlock episode starting from Mon 21:05:00 and Sat 17:48:01 checks if the screen lock marks the end of episode for that particular app which was launched a few milliseconds to 8 mins before the screen lock.
380
380
- Finally, since application foreground is only for Android devices, this feature is also for Android devices only. All other files are empty data files
381
381
382
+
383
+
## Data Yield
384
+
385
+
Description
386
+
387
+
- Two sensors were picked for testing, `phone_screen` and `phone_light`. `phone_screen` is event based and `phone_light` is sampling at regular frequency
388
+
389
+
390
+
Checklist
391
+
392
+
|time segment| single tz | multi tz|platform|
393
+
|-|-|-|-|
394
+
|30min|OK|OK|android, ios|
395
+
|morning|OK|OK|android, ios|
396
+
|daily|OK|OK|android, ios|
397
+
|threeday|OK|OK|android, ios|
398
+
|weekend|OK|OK|android, ios|
399
+
|beforeMarchEvent|OK|OK|android, ios|
400
+
|beforeNovemberEvent|OK|OK|android, ios|
401
+
402
+
382
403
## Fitbit Calories Intraday
383
404
384
405
Description
@@ -536,6 +557,20 @@ Description
536
557
- As heartrate summary is periodic, it only generates results in periodic feature, there will be no result in frequency and event.
0 commit comments