Firefox OS/TCP/Testing: Difference between revisions

m
Lakrits moved page FirefoxOS/TCP/Testing to Firefox OS/TCP/Testing: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its name is consistent with the content it...
m (Lakrits moved page FirefoxOS/TCP/Testing to Firefox OS/TCP/Testing: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its name is consistent with the content it...)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Testing for the Firefox OS Tablet Contribution Program=
==Testing for the Firefox OS Tablet Contribution Program==
 
The bugzilla starter kit explains how to get started with exploratory testing and filing bugs. Give it a read!


https://quality.mozilla.org/docs/bugzilla/starter-kit/
https://quality.mozilla.org/docs/bugzilla/starter-kit/


==Exploratory testing==
For bugs you find as part of TCP, please put "[Flatfish]" in the summary.
Perform common actions, and file bugs when you find them, with "[flatfish]" in the summary.


==Confirm an unconfirmed bug==
==Confirm an unconfirmed bug==
Line 10: Line 11:


Query for all the UNCONFIRMED Flatfish bugs:
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
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>
<onlyinclude>
Line 18: Line 19:
     "order": "bug_id",
     "order": "bug_id",
     "status": "UNCONFIRMED",
     "status": "UNCONFIRMED",
    "short_desc": "[flatfish]",
    "short_desc_type": "allwordssubstr"
}
</bugzilla>
</onlyinclude>
==All the other bugs==
<onlyinclude>
<bugzilla>
    "include_fields": "id, summary, product, component",
    "order": "bug_id",
    "status": ["NEW", "RESOLVED","ASSIGNED"],
     "short_desc": "[flatfish]",
     "short_desc": "[flatfish]",
     "short_desc_type": "allwordssubstr"
     "short_desc_type": "allwordssubstr"
3,860

edits