Confirmed users
14,525
edits
Line 5: | Line 5: | ||
* Follow the steps in each test and submit your results | * Follow the steps in each test and submit your results | ||
* [http://mzl.la/1CMRXae Report a bug] if you think you've experienced a bug | * [http://mzl.la/1CMRXae Report a bug] if you think you've experienced a bug | ||
= Unconfirmed Bugs = | |||
The following bugs need to be tested to confirm reproducibility. | |||
* select a bug to test and test it on your computer | |||
* if you can reproduce the bug, provide detailed steps to reproduce and set the bug status to NEW | |||
* if you cannot reproduce the bug, ask the bug reporter for more information | |||
<bugzilla> | |||
{ | |||
"bug_status":"UNCONFIRMED", | |||
"product":"Loop" | |||
} | |||
</bugzilla> | |||
= Fixed Bugs = | |||
The following bugs need to be tested to confirm they're resolved. | |||
* select a bug to test and test it on your computer | |||
* if you can reproduce the bug, provide detailed steps to reproduce and set the bug status to REOPENED | |||
* if you cannot reproduce the bug, provide a description of how you tested the bug and on what platform then set the bug status to VERIFIED FIXED | |||
<bugzilla> | |||
{ | |||
"product":"Loop", | |||
"bug_status":"RESOLVED", | |||
"resolution":"FIXED" | |||
} | |||
</bugzilla> | |||
= QE Verification Bugs = | |||
The following bugs need QE testing to verify they're fixed. | |||
* select a bug to test and test it on your computer | |||
* if you can reproduce the bug, provide detailed steps to reproduce and set the bug status to REOPENED | |||
* if you think the bug is fixed, provide a description of your testing and your platform then set the bug status to VERIFIED FIXED | |||
* in addition, review the bug and flag it appropriately if you think it needs on-going test coverage: | |||
** if you think the bug deserves developer automation coverage, set the in-testsuite? flag | |||
** if you think the bug deserves QA automation coverage, set the in-qa-testsuite? flag | |||
** if you think the bug deserves manual test coverage, set the in-moztrap? flag | |||
<bugzilla> | |||
{ | |||
"product":"Loop", | |||
"resolution":"FIXED", | |||
"cf_status_firefox34":"fixed", | |||
"flagtypes.name":"qe-verify+" | |||
} | |||
</bugzilla> | |||
= Blocking Bugs = | |||
The following bugs block Firefox Hello from shipping in Firefox 34. There should be 0 unresolved blocking bugs before we release. | |||
<bugzilla> | |||
{ | |||
"cf_blocking_loop":"Fx34+" | |||
} | |||
</bugzilla> |