[Appsunit-develop] [cvscommit] web/htdocs index.html,1.1,1.2
Status: Beta
Brought to you by:
jancumps
|
From: Jan C. <jan...@us...> - 2006-09-10 20:41:59
|
Update of /cvsroot/appsunit/web/htdocs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32682 Modified Files: index.html Log Message: First draft of what the initial toolkit will contain. Index: index.html =================================================================== RCS file: /cvsroot/appsunit/web/htdocs/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 8 Sep 2006 17:09:26 -0000 1.1 --- index.html 10 Sep 2006 20:41:55 -0000 1.2 *************** *** 1,40 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! ! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> ! <title>Apps Unit</title> ! ! ! </head> ! ! ! <body> ! ! <h1>Apps Unit </h1> ! ! <br> ! ! This project is just starting (08-SEP-2006).<br> ! ! The aim is to create a toolkit that will support unit testing Oracle ! Apps bespoke code.<br> ! ! There's no need to install anything on the Apps instances.<br> ! ! <br> ! ! Please refer to the <a href="http://sourceforge.net/projects/appsunit">project home ! on SourceForge.net</a> for more info.<br> ! ! <br> ! ! <br> ! ! Sister project: <a href="http://junitpdfreport.sourceforge.net" target="_blank">JUnit PDF Report</a> ! <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> ! </html> --- 1,104 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! ! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> ! <title>Apps Unit</title> ! ! ! </head> ! ! ! <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 ! test Oracle e-business suite development. We will focuss on backend ! 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> ! </html> |