B2G/QA/Manual Test: Difference between revisions
Jump to navigation
Jump to search
(Placeholder Created) |
(Initial draft of Manual Test section) |
||
Line 1: | Line 1: | ||
== Manual Test == | == How to Write Manual Tests == | ||
It is a good idea to review following one and done tasks to get familiar with writing manual test cases | |||
* [https://oneanddone.mozilla.org/tasks/12/ Exploratory Manual Testing] | |||
* [https://oneanddone.mozilla.org/tasks/75/ Firefox OS Exploratory Testing] | |||
Once you are done with them, review the [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Test_Case_Writing_Primer Test Case Writing Primer] in MDN. | |||
== Where to Write Tests == | |||
The manual test cases are stored in [https://developer.mozilla.org/en-US/docs/Mozilla/QA MozTrap]. | |||
MozTrap documentation is available [https://moztrap.readthedocs.org/en/latest/ here]. | |||
=== How to Search for Firefox OS Test Cases === | |||
* Go to MozTrap, and select 'Manage' and pick 'Suites' | |||
* Select 'Advanced Filtering' | |||
* For Product, select 'Firefox OS (version number)' | |||
* In Name field, type the name of the component. (E.g. For Music app test cases, type 'music') | |||
<br> | |||
You will see the list below getting filtered as you select additional criteria. In above example, music test suite can be found as [Media]Music in the list. | |||
== Additional Information for Each Component == | |||
Refer to [[QA/B2G/How_To_Test_Firefox_OS|this page]] for test strategy for each component. Some sections may be out of date. |
Revision as of 22:44, 24 November 2015
How to Write Manual Tests
It is a good idea to review following one and done tasks to get familiar with writing manual test cases
Once you are done with them, review the Test Case Writing Primer in MDN.
Where to Write Tests
The manual test cases are stored in MozTrap. MozTrap documentation is available here.
How to Search for Firefox OS Test Cases
- Go to MozTrap, and select 'Manage' and pick 'Suites'
- Select 'Advanced Filtering'
- For Product, select 'Firefox OS (version number)'
- In Name field, type the name of the component. (E.g. For Music app test cases, type 'music')
You will see the list below getting filtered as you select additional criteria. In above example, music test suite can be found as [Media]Music in the list.
Additional Information for Each Component
Refer to this page for test strategy for each component. Some sections may be out of date.