view black-box.html @ 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 4567dc69cb3e
line wrap: on
line source

<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
  <link rel="stylesheet" type="text/css" media="all"
        href="css/black-box.css" />
  <title>Bugzilla Dashboard - Black Box</title>
</head>
<body>
<h1 class="title">Bugzilla Dashboard - Black Box</h1>
<p>
  This page contains a Bugzilla Dashboard plugged-in to a
  toy Bugzilla database. You can log into it with the
  username "john@doe.com" and password "test".
</p>
<p>
  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>
<span class="test-button" id="testLoginWithNoPassword">
  Login without Password
</span>
<span class="test-button" id="testLoginWithCorrectPassword">
  Login with Correct Password
</span>
<span class="test-button" id="testLoginWithIncorrectPassword">
  Login with Incorrect Password
</span>
</body>
<!-- Base Scripts -->
<script src="js/jquery.js"></script>
<script src="js/require.js"></script>
<script src="js/modules/mocks.js"></script>
<script src="js/black-box.js"></script>
</html>