changeset 104:e79a2dd66e25

Added links between black box and unit tests
author Atul Varma <avarma@mozilla.com>
date Thu, 29 Apr 2010 10:39:17 -0700
parents a994fc89f341
children e309abd8ceca
files black-box.html css/black-box.css tests.html
diffstat 3 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/black-box.html	Thu Apr 29 10:28:26 2010 -0700
+++ b/black-box.html	Thu Apr 29 10:39:17 2010 -0700
@@ -13,9 +13,14 @@
   username "john@doe.com" and password "test".
 </p>
 <p>
-  You can also click on a test that automates some
+  You can also select a test that automates some
   common UI actions for you.
 </p>
+<p>
+  This page is intended as an aid to system testing. The
+  Bugzilla Dashboard also has a <a href="tests.html"
+  target="unitTests">unit test suite</a>.
+</p>
 <div id="dashboard-container">
 <iframe src="about:blank" id="dashboard"></iframe>
 </div>
--- a/css/black-box.css	Thu Apr 29 10:28:26 2010 -0700
+++ b/css/black-box.css	Thu Apr 29 10:39:17 2010 -0700
@@ -5,6 +5,11 @@
     font-size: 9pt;
 }
 
+a {
+    color: white;
+    text-decoration: underline;
+}
+
 #dashboard-container {
     float: left;
 }
--- a/tests.html	Thu Apr 29 10:28:26 2010 -0700
+++ b/tests.html	Thu Apr 29 10:39:17 2010 -0700
@@ -3,10 +3,10 @@
   <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" type="text/css" media="all"
         href="css/qunit.css" />
-<title>Bugzilla Dashboard Test Suite</title>
+<title>Bugzilla Dashboard Unit Test Suite</title>
 </head>
 <body>
-<h1 id="qunit-header">Bugzilla Dashboard Test Suite</h1>
+<h1 id="qunit-header">Bugzilla Dashboard Unit Test Suite</h1>
 <h2 id="qunit-banner"></h2>
 <h2 id="qunit-userAgent"></h2>
 <ol id="qunit-tests"></ol>
@@ -14,7 +14,9 @@
   <a target="qunitDocs"
      href="http://docs.jquery.com/QUnit">QUnit Documentation</a> |
   <a target="bugzillaDashboard"
-     href="index.html">Bugzilla Dashboard</a>
+     href="index.html">Bugzilla Dashboard</a> |
+  <a target="blackBox"
+     href="black-box.html">Black Box (System Tests)</a>
 </p>
 </body>
 <!-- Base Scripts-->