[Appsunit-develop] [cvscommit] web/htdocs index.html,1.5,1.6
Status: Beta
Brought to you by:
jancumps
|
From: Jan C. <jan...@us...> - 2006-10-30 22:19:48
|
Update of /cvsroot/appsunit/web/htdocs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32366 Modified Files: index.html Log Message: Archetype docs. Index: index.html =================================================================== RCS file: /cvsroot/appsunit/web/htdocs/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.html 28 Oct 2006 23:04:11 -0000 1.5 --- index.html 30 Oct 2006 22:19:47 -0000 1.6 *************** *** 5,10 **** - - --- 5,8 ---- *************** *** 12,17 **** - - --- 10,13 ---- *************** *** 24,35 **** - <h1 class="western">AppsUnit</h1> ! ! <table style="text-align: left; width: 712px; height: 132px;" class="" border="1" cellpadding="2" cellspacing="2"> ! --- 20,28 ---- <h1 class="western">AppsUnit</h1> ! <table class="" style="text-align: left; width: 712px; height: 132px;" border="1" cellpadding="2" cellspacing="2"> *************** *** 39,58 **** - <tr> - <td> - <div> This project is just starting (08-SEP-2006).</div> - - --- 32,46 ---- *************** *** 62,67 **** - - --- 50,53 ---- *************** *** 71,100 **** - - <div><br> - The <a href="testguide/AppsUnit%20Test%20Guide.html">Test Guide</a> helps you validating your code.<br> - Please refer to the <a href="http://sourceforge.net/projects/appsunit">project home ! on SourceForge.net</a> for more info.<br> ! <br> ! <table style="text-align: left; background-color: rgb(204, 204, 204); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! <tbody> ! <tr> ! <td>Look out for the release of an example test suite soon.<br> ! The suite will use some of the apps fnd views as an example.<br> ! These views will be unit tested, and the results will be available as html and pdf reports.</td> ! </tr> ! </tbody> ! </table> ! </div> ! --- 57,70 ---- <div><br> The <a href="testguide/AppsUnit%20Test%20Guide.html">Test Guide</a> helps you validating your code.<br> Please refer to the <a href="http://sourceforge.net/projects/appsunit">project home ! on SourceForge.net</a> for more info.</div> *************** *** 103,113 **** - </tr> - - --- 73,80 ---- *************** *** 117,123 **** - <br> - Oracle ® e-business suite bespoke test toolkit <h2 class="western">Foreword</h2> --- 84,88 ---- *************** *** 125,129 **** - <p>Although automation of functional test for ERP software is becoming common practice, unit testing and test driven development --- 90,93 ---- *************** *** 132,136 **** - This project wants to promote unit testing, and test driven development, in the ERP community. We will do this by</p> --- 96,99 ---- *************** *** 138,191 **** - <ul> - <li> - <p>showing that it can be done,</p> - </li> - <li> - <p>providing usefull tools to facilitate testing.</p> - </li> - </ul> - This document describes the specification for the toolkit.<br> - <br> - This is an open source project, independent from Oracle Corporation.<br> - "Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates." ! <h2 class="western">Specification.</h2> - <h3 class="western">Requirements</h3> --- 101,152 ---- <ul> <li> <p>showing that it can be done,</p> </li> <li> <p>providing usefull tools to facilitate testing.</p> </li> </ul> This document describes the specification for the toolkit.<br> <br> This is an open source project, independent from Oracle Corporation.<br> "Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates." ! <h2 class="western">Fast Start</h2> + <p>You can start running your own testsuite by + <a href="http://sourceforge.net/project/showfiles.php?group_id=176804&package_id=203456&release_id=449807"> + downloading the example project</a>, named <i>Archetype</i>. </p> + <p>The example project tests some core apps views, an creates a + <a href="example/junit.pdf">pdf report</a> from the results.</p> + <p><img border="0" src="images/junit.jpg" width="268" height="377"></p> + + + <h2 class="western">Specification.</h2> + <h3 class="western">Requirements</h3> + *************** *** 197,201 **** - <p style="margin-bottom: 0cm;">Utility objects will help to connect to --- 158,161 ---- *************** *** 204,242 **** - <p style="margin-bottom: 0cm;"><img style="width: 281px; height: 361px;" alt="Analysis Model" src="images/AnalysisModel.jpg"></p> - <p style="margin-bottom: 0cm;"></p> - <p style="margin-bottom: 0cm;"><br> - </p> - <br> - <br> - <br> - Sister project: <a href="http://junitpdfreport.sourceforge.net" target="_blank">JUnit PDF Report</a> <br> --- 164,194 ---- *************** *** 244,258 **** - <br> - <br> - <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=176804&type=1" alt="SourceForge.net Logo" border="0" height="31" width="88"></a> </body> --- 196,207 ---- |