QA/Loop/Firefox 35

From New wiki
< QA | Loop
Jump to navigation Jump to search

Summary

Owner: Anthony Hughes

This page documents the testing strategy for the Firefox Hello client in Firefox 35.

Sign-off Criteria

  • 0 unresolved blocker bugs
  • 0 unverified qe-verify+ bugs
  • All new use cases covered by smoketests and executed across all platforms without finding new blockers
  • All regression smoketests and automation executed across all platforms without finding new blockers
  • Execute a testday for the new feature set

Smoketest Coverage

Guest Mode

Accounts

Conversation Widget

Exploratory

Bugs blocking Firefox 35

<bugzilla> {

"include_fields":"id,summary,cf_status_firefox35",
"product":"Loop",
"component":"Client",
"f1":"cf_blocking_loop",
"o1":"equals",
"v1":"Fx35+",
"resolution":"FIXED"

} </bugzilla>

Bugs needing QE verification

<bugzilla> {

"include_fields":"id,summary,cf_status_firefox35",
"product":"Loop",
"f1":"cf_status_firefox35",
"o1":"anywordssubstr",
"v1":"fixed verified",
"flagtypes.name":"qe-verify+",
"f2":"flagtypes.name",
"o2":"notequals",
"v2":"qe-verify-"

} </bugzilla>

Bugs needing QE review

<bugzilla> {

"include_fields":"id,summary",
"product":"Loop",
"f1":"cf_status_firefox35",
"o1":"anywordssubstr",
"v1":"fixed verified",
"f2":"flagtypes.name",
"o2":"notequals",
"v2":"qe-verify+",
"f3":"flagtypes.name",
"o3":"notequals",
"v3":"qe-verify-",
"f4":"flagtypes.name",
"o4":"notequals",
"v4":"qe-verify?"

} </bugzilla>

Bugs for Volunteers

If you're a volunteer and want to help verifying some fixes (or want to learn how) please comment in the bug to identify yourself.

<bugzilla> {

"include_fields":"id,summary",
"product":"Loop",
"f1":"cf_status_firefox35",
"o1":"equals",
"v1":"fixed",
"f2":"status_whiteboard",
"o2":"anywordssubstr",
"v2":"[good first verify]"

} </bugzilla>