Articles tagged: MozMill
Found 47 documents
- Mozilla/Calendar/MozMill_Testing For general Mozmill knowledge see en/Mozmill_Tests first.
- Mozilla/How_to_investigate_Disconnect_failures This article will guide you on how to investigate disconnect failures. An example of such a failure
- Mozilla/Projects/Mozmill MozMill is a test tool and framework for writing automated tests for Gecko based applications ...
- Mozilla/Projects/Mozmill/First_Steps A Mozmill test is merely a small JavaScript function named "testsomething". Below we will ...
- Mozilla/Projects/Mozmill/First_Steps/Introduction_to_the_Mozmill_IDE We are in the middle of a complete refactoring of the IDE. This page is a placeholder until ...
- Mozilla/Projects/Mozmill/First_Steps/Tutorial:_Introduction_to_Mozmill Let's write a simple Mozmill test to explain how each part of the Mozmill tool and API works. ...
- Mozilla/Projects/Mozmill/how_to_investigate_update_failures This short article will guide you on how to investigate an update failure. An example of such a ...
- Mozilla/Projects/Mozmill/Mozmill_Base_Object_Interfaces At the top of many Mozmill tests you will see a line that contains a setupModule function with ...
- Mozilla/Projects/Mozmill/Mozmill_Controller_Object This is the primary object for simulating user actions in Mozmill
- Mozilla/Projects/Mozmill/Mozmill_Elements_Library_Object The elements library object provides several mechanisms to reference objects for your Mozmill ...
- 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/Mozmill_Unit_Test_Framework The JUM API is basically a group of assertion methods to allow you to throw customized errors ...
- Mozilla/Projects/Mozmill/Release_Testing To shorten the times for QA while running tests against upcoming Firefox releases, Mozmill is ...
- Mozilla/QA/Investigating_and_reporting_memory_regressions Investigating any memory regressions detected by endurance tests takes time. It can often ...
- Mozilla/QA/Mozmill Much of Mozilla's success is attributed to contributions from the community; Mozmill is no ...
- 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 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/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