Confirmed users
2,816
edits
Line 1: | Line 1: | ||
=Testing for the Firefox OS Tablet Contribution Program= | =Testing for the Firefox OS Tablet Contribution Program= | ||
https://quality.mozilla.org/docs/bugzilla/starter-kit/ | |||
https:// | ==Exploratory testing== | ||
Perform common actions, and file bugs when you find them, with "[flatfish]" in the summary. | |||
==Confirm an unconfirmed bug== | |||
If you can reproduce an unconfirmed bug, comment in the bug with your steps to reproduce or other useful details. If you have the [https://developer.mozilla.org/en-US/docs/What_to_do_and_what_not_to_do_in_Bugzilla canconfirm permission] in bugzilla.mozilla.org, change the bug status from UNCONFIRMED to NEW. If you can't reproduce the bug, it's great to leave a comment saying so. | |||
Query for all the UNCONFIRMED Flatfish bugs: | |||
https://bugzilla.mozilla.org/buglist.cgi?list_id=10113014&short_desc=[flatfish]&resolution=---&resolution=DUPLICATE&query_format=advanced&bug_status=UNCONFIRMED&short_desc_type=allwordssubstr | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, summary, product, component", | |||
"order": "bug_id", | |||
"status": "UNCONFIRMED", | |||
"short_desc": "[flatfish]", | |||
"short_desc_type": "allwordssubstr" | |||
} | |||
</bugzilla> | |||
</onlyinclude> |