... | ... | @@ -14,25 +14,23 @@ Then for checking the results we do regresions tests, every regresion test is an |
|
|
|
|
|
The TestSuite 2.0 has been thought to be easy and simple for Alya programmers and also to be very usefull and configurable for your own tests. So let's start!
|
|
|
|
|
|
<ol>
|
|
|
<li>First checkout the TestSuite 2.0:</li>
|
|
|
<br/>From MN4:
|
|
|
\code
|
|
|
1. Checkout the TestSuite 2.0:
|
|
|
* From MN4:
|
|
|
|
|
|
svn co file:///gpfs/projects/bsc21/svnroot/AlyaTS/Trunk
|
|
|
\endcode
|
|
|
Local Machine:
|
|
|
\code
|
|
|
|
|
|
* Local Machine:
|
|
|
|
|
|
svn co svn+ssh://bsc21***@mn3.bsc.es/gpfs/projects/bsc21/svnroot/AlyaTS/Trunk
|
|
|
\endcode
|
|
|
<li>Second configure the testSuite:</li>
|
|
|
\code
|
|
|
|
|
|
2. Configure the testSuite:
|
|
|
|
|
|
./configure
|
|
|
\endcode
|
|
|
<li>Finally execute the testSuite:</li>
|
|
|
\code
|
|
|
|
|
|
3. Execute the testSuite:</li>
|
|
|
|
|
|
./testSuite
|
|
|
\endcode
|
|
|
</ol>
|
|
|
|
|
|
|
|
|
### TestSuite 2.0 finished and now what?
|
|
|
|
... | ... | |