Confirmed users
487
edits
Rpappalardo (talk | contribs) m (formatting) |
Rpappalardo (talk | contribs) (test exec) |
||
| Line 125: | Line 125: | ||
** Enabling debug mode either returns a unique identifier, or the ID you want to use (see tagPings parameter below), enabling immediate query of test pings | ** Enabling debug mode either returns a unique identifier, or the ID you want to use (see tagPings parameter below), enabling immediate query of test pings | ||
===TEST EXECUTION=== | === TEST EXECUTION === | ||
==== Setup ==== | ==== Setup ==== | ||
| Line 161: | Line 161: | ||
# Move app to the background (this should immediately trigger send) | # Move app to the background (this should immediately trigger send) | ||
==== Verify Ping | ==== Data Integrity ==== | ||
Now let's verify that data has arrived to telemetry service intact. | |||
see: [# Verify JSON data per [https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/pings/pings.md pings doc] | |||
===== Open Ping ===== | |||
# Open Glean Debug Dashboard: [https://debug-ping-preview.firebaseapp.com] | # Open Glean Debug Dashboard: [https://debug-ping-preview.firebaseapp.com] | ||
# Verify real-time receipt of tagged ping in dashboard | # Verify real-time receipt of tagged ping in dashboard | ||
| Line 168: | Line 173: | ||
# Verify that "Recent pings..." entry contains correct ping types | # Verify that "Recent pings..." entry contains correct ping types | ||
# Drill down to JSON data | # Drill down to JSON data | ||
===== 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] | |||
* NOTE: if common info is good on baseline ping, SHOULD BE good on others! (All use same path of execution) | |||
===== Verify Baseline Info ===== | |||
===== Verify Events Info ===== | |||
===== Verify Metrics Info ===== | |||
===== Verify Custom Info ===== | |||
===EXAMPLES=== | ===EXAMPLES=== | ||