[Appsunit-develop] [cvscommit] web/htdocs index.html,1.3,1.4
Status: Beta
Brought to you by:
jancumps
|
From: Jan C. <jan...@us...> - 2006-09-18 23:01:03
|
Update of /cvsroot/appsunit/web/htdocs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28865 Modified Files: index.html Log Message: Added copyright notices. Reviewed http://www.oracle.com/html/3party.html Index: index.html =================================================================== RCS file: /cvsroot/appsunit/web/htdocs/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 18 Sep 2006 21:47:27 -0000 1.3 --- index.html 18 Sep 2006 23:00:54 -0000 1.4 *************** *** 4,10 **** --- 4,14 ---- + + <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> + + <title>Apps Unit</title> *************** *** 15,35 **** --- 19,47 ---- + <h1 class="western">AppsUnit</h1> + <table class="" style="text-align: left; width: 712px; height: 132px;" border="1" cellpadding="2" cellspacing="2"> + <tbody> + <tr> + <td> + <div> This project is just starting (08-SEP-2006).</div> + + <div> *************** *** 37,40 **** --- 49,54 ---- Apps bespoke code.</div> + + <div> *************** *** 42,59 **** --- 56,81 ---- + + <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> + </td> + </tr> + + </tbody> *************** *** 61,101 **** - <br> ! ! Oracle e-business suite ! test toolkit <h2 class="western">Foreword</h2> <p>Although automation of functional test for ERP software is ! becomming common practice, unit testing and test driven development is less popular.<br> This project wants to promote unit testing, and test driven development, in the ERP community. We will do this by</p> <ul> <li> <p>showing that it can be done,</p> </li> <li> <p>providing usefull tools to facilitate testing.</p> - - </li> </ul> --- 83,132 ---- ! <br> ! Oracle ® e-business suite bespoke test toolkit <h2 class="western">Foreword</h2> + <p>Although automation of functional test for ERP software is ! becoming common practice, unit testing and test driven development is less popular.<br> + This project wants to promote unit testing, and test driven development, in the ERP community. We will do this by</p> + <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." *************** *** 103,109 **** --- 134,142 ---- + <h3 class="western">Requirements</h3> + <p style="margin-bottom: 0cm;">The toolkit will provide the means to *************** *** 112,115 **** --- 145,149 ---- + <p style="margin-bottom: 0cm;">Utility objects will help to connect to *************** *** 117,150 **** --- 151,195 ---- from within the ERP.</p> + <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> + <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> |