Articles tagged: QA
Found 93 documents
- Archive/Firefox_OS/Automated_testing This page offers articles that provide information about various aspects of testing B2G OS, ...
- Archive/Firefox_OS/Automated_testing/Gaia_performance_tests This article provides information about running performance tests on Gaia, as well as how to ...
- Archive/Firefox_OS/Debugging There are two main types of debugging you'll want to with Firefox OS: debugging apps, and ...
- Archive/Firefox_OS/Debugging/Firefox_OS_crash_reporting The following instructions assume that you have already followed these three steps:
- Archive/Firefox_OS/Developing_Firefox_OS/Filing_bugs_against_Firefox_OS As with most projects in Mozilla, we use Bugzilla for bug and issue status tracking. You can ...
- Archive/Firefox_OS/Platform/Feature_support_chart There are several different builds of Firefox OS you can download or build for yourself, and ...
- Downloading_Nightly_or_Trunk_Builds There are some terms that are used by the Mozilla community. One sees them on IRC or in bugs. It ...
- Glossary/Smoke_Test A smoke test consists of functional or unit tests of critical software functionality. Smoke ...
- MDN/Doc_status/MozQA See also localization status of this section.
- Mozilla/Bugzilla bugzilla.mozilla.org (often abbreviated b.m.o) is Mozilla.org's bug-tracking system, a database ...
- Mozilla/Bugzilla/What_to_do_and_what_not_to_do_in_Bugzilla You should change the summary if the current one is unclear or does not correctly describe the ...
- Mozilla/Command_Line_Options Command line options are used to specify various startup options for Mozilla applications. This ...
- Mozilla/Firefox/Multiple_profiles A profile in Firefox is the collection of settings, customizations, add-ons, and other ...
- Mozilla/Firefox_for_Android/Compatibility_Testing Our goal, is to open up the Web to all mobile browsers via promotion of standards and best ...
- Mozilla/How_to_report_a_hung_Firefox Is your Firefox not responding? Or are you regularly seeing the "Firefox is running but is not ...
- Mozilla/Performance/Reporting_a_Performance_Problem This article will guide you in reporting a performance problem using the Gecko Profiler extension.
- Mozilla/Performance/Reporting_a_Thunderbird_Performance_Problem_with_G This article will guide you in reporting a Thunderbird performance problem using the Gecko ...
- Mozilla/Projects/Crash_reporting Firefox ships with an open-source crash reporting system. This system is combination of projects:
- Mozilla/Projects/Crash_reporting/Searching_crash_reports The Mozilla crash-stats site provides facilities for investigating large numbers of Firefox ...
- Mozilla/Projects/Crash_reporting/Understanding_crash_reports If a user experiences a crash they will be prompted to submit a raw crash report, which is ...
- Mozilla/Projects/Mozmill/Mozmill_Element_Object This page is currently under development and is only relevant to Mozmill 2.0 and later.
- Mozilla/Projects/Mozmill/Mozmill_Element_Object/Extending_the_MozMill_element_hierarchy MozMill uses an element hierarchy for wrapping and manipulating DOM elements. The base class is ...
- Mozilla/Projects/Mozmill/Release_Testing To shorten the times for QA while running tests against upcoming Firefox releases, Mozmill is ...
- Mozilla/Projects/SpiderMonkey/Creating_JavaScript_tests Most new tests could go in either suite. The main differences are:
- Mozilla/Projects/SpiderMonkey/Running_Automated_JavaScript_Tests The jstests shell harness is js/src/tests/jstests.py. Basic usage is:
- Mozilla/Projects/TPS_Tests TPS consists of a Firefox extension of the same name, along with a python test runner. The ...
- Mozilla/QA Here you'll find articles and tools to help you gear up to join the QA team testing Firefox to ...
- Mozilla/QA/Adding_AJAX_tests_to_Mozilla Have you written an AJAX framework? Would you like to make sure we don't cause problems for your ...
- Mozilla/QA/Automated_testing/Peptest Peptest is an automated testing framework designed to test whether or not the browser's UI ...
- Mozilla/QA/Avoiding_intermittent_oranges Intermittent oranges are test failures which happen intermittently, in a seemingly random way. ...
- Mozilla/QA/A_Bugs_Life Hi, and welcome to QA at Mozilla! The reason you're probably here is to find out what we do here ...
- Mozilla/QA/Bug_Triage_Day The Unconfirmed Bugs Triage Day is held on a weekly basis. This event is open to anyone wanting ...
- Mozilla/QA/Bug_Verification_Day Why : One of QA responsibilities is to validate that fixes in the browser don't yield any ...
- Mozilla/QA/Bug_writing_guidelines This page assumes you'd like to contribute to the Mozilla project by collecting enough ...
- Mozilla/QA/Confirming_unconfirmed_bugs Bugs from new bug reporters will initially have the status UNCONFIRMED. To move a bug from ...
- Mozilla/QA/Desktop_Firefox_Keyword_Flag_usage Bugzilla can seem to be a very complex tool for a beginner. This is a small guide intended to ...
- Mozilla/QA/Desktop_Firefox_Reporting_and_Writing_Good_Bugs So, you think have found a bug in Firefox and you want to report it to be fixed. Great and thank ...
- Mozilla/QA/Fennec_Android:_Logging_with_the_Android_Debug_and_Logcat Often times it is useful and necessary to determine what is going on during the execution of a ...
- Mozilla/QA/Filing_Crash_Bugs While filing a bug for a crash you have encountered or found using crash stats, there are a few ...
- Mozilla/QA/Firefox_UI_tests The Firefox UI test suite is an automated testing framework built on top of Marionette for ...
- Mozilla/QA/Firefox_Updates_Testing This document is meant to explain how we test updates and how you can set up your test ...
- Mozilla/QA/Fuzzing Fuzzing is a technique for testing software using automated tools to provide invalid or ...
- Mozilla/QA/Getting_Started_with_IRC IRC, or Internet Relay Chat, is a form of real-time text messaging between multiple users at the ...
- Mozilla/QA/Getting_started_with_Manual_Testing Are you interested in helping test Mozilla’s websites? One of the best ways to get to know the ...
- Mozilla/QA/Helping_the_DOM_team The DOM team works on Mozilla's implementation of the W3C's Document Object Model spec, Gecko's ...
- Mozilla/QA/Helping_the_DOM_team/Bug_Triage Bug triage is the process of going through a list of bugs to find bugs that need assistance, ...
- Mozilla/QA/How_can_I_help_test_ Thanks for asking! There are lots of ways for you to become part of the Mozilla quality team, ...
- Mozilla/QA/Investigating_and_reporting_memory_regressions Investigating any memory regressions detected by endurance tests takes time. It can often ...
- Mozilla/QA/Managing_Web_QA_XFails One of the ongoing tasks of the Web QA department is managing xfails. This document will explain ...
- Mozilla/QA/Marionette Marionette is an automation driver for Mozilla's Gecko engine. It can remotely control either ...
- Mozilla/QA/Marionette/Protocol The Marionette remote control protocol lets out-of-process programs to communicate with Gecko.
- Mozilla/QA/Marionette/Running_Tests Marionette-based tests can be run in-tree with a locally built Firefox through mach ...
- Mozilla/QA/Marionette/WebDriver Marionette, the next generation of FirefoxDriver, is nearing completion. You can track the ...
- Mozilla/QA/Mobile_Firefox Firefox for Android is the mobile version of Firefox with a native Android look and feel. It's ...
- Mozilla/QA/Mozmill_Contribution What is Mozmill? Mozmill is a tool used to automate functional testing. It can be used by ...
- Mozilla/QA/Mozmill_tests/Shared_Modules While creating Mozmill tests for a given user interface the same elements have to be accessed ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/AddonsAPI The AddonsAPI adds support for addons related functions. It also gives access to the Add-on ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/AddonsAPI/addonsManager This class simplifies the access to the Add-ons Manager.
- Mozilla/QA/Mozmill_tests/Shared_Modules/DownloadsAPI If a test needs to interact with the Download Manager or simply has to handle a download of a ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/DownloadsAPI/downloadManager This class simplifies the access of the Download Manager window for Firefox.
- Mozilla/QA/Mozmill_tests/Shared_Modules/ModalDialogAPI The ModalDialogAPI adds support for handling modal dialogs. It has to be used e.g. for alert ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/ModalDialogAPI/modalDialog Before a modal dialog can be opened, an instance of the modalDialog class has to be created. ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/PlacesAPI Tests which have to access bookmarks or history related functions can use the PlacesAPI to make ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/PrefsAPI The PrefsAPI adds support for preferences related functions. It gives access to the preferences ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/PrefsAPI/preferences The preferences class simplifies the access to the nsIPrefBranch XPCOM interface and let you ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/PrefsAPI/preferencesDialog The preferencesDialog class simplifies the access to the preferences dialog.
- Mozilla/QA/Mozmill_tests/Shared_Modules/PrivateBrowsingAPI The PrivateBrowsingAPI adds support for handling the private browsing mode.
- Mozilla/QA/Mozmill_tests/Shared_Modules/PrivateBrowsingAPI/privateBrowsing The privateBrowsing class simplifies the access to the Private Browsing mode.
- Mozilla/QA/Mozmill_tests/Shared_Modules/SearchAPI The SearchAPI adds support for search related functions like the search bar and the search ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/SearchAPI/searchBar The searchBar class simplifies the access for the searchbar.
- Mozilla/QA/Mozmill_tests/Shared_Modules/SessionStoreAPI This SessionStoreAPI adds support for accessing and interacting with the Session Store.
- Mozilla/QA/Mozmill_tests/Shared_Modules/SessionStoreAPI/aboutSessionRestore This class handles the about:sessionrestore page.
- Mozilla/QA/Mozmill_tests/Shared_Modules/SoftwareUpdateAPI The SoftwareUpdateAPI adds support for an easy access to the update process.
- Mozilla/QA/Mozmill_tests/Shared_Modules/SoftwareUpdateAPI/softwareUpdate The softwareUpdate class simplifies the access to the software dialog and some underlying ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/TabbedBrowsingAPI The TabbedBrowsingAPI adds support for accessing and interacting with tab elements.
- Mozilla/QA/Mozmill_tests/Shared_Modules/TabbedBrowsingAPI/tabBrowser This class simplifies the access to tab related elements and functions in the browser window.
- Mozilla/QA/Mozmill_tests/Shared_Modules/ToolbarAPI The ToolbarAPI adds support for accessing and interacting with toolbar elements.
- Mozilla/QA/Mozmill_tests/Shared_Modules/ToolbarAPI/locationBar The locationBar class offers simpler access to the location bar and its elements.
- Mozilla/QA/Mozmill_tests/Shared_Modules/UtilsAPI The UtilsAPI offers various helper functions for any other API which is not already covered by ...
- Mozilla/QA/Mozmill_tests/Shared_Modules/UtilsAPI/appInfo Wrapper class which provides information about the host application (see nsIXULAppInfo).
- Mozilla/QA/Organizing_a_Testday Please remember that the following is only a rough guideline. The more effort you put into ...
- Mozilla/QA/Reducing_testcases A reduced testcase is the simplest possible Web page that still demonstrates the bug. A bug ...
- Mozilla/QA/Robocop Robocop is a Java-based testing framework, which is an extention of the Android Robotium test ...
- Mozilla/QA/Robocop/Code_style_guidelines This page provides a set of minimum guidelines for code formatting and coding style that you ...
- Mozilla/QA/Running_Web_QA_automated_tests So you’re interested in contributing to Mozilla Web QA automation projects but don’t know where ...
- Mozilla/QA/Testday_FAQ Welcome to the Testdays FAQ. The purpose of this FAQ is to educate about testdays, what they ...
- Mozilla/QA/Test_Case_Writing_Primer Writing a clear, concise manual test case is an important part of quality assurance. There are a ...
- Mozilla/QA/Tips_and_Tricks The following document was written to create a central location for tips and tricks that MozQA ...
- Mozilla/QA/Triaging_Bugs_for_Firefox The document is to help anyone that's interested in QA at Mozilla to learn techniques on how to ...
- Mozilla/QA/Writing_xpcshell-based_unit_tests The xpcshell tool can be used to test certain kinds of functionality. Anything available to the ...
- Mozilla/Tech/XPCOM/Language_bindings/XPConnect/xpcshell/Test_manifest_expressions XPCShell unit tests are run by specifying them in a manifest file. You can add conditions to ...
- Screening_duplicate_bugs If you have spent any time confirming UNCONFIRMED bugs or going through new bugs, you will have ...
- SpecialPowers SpecialPowers is a set of APIs available to Mochitest tests. Mochitests are intended to be ...