Confirmed users
4,378
edits
| Line 81: | Line 81: | ||
== Strategy == | == Strategy == | ||
* Exploratory Manual testing using outline; see Test Outline section | * Exploratory Manual | ||
* Regression | ** Modified [http://en.wikipedia.org/wiki/Session-based_testing Session Based] testing around: | ||
*** testing using outline; see Test Outline section | |||
*** Bug fixes | |||
*** Features implemented | |||
* Regression Testing based on Test Cases | |||
** Found via bugs | |||
** based on outline/feature/spec | |||
* Automation testing: | * Automation testing: | ||
** [https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Platform/Testing/Gaia_unit_tests Unit testing] ( this is handled by developers) | ** [https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Platform/Testing/Gaia_unit_tests Unit testing] ( this is handled by developers) | ||
** [https://blog.mozilla.org/webdev/2012/10/19/pre-integration-testing/ Other Preintegration testing] such as [https://travis-ci.org/mozilla-b2g/gaia Travis Continual Integration Testing] | ** [https://blog.mozilla.org/webdev/2012/10/19/pre-integration-testing/ Other Preintegration testing] such as [https://travis-ci.org/mozilla-b2g/gaia Travis Continual Integration Testing] | ||
** Marionette testing : | ** Marionette testing as covered in related documents | ||
* [https://wiki.mozilla.org/B2G/Triage Triage of bugs] | |||
** [https://wiki.mozilla.org/B2G/QA/Triage QA Response to Triaged bugs] | |||
== Signoff Criteria == | == Signoff Criteria == | ||