QA/Fennec/Telemetry probes for Fennec UI elements: Difference between revisions
Jump to navigation
Jump to search
Full Query
Full Query
Flaviu.cos (talk | contribs) (Created page with "==Feature Reference== * Meta Bug: * Overal Status: ** Nightly: {{mrisk}} ** Aurora: {{mrisk}} ** Beta: {{mrisk}} ** Owner:(Flaviu Cos, irc: flaviu) ===Testing details=== *T...") |
Flaviu.cos (talk | contribs) |
||
(40 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Feature Reference== | ==Feature Reference== | ||
* Meta Bug: | * Meta Bug: {{Bug|942279}} | ||
* Overal Status: | * Overal Status: | ||
** Nightly: {{mrisk}} | ** Nightly: {{mrisk}} | ||
** Aurora: {{mrisk}} | ** Aurora: {{mrisk}} | ||
** Beta: {{mrisk}} | ** Beta: {{mrisk}} | ||
* Owner:(Flaviu Cos, irc: flaviu) | |||
===Testing details=== | ===Testing details=== | ||
*Tracking Telemetry Bugs: | *Tracking Telemetry Bugs: | ||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=942279 (mobile-ui-telemetry) | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=942279 (mobile-ui-telemetry) (meta) Add probes for Mobile UI Telemetry] | ||
====Date: 2014-05-19==== | |||
*Bugs verified: | |||
**{{Bug|977196}} - UI Telemetry for opening urls | |||
**{{Bug|981028}} - Add telemetry probes for Top Sites | |||
====Date: 2014-05-26==== | |||
*Bugs verified: | |||
**{{Bug|1002318}} - Add UI Telemetry for sanitizing private data | |||
**{{Bug|1012795}} - Replace editing mode cancel button telemetry extra with button id name | |||
====Date: 2014-05-29==== | |||
*Bugs verified: | |||
**{{Bug|1004890}} - Add UI telemetry for the Home Page contextmenu | |||
**{{Bug|1004889}} - Add UI telemetry for the main menu | |||
====Date: 2014-05-30==== | |||
* Bugs verified: | |||
** {{Bug|1008386}} - Add thumbnail position to griditem loadurl probe | |||
* Updated the bug list with the bugs that are not in the meta bug | |||
* Updated testplan | |||
* Investigate telemetry probes implemented in javascript | |||
** and chat with [mfinkle] about this | |||
====Date: 2014-06-06==== | |||
*Bugs verified: | |||
**{{Bug|997487}} - Add UI telemetry to editing mode cancel button | |||
====Date: 2014-06-10==== | |||
*Bugs verified: | |||
**{{Bug|1008194}} - Add UI telemetry for 'Request Desktop Site' | |||
====Date: 2014-06-19==== | |||
*Bug investigation: | |||
**{{Bug|997768}} - UI telemetry for top sites | |||
====Date: 2014-07-04==== | |||
*Verified bugs: | |||
**{{Bug|1018432}} - Add telemetry for "+" button in tabs tray | |||
**{{Bug|997768}} - UI telemetry for top sites | |||
====Date: 2014-07-30==== | |||
*Verified bugs: | |||
**{{Bug|988648}} - Telemetry: Bookmarking/Saving | |||
====Date: 2014-09-05==== | |||
*Verified bugs: | |||
**{{Bug|1007523}} - Add UI telemetry for managing search engines | |||
====Date: 2014-09-29==== | |||
*Verified bugs: | |||
**{{Bug|996753}} - Add telemetry for Settings usage | |||
**{{Bug|1063748}} - Follow-up: Add telemetry for Onboarding first run screen buttons | |||
===Bugzilla === | ===Bugzilla === | ||
==== [https://bugzilla.mozilla.org/show_bug.cgi?id=942279 META bug list] ==== | |||
< | <bugzilla> | ||
{ | |||
"blocks": "942279", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "Status" | |||
} | |||
</bugzilla> | |||
==== Bugs that are not in the meta bug ==== | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"id": " | "id": "1004890,1004889,1008645,1012795,1014044,997768,1008194,996753,988648", | ||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "Status" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
===Moztrap=== | ===Moztrap=== | ||
* testcases related (easier to track so when feature changes - update testcases) | * testcases related (easier to track so when feature changes - update testcases) | ||
** NA |
Latest revision as of 15:27, 29 September 2014
Feature Reference
- Meta Bug: bug 942279
- Overal Status:
- Nightly: [AT RISK]
- Aurora: [AT RISK]
- Beta: [AT RISK]
- Owner:(Flaviu Cos, irc: flaviu)
Testing details
- Tracking Telemetry Bugs:
Date: 2014-05-19
- Bugs verified:
- bug 977196 - UI Telemetry for opening urls
- bug 981028 - Add telemetry probes for Top Sites
Date: 2014-05-26
- Bugs verified:
- bug 1002318 - Add UI Telemetry for sanitizing private data
- bug 1012795 - Replace editing mode cancel button telemetry extra with button id name
Date: 2014-05-29
- Bugs verified:
- bug 1004890 - Add UI telemetry for the Home Page contextmenu
- bug 1004889 - Add UI telemetry for the main menu
Date: 2014-05-30
- Bugs verified:
- bug 1008386 - Add thumbnail position to griditem loadurl probe
- Updated the bug list with the bugs that are not in the meta bug
- Updated testplan
- Investigate telemetry probes implemented in javascript
- and chat with [mfinkle] about this
Date: 2014-06-06
- Bugs verified:
- bug 997487 - Add UI telemetry to editing mode cancel button
Date: 2014-06-10
- Bugs verified:
- bug 1008194 - Add UI telemetry for 'Request Desktop Site'
Date: 2014-06-19
- Bug investigation:
- bug 997768 - UI telemetry for top sites
Date: 2014-07-04
- Verified bugs:
- bug 1018432 - Add telemetry for "+" button in tabs tray
- bug 997768 - UI telemetry for top sites
Date: 2014-07-30
- Verified bugs:
- bug 988648 - Telemetry: Bookmarking/Saving
Date: 2014-09-05
- Verified bugs:
- bug 1007523 - Add UI telemetry for managing search engines
Date: 2014-09-29
- Verified bugs:
- bug 996753 - Add telemetry for Settings usage
- bug 1063748 - Follow-up: Add telemetry for Onboarding first run screen buttons
Bugzilla
META bug list
40 Total; 0 Open (0%); 28 Resolved (70%); 12 Verified (30%);
Bugs that are not in the meta bug
ID | Priority | Summary | Status | Assigned to |
---|---|---|---|---|
988648 | P1 | Telemetry: Bookmarking/Saving | VERIFIED | Mark Finkle (:mfinkle) (use needinfo?) |
996753 | -- | Add telemetry for Settings usage | VERIFIED | :Margaret Leibovic |
997768 | -- | UI telemetry for top sites | VERIFIED | |
1004889 | -- | Add UI telemetry for the main menu | VERIFIED | Mark Finkle (:mfinkle) (use needinfo?) |
1004890 | -- | Add UI telemetry for the Home Page contextmenu | VERIFIED | Mark Finkle (:mfinkle) (use needinfo?) |
1008194 | -- | Add UI telemetry for 'Request Desktop Site' | VERIFIED | |
1008645 | -- | Add UI telemetry for First-run | VERIFIED | |
1012795 | -- | Replace editing mode cancel button telemetry extra with button id name | VERIFIED | Michael Comella (:mcomella) [NI reported issues only: ex-Mozilla] |
1014044 | -- | [EPIC] UX Telemetry | RESOLVED |
9 Total; 0 Open (0%); 1 Resolved (11.11%); 8 Verified (88.89%);
Moztrap
- testcases related (easier to track so when feature changes - update testcases)
- NA