source: trunk/doc/historical/test/index.html @ 4889

Last change on this file since 4889 was 4889, checked in by Nicklas Nordborg, 14 years ago

References #1290: Change source files to UTF-8

Changed 'Hakkinen' to 'Häkkinen'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date
File size: 2.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3<!--
4    $Id: index.html 4889 2009-04-06 12:52:39Z nicklas $
5
6    Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg
7
8    This file is part of BASE - BioArray Software Environment.
9    Available at http://base.thep.lu.se/
10
11    BASE is free software; you can redistribute it and/or modify it
12    under the terms of the GNU General Public License as published by
13    the Free Software Foundation; either version 3 of the License, or
14    (at your option) any later version.
15
16    BASE is distributed in the hope that it will be useful, but
17    WITHOUT ANY WARRANTY; without even the implied warranty of
18    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19    General Public License for more details.
20
21    You should have received a copy of the GNU General Public License
22    along with BASE. If not, see <http://www.gnu.org/licenses/>.
23-->
24
25<html>
26  <head>
27    <title>BASE 2.0 - Test procedures</title>
28  <link rel=stylesheet type="text/css" href="../styles.css">
29  </head>
30<body>
31
32<div class="navigation">
33  <a href="../index.html">BASE</a>
34  <img src="../next.gif">
35  Test procedures
36</div>
37
38<h1>BASE 2.0 - Test procedures</h1>
39
40<div class="abstract">
41
42<p>Test procedures to be written.</p>
43
44<p class="authors">
45<b>Created by:</b> Jari<br>
46<b>Last updated:</b> $Date: 2009-04-06 12:52:39 +0000 (Mon, 06 Apr 2009) $<br>
47<b>Copyright &copy;</b> 2006 The respective authors. All rights reserved.
48</p>
49
50</div>
51
52<a name="tests"></a>
53<h2>Available tests</h2>
54  <ol>
55  <li><a href="performance/index.html">Performance tests</a>:
56    Test the performance of BASE</li>
57  <li><a href="roles/index.html">Roles</a>: Big test for checking that the predefined
58    roles has correct permissions and can do their work as intended. This test goes
59    through most of Base including the Array LIMS, Biomaterials, and Analysis sections
60    with a realistic test case with real data.</li>
61  </ol>
62
63<a name="bugs">
64<h2>Feedback and bug reports</h2>
65</a>
66
67  <p>
68  Please use the <a href="http://sourceforge.net/mail/?group_id=54527"
69  target="_new">BASE developers mailing list</a> (<a
70  href="http://sourceforge.net/mailarchive/forum.php?forum_id=10103"
71  target="_new">basedb-devel archive</a>) for discussions about
72  BASE 2.0. Please use the <a
73  href=http://www.edgewall.com/trac/>trac</a> based
74  reporting system for bug reports, enhancement ideas, and feature
75  requests. More information at <a
76  href=http://base.thep.lu.se/#Feedback>the feedback section</a> of
77  the <a href=http://base.thep.lu.se/>BASE trac enviroment</a>.
78  </p>
79
80</body>
81</html>
Note: See TracBrowser for help on using the repository browser.