[Appsunit-develop] [cvscommit] web/htdocs index.html,1.2,1.3
Status: Beta
Brought to you by:
jancumps
|
From: Jan C. <jan...@us...> - 2006-09-18 21:47:34
|
Update of /cvsroot/appsunit/web/htdocs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv29677 Modified Files: index.html Log Message: Added first draft of the Test Guide. Index: index.html =================================================================== RCS file: /cvsroot/appsunit/web/htdocs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 10 Sep 2006 20:41:55 -0000 1.2 --- index.html 18 Sep 2006 21:47:27 -0000 1.3 *************** *** 3,10 **** <head> - <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> - <title>Apps Unit</title> </head> --- 3,12 ---- <head> + + <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> + + <title>Apps Unit</title> </head> *************** *** 12,74 **** <body> <h1 class="western">AppsUnit</h1> ! <table class="" style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td> <div> This project is just starting (08-SEP-2006).</div> <div> The aim is to create a toolkit that will support unit testing Oracle Apps bespoke code.</div> <div> There's no need to install anything on the Apps instances.</div> <div><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> </table> <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> <h2 class="western">Specification.</h2> <h3 class="western">Requirements</h3> <p style="margin-bottom: 0cm;">The toolkit will provide the means to --- 14,109 ---- <body> + <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> The aim is to create a toolkit that will support unit testing Oracle Apps bespoke code.</div> + + <div> There's no need to install anything on the Apps instances.</div> + + <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> </table> + <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> + <h2 class="western">Specification.</h2> + <h3 class="western">Requirements</h3> + <p style="margin-bottom: 0cm;">The toolkit will provide the means to *************** *** 76,103 **** --- 111,150 ---- objects: views, packages and concurrent requests.</p> + <p style="margin-bottom: 0cm;">Utility objects will help to connect to the backend and create an environment as if your code was running 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> |