B2G/QA/Bugzilla/Advanced: Difference between revisions

From MozillaWiki
< B2G‎ | QA‎ | Bugzilla
Jump to navigation Jump to search
(Created page with "== Intro to Bugzilla == * https://developer.mozilla.org/en-US/docs/Bugzilla * If it's the first time you are using bugzilla I highly recommend; it's 2 years old, however it's a g...")
 
No edit summary
Line 1: Line 1:
== Intro to Bugzilla ==
* https://developer.mozilla.org/en-US/docs/Bugzilla
* If it's the first time you are using bugzilla I highly recommend; it's 2 years old, however it's a good general intro: [http://blog.johnath.com/2010/02/04/bugzilla-for-humans/ bugzilla-for-humans]
* Also to note, I would also suggest creating a separate gmail account for bugzilla as you may end up getting tons and tons of emails about bugs.
* [https://wiki.mozilla.org/Bugzilla:FAQ Other information about Bugzilla FAQ that doesn't necessarily impact doing work]
== Tips and Tricks: ==
== Tips and Tricks: ==
* [http://www.youtube.com/watch?v=14W-XguG--U Quick Searching by typing in firefox URL]
* [http://www.youtube.com/watch?v=14W-XguG--U Quick Searching by typing in firefox URL]
 
* Suggest creating a separate gmail account for bugzilla as you may end up getting tons and tons of emails about bugs.
== Template : ==
* [https://wiki.mozilla.org/Bugzilla:FAQ Other information about Bugzilla FAQ that doesn't necessarily impact doing work]
 
* Template
<pre>
Title: [<appname/Area>] :
 
## Environment :
<phone version>, <build id> <gaia timestamp>
 
## Repro :
1.
 
## Expected :
1.
 
## Actual :
1.  
 
## Note :
### Spec PDF:
### Page :
</pre>
 
* Example:
<pre>
Title: [Camera]
## Environment :
Unagi phone, build 20121101070839
2012-11-01 09:44:34
 
## Repro :
1.
## Expected :
1.
## Actual :
1.
## Note :
### Spec PDF: n/a
### Page :
</pre>
 
* Attachments:
** any logcats
** any screenshots
** any videos
** any other information
 
* Link: [https://bugzilla.mozilla.org/enter_bug.cgi?alias=&bug_severity=normal&bug_status=NEW&comment=*%20Environment%20%3A%20%0A%3Cphone%20version%3E%2C%20%3Cbuild%20id%3E%2C%20%3Cgaia%20timestamp%3E%0A%0A*%20Repro%20%3A%20%0A1.%0A%0A*%20Expected%20%3A%20%0A1.%0A%0A*%20Actual%20%3A%20%0A1.%0A%0A%23%20Note%20%3A%0A%23%23%20Spec%20PDF%3A%0A%23%23%20Page%20%3A%20%0A&component=Gaia&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&short_desc=%5b%3CApp%20Name%3E%5d&form_name=enter_bug&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Gonk%20(Firefox%20OS)&product=Boot2Gecko&qa_contact=&rep_platform=ARM create a new bug]


== Differences from other projects ==
== Differences from other projects ==

Revision as of 00:26, 21 November 2012

Tips and Tricks:

Differences from other projects

  • Whiteboard tags:
    • [b2g-desktop-builds] : for desktop builds
    • regression-window
    • regression
    • qa+ : qa needs to track
    • qa- : qa does not need to track
    • qa? : not sure if qa needs to track
    • qa^ : qa believes that this bug needs to be raised in awareness
    • [b2g-crash] : a crash that happens in b2g (note bugs could move to core if it is found to be a gecko crasher so it makes it easier to track crashing bugs this way.
    • [feedback] : comes from user feedback
  • Keyword tags:
    • qawanted : bugs that need QA to help provide more information
    • dogfood : added for people who submit through the dogfooding program.
    • b2g-testdriver: added for people who submit through the testdrivers program
    • unagi : when it happens on the unagi phone
    • otoro : when it happens on the otoro phone
    • polish : when it's a fixing/cleaning up the look and feel; it may not necessarily be blocking
    • steps-wanted : need repro steps
    • crash : a crashing bug
    • hang : hanging bug
    • dev-doc-needed: dev doc needed
    • user-doc-needed: SUMO doc needed
    • Other keywords
  • Flags:
    • Blocking-basecamp ?
      • any bugs that you think block release.

Base Camp blocking Priorities for Gaia

  • P1 (assigned) - dogfood/smoketest blockers, required feature work for v1 ship, demo blockers, certification requirements, l10n impact, risky or high LOE work, work with long dependency changes
  • P2 - Regressions, security bugs, severe crash/hang bugs, severe usability issues
  • P3 - Less critical stability, stability, and performance bugs that still block v1, less severe usability issues

Searches

Triage