QA/TDAI/Gristmill/Mozmill Tutorial

From MozillaWiki
< QA‎ | TDAI‎ | Gristmill
Revision as of 13:35, 24 September 2008 by Ctalbert (talk | contribs) (New page: This is a simple tutorial on how to create a Firefox UI automation script by hand using the Gristmill tool set. Since you're just working inside the UI, you need to [[https://wiki.mozilla...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a simple tutorial on how to create a Firefox UI automation script by hand using the Gristmill tool set. Since you're just working inside the UI, you need to [[1]] the Mozmill IDE extension (integrated development environment) to write and run the script we'll be creating.

Next, we should decide what to test. After looking over litmus briefly, testcase 5958 looks interesting. Here is the testcase:

  1. Windows: Go to Tools | Options. (to exit Options, click the OK button)
    Mac: Go to FireFox | Preferences. (to exit Preferences, click the red (x) in the upper left.)
    Linux: Go to Edit | Preferences. (to exit Preferences, click the Close button)
  2. In the Contents panel, uncheck Enable JavaScript, then exit the dialog.
  3. Visit <a href="http://randomibis.com/coolclock/">Test Clock</a>.

Results -- There should be no clock displayed