Confirmed users
5,365
edits
m (→Writing automated tests: Just a little polish / spelling.) |
mNo edit summary |
||
| Line 16: | Line 16: | ||
The bug database aka [https://bugzilla.mozilla.org bugzilla] is the tool used by developers to track defects in the product. | The bug database aka [https://bugzilla.mozilla.org bugzilla] is the tool used by developers to track defects in the product. | ||
The database is open to anyone who wants to let | The database is open to anyone who wants to let developers know about issues with Thunderbird. | ||
Work in this | Work in this area is based on understanding the product, the protocols and what users are seeing. No need to be too technical - but it takes time to get acquainted with how things work and this activity is more time consuming than testing. | ||
More information on this activity can be found [[Thunderbird:Testing/bugzilla|here]]. | More information on this activity can be found [[Thunderbird:Testing/bugzilla|here]]. | ||
| Line 24: | Line 24: | ||
== Writing automated tests == | == Writing automated tests == | ||
This is the most technical part of the job of QA. It requires a good amount of technical knowledge, or is a good way to learn a lot of technical stuff. This involves understanding programming or learning about it. | |||
More information on writing tests is available here. | More information on writing tests is available here. | ||