Auto-tools/Projects/Alerts: Difference between revisions

Line 32: Line 32:
* '''Test''' - a single test responsible for testing a feature.  Dromaeo_css has 6 tests called dojo.html, ext.html, jquery.html, mootools.html, prototype.html and yui.html.  These can also be called "pages", or "page tests", depending on the suite.
* '''Test''' - a single test responsible for testing a feature.  Dromaeo_css has 6 tests called dojo.html, ext.html, jquery.html, mootools.html, prototype.html and yui.html.  These can also be called "pages", or "page tests", depending on the suite.
* '''Replicate''' - Each test is executed (replicated) multiple times, and the result stored in an array.  Each result is called a "replicate", and the array of results is usually referred to as "the replicates".
* '''Replicate''' - Each test is executed (replicated) multiple times, and the result stored in an array.  Each result is called a "replicate", and the array of results is usually referred to as "the replicates".
* '''Sub-Test''' -  A test should be an atom, but unfortunately some tests bundle yet-deeper-but-unnamed tests into their replicates.  These buried tests are called "sub-tests".  To handle the sub-tests, the replicates are further ETLed into normal tests for dzAlerts to digest.  (more below)
* '''Sub-Test''' -  A test should be an atom, but unfortunately some tests bundle yet-deeper-but-unnamed tests into their replicates.  These buried tests are called "sub-tests".  To handle the sub-tests, the replicates are further ETLed into normal tests for dzAlerts to digest.  [https://wiki.mozilla.org/Auto-tools/Projects/Alerts#Dromeao.2A_ETL more below]


== General Design ==
== General Design ==
Confirmed users
513

edits