Confirmed users
487
edits
Rpappalardo (talk | contribs) m (tmp) |
Rpappalardo (talk | contribs) m (verification wip) |
||
| Line 146: | Line 146: | ||
=== Verify Common Info === | === Verify Common Info === | ||
* Verify data in all fields per [https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/pings/pings.md#ping-sections common fields doc] | * Verify data in all fields per [https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/pings/pings.md#ping-sections common fields doc] | ||
* NOTE: if common info is good on baseline ping, SHOULD BE good on others! (All use same path of execution) | * NOTE: if common info is good on baseline ping, SHOULD BE good on others - no need to repeat for other ping scenarios! (All use same path of execution) | ||
=== Verify Baseline Info === | === Verify Baseline Info === | ||
* | Verify the following fields: | ||
* [[common fields info]] | |||
* duration | |||
** should roughly approximate difference between start_time, end_time | |||
* Verify locale string | |||
=== Verify Events Info === | === Verify Events Info === | ||
* | Verify the following fields: | ||
* [[common fields info]] | |||
Verify events that were performed have arrived in Dashboard | |||
=== Verify Metrics Info === | === Verify Metrics Info === | ||
* | Verify the following fields: | ||
* [[common fields info]] | |||
* default browser | |||
Review fields in [https://github.com/mozilla-mobile/fenix/blob/master/app/metrics.yaml metrics.yaml] | |||
=== Verify Custom Info === | === Verify Custom Info === | ||