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 4404 2008-08-21 11:05:23Z martin $ |
---|
5 | |
---|
6 | Copyright (C) 2006 Jari Hakkinen, 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 2 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 this program; if not, write to the Free Software |
---|
23 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
24 | 02111-1307, USA. |
---|
25 | --> |
---|
26 | |
---|
27 | <html> |
---|
28 | <head> |
---|
29 | <title>BASE 2.0 - Test procedures</title> |
---|
30 | <link rel=stylesheet type="text/css" href="../styles.css"> |
---|
31 | </head> |
---|
32 | <body> |
---|
33 | |
---|
34 | <div class="navigation"> |
---|
35 | <a href="../index.html">BASE</a> |
---|
36 | <img src="../next.gif"> |
---|
37 | Test procedures |
---|
38 | </div> |
---|
39 | |
---|
40 | <h1>BASE 2.0 - Test procedures</h1> |
---|
41 | |
---|
42 | <div class="abstract"> |
---|
43 | |
---|
44 | <p>Test procedures to be written.</p> |
---|
45 | |
---|
46 | <p class="authors"> |
---|
47 | <b>Created by:</b> Jari<br> |
---|
48 | <b>Last updated:</b> $Date: 2008-08-21 11:05:23 +0000 (Thu, 21 Aug 2008) $<br> |
---|
49 | <b>Copyright ©</b> 2006 The respective authors. All rights reserved. |
---|
50 | </p> |
---|
51 | |
---|
52 | </div> |
---|
53 | |
---|
54 | <a name="tests"></a> |
---|
55 | <h2>Available tests</h2> |
---|
56 | <ol> |
---|
57 | <li><a href="performance/index.html">Performance tests</a>: |
---|
58 | Test the performance of BASE</li> |
---|
59 | <li><a href="roles/index.html">Roles</a>: Big test for checking that the predefined |
---|
60 | roles has correct permissions and can do their work as intended. This test goes |
---|
61 | through most of Base including the Array LIMS, Biomaterials, and Analysis sections |
---|
62 | with a realistic test case with real data.</li> |
---|
63 | </ol> |
---|
64 | |
---|
65 | <a name="bugs"> |
---|
66 | <h2>Feedback and bug reports</h2> |
---|
67 | </a> |
---|
68 | |
---|
69 | <p> |
---|
70 | Please use the <a href="http://sourceforge.net/mail/?group_id=54527" |
---|
71 | target="_new">BASE developers mailing list</a> (<a |
---|
72 | href="http://sourceforge.net/mailarchive/forum.php?forum_id=10103" |
---|
73 | target="_new">basedb-devel archive</a>) for discussions about |
---|
74 | BASE 2.0. Please use the <a |
---|
75 | href=http://www.edgewall.com/trac/>trac</a> based |
---|
76 | reporting system for bug reports, enhancement ideas, and feature |
---|
77 | requests. More information at <a |
---|
78 | href=http://base.thep.lu.se/#Feedback>the feedback section</a> of |
---|
79 | the <a href=http://base.thep.lu.se/>BASE trac enviroment</a>. |
---|
80 | </p> |
---|
81 | |
---|
82 | </body> |
---|
83 | </html> |
---|