Articles tagged: Automated testing
Found 64 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/Automated_testing/Mochitests Mochitest is an automated testing framework built on top of the MochiKit JavaScript libraries ...
- Archive/Firefox_OS/Automated_testing/MTBF_tests Mean time between failures (MTBF) is the predicted elapsed time between inherent failures of a ...
- Archive/Firefox_OS/Automated_testing/Reftests Reference tests (or reftests) are basically tests that compare two separate renderings of web ...
- Chrome_tests A chrome test is basically a Mochitest running with chrome privileges.
- Compiled-code_automated_tests Compiled-code tests written in C++ are capable of testing anything in Mozilla, making them ...
- Metro_browser_chrome_tests The metro browser chrome test suite is an automated testing framework designed to allow testing ...
- Mozilla/Browser_chrome_tests The browser chrome test suite is an automated testing framework designed to allow testing of ...
- Mozilla/Creating_reftest-based_unit_tests The reftest harness compares the display of two Web pages. If the bitmaps resulting from ...
- Mozilla/How_to_add_a_build-time_test Writing a test is good, but it is even more helpful if that test gets executed. We have various ...
- Mozilla/httpd.js/HTTP_server_for_unit_tests This page describes the JavaScript implementation of an HTTP server located in ...
- Mozilla/Projects/MailNews/Leak_And_Bloat_Tests This page describes how to perform tests that measure memory leaks and bloat for MailNews and ...
- Mozilla/Projects/MailNews/MailNews_Automated_Testing Automated testing is an increasingly significant and important part of MailNews development. It ...
- Mozilla/Projects/Mochitest Mochitest is an automated testing framework built on top of the MochiKit JavaScript libraries. ...
- Mozilla/Projects/Mochitest/Modifying_Mochitest_SSL_behavior Mochitest provides functionality for tests to effectively simulate execution across a wide ...
- Mozilla/Projects/Mozmill/Mozmill_Element_Object This page is currently under development and is only relevant to Mozmill 2.0 and later.
- 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/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 These tests are found within the mozilla-central tree, along with the product code. They are all ...
- 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/Browser_screenshots Web UI: https://screenshots.mattn.ca/compare/ Capture source: browser/tools/mozscreenshots/ ...
- Mozilla/QA/Developing_tests So, you find that you need to develop a test. Perhaps you want to write tests. Perhaps you are ...
- Mozilla/QA/Firefox_UI_tests The Firefox UI test suite is an automated testing framework built on top of Marionette for ...
- Mozilla/QA/Mozmill_tests Mozmill is not just another testing tool inside the automated testing framework provided by ...
- Mozilla/QA/Mozmill_tests/Addon_tests In addition to using Mozmill to test the application itself, it is also possible to test any ...
- Mozilla/QA/Mozmill_tests/Commit_Policy The following details our policy for committing patches to the mozmill-tests and litmus-data ...
- 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/web-platform-tests web-platform-tests is a regression test suite covering standard Web platform features. It is ...
- 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 xpcshell is an XPConnect -enabled JavaScript Shell. It is a console application that lets you ...
- Mozilla/Tech/XPCOM/Language_bindings/XPConnect/xpcshell/Reference The command-line syntax for xpcshell is:
- Mozilla/Thunderbird/MailNews_xpcishell-tests MailNews xpcshell-tests are written and run in the same manner as the core xpcshell-tests. This ...
- Mozilla/Thunderbird/Thunderbird_Automated_Testing Automated testing is increasingly becoming a significant and important part of Thunderbird's ...
- Mozilla/Thunderbird/Thunderbird_MozMill_Testing MozMill is the framework that we're using to run interactive tests. Mozmill tests effectively ...
- Mozilla/Thunderbird/Thunderbird_MozMill_Testing/MozMill_Development_Install
- reftest_opportunities_files These are files in the Mozilla source that may be usable for reftest. It is not always clear why ...
- Running_automated_tests Mozilla code is covered by a large number of automated unit- and regression tests. These tests ...