QA/TDAI/Gristmill/Mozmill Tutorial: Difference between revisions

From MozillaWiki
< QA‎ | TDAI‎ | Gristmill
Jump to navigation Jump to search
(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...)
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.org/QA/TDAI/Gristmill#Grab_the_Latest_Milestone|install]] the Mozmill IDE extension (integrated development environment) to write and run the script we'll be creating.
Please visit the new [http://quality.mozilla.org/mozmill-docs/introduction-mozmill tutorial on QMO].
 
Next, we should decide what to test.  After looking over litmus briefly, testcase [https://litmus.mozilla.org/show_test.cgi?id=5958 5958] looks interesting.  Here is the testcase:
<blockquote>
<ol>
  <li><b>Windows</b>: Go to Tools | Options. (to exit Options, click the OK button)<br>
<b>Mac</b>: Go to FireFox | Preferences. (to exit Preferences, click the red (x) in the upper left.)<br>
<b>Linux</b>: Go to Edit | Preferences. (to exit Preferences, click the Close button)</li>
  <li>In the Contents panel, uncheck Enable JavaScript, then exit the dialog.</li>
  <li>Visit <a href="http://randomibis.com/coolclock/">Test Clock</a>.</li>
</ol>
 
Results -- There should be no clock displayed
</blockquote>

Latest revision as of 05:46, 2 March 2009

Please visit the new tutorial on QMO.