QA/Automation/Projects/Test Creation: Difference between revisions
Line 40: | Line 40: | ||
| 10 new automated tests | | 10 new automated tests | ||
|} | |} | ||
== How To Contribute == | |||
If you are interested in helping us on creating new tests, please follow this tutorials and get in contact with the project leads (you can most likely find us on the #automation channel on irc). | |||
* mozmill tests: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Mozmill_tests | |||
* browser chrome tests: https://developer.mozilla.org/en-US/docs/Browser_chrome_tests | |||
* mochitests: https://developer.mozilla.org/en-US/docs/Mochitest | |||
* If it's something you don't understand from this tutorials please contact us. | |||
== List of Tests == | == List of Tests == |
Revision as of 09:22, 8 May 2014
Overview
Given the continuous increasing number of features and changes made from a version to another in firefox, manual testing over and over again off all this could be difficult and time consuming.
Test automation can automate some repetitive but necessary tasks in a formalized testing process already in place, or add additional testing that would be difficult to perform manually.
Our goal is to increase the number of automated tests and low down the human work done when testing.
Name: | Test Creation |
Leads: | Daniel Gherasim, Mihaela Velimiroviciu |
Contributors: | n/a |
Tracking Bug: | bug 1007559 |
Repository: | mozilla-central, mozmill tests |
Etherpad: | https://etherpad.mozilla.org/tests-to-automate |
Roadmap
Date | Version | Details |
June 30th, 2014 | - | 10 new automated tests |
How To Contribute
If you are interested in helping us on creating new tests, please follow this tutorials and get in contact with the project leads (you can most likely find us on the #automation channel on irc).
- mozmill tests: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Mozmill_tests
- browser chrome tests: https://developer.mozilla.org/en-US/docs/Browser_chrome_tests
- mochitests: https://developer.mozilla.org/en-US/docs/Mochitest
- If it's something you don't understand from this tutorials please contact us.
List of Tests
In the following table you can find all the tests we decide that have to be done for this goal.
Test | Assigner | Status |
Create Mozmill test for Firefox's safebrowsing feature (bug 967568) | Mihaela Velimiroviciu | In progress |
Documentation
- Introduction into Test Frameworks: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Automated_testing
References
- Mochitests: https://developer.mozilla.org/en-US/docs/Mochitest
- Browser Chrome tests: https://developer.mozilla.org/en-US/docs/Browser_chrome_tests
- Mozmill tests: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Mozmill