[Appsunit-develop] [cvscommit] web/htdocs index.html,1.7,1.8
Status: Beta
Brought to you by:
jancumps
|
From: Jan C. <jan...@us...> - 2006-11-03 23:48:32
|
Update of /cvsroot/appsunit/web/htdocs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv15913 Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/appsunit/web/htdocs/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.html 3 Nov 2006 23:37:16 -0000 1.7 --- index.html 3 Nov 2006 23:48:29 -0000 1.8 *************** *** 1,167 **** ! <!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> ! ! ! <link rel="stylesheet" href="stylesheet.css" type="text/css"> ! ! </head> ! ! ! <body style="background-color: rgb(204, 204, 204);"> ! ! <br> ! <table class="normal" style="background-color: rgb(255, 255, 255); width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td style="text-align: center;"> ! <p class="H0">AppsUnit</p> ! ! <p><span class="H1">Oracle ® ! e-business suite bespoke test toolkit</span> ! </p> ! ! </td> ! ! </tr> ! ! </tbody> ! </table> ! ! <table style="text-align: left; background-color: rgb(255, 255, 255);" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td> <span class="H1">Foreword</span> <br> ! ! <span class="normal"><br> ! ! Although automation of ! functional test for ERP software ! is ! becoming common practice, unit testing and test driven development ! is less popular.</span><br> ! ! <span class="normal">This project wants to promote ! unit testing, and ! test driven development, in the ERP community. We will do this by</span> ! <ul class="normal"> ! ! <li> showing that it can be done, </li> ! ! <li> providing usefull tools to facilitate testing. </li> ! ! </ul> ! ! <span class="normal">There's no need to install ! anything on the Apps instances.<br> ! ! </span> ! <p><span class="normal">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.</span></p> ! ! <span class="normal">This is an open source project, ! independent from Oracle Corporation.</span><br class="normal"> ! ! <span class="normal">"Oracle, JD Edwards, ! PeopleSoft, and Siebel are registered trademarks ! of Oracle Corporation and/or its affiliates."</span></td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! ! <table style="text-align: left; background-color: rgb(255, 255, 255); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td><span class="H2"> ! Fast Start</span><br> ! <br> ! <span class="normal">You can start running your own testsuite by ! </span><a class="normal" href="http://sourceforge.net/project/showfiles.php?group_id=176804&package_id=203456&release_id=449807"> ! downloading the example project</a><span class="normal">, named </span><i class="normal">Archetype</i><span class="normal">.<br> ! The example project tests some core apps views, an creates a ! </span><a class="normal" href="example/junit.pdf">pdf report</a><span class="normal"> from the results.<br> ! <br> ! </span><img style="border: 0px solid ; width: 725px; height: 398px;" alt="Example PDF Report" class="normal" src="images/junit.jpg"> ! </td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! ! <table style="text-align: left; background-color: rgb(255, 255, 255); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td> ! <div class="H1">Specification. ! </div> ! ! <p class="H2">Requirements ! </p> ! ! <span class="normal">The toolkit will provide ! the means to ! test Oracle e-business suite development. We will focuss on backend ! objects: views, packages and concurrent requests. ! </span><br class="normal"> ! ! <span class="normal">Utility objects will help ! to connect to ! the backend and create an environment as if your code was running ! from within the ERP.</span> ! <p style="margin-bottom: 0cm;"><img style="width: 281px; height: 361px;" alt="Analysis Model" src="images/AnalysisModel.jpg"></p> ! ! ! </td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! <table class="normal" style="text-align: left; background-color: rgb(255, 255, 255); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! <tbody> ! <tr> ! <td style="background-color: rgb(255, 255, 255);"> ! <div><a href="http://junitpdfreport.sourceforge.net/" target="_blank"></a> ! <table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="0"> ! <tbody> ! <tr> ! <td class="normal"> ! Sister project: <a href="http://junitpdfreport.sourceforge.net/" target="_blank">JUnit PDF Report</a></td> ! <td style="text-align: right;"><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></td> ! </tr> ! </tbody> ! </table> ! </div> ! </td> ! </tr> ! </tbody> ! </table> ! </body> ! </html> --- 1,183 ---- ! <!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> ! ! ! <link rel="stylesheet" href="stylesheet.css" type="text/css"> ! ! </head> ! ! ! <body style="background-color: rgb(204, 204, 204);"> ! ! <br> ! ! <table class="normal" style="background-color: rgb(255, 255, 255); width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td style="text-align: center;"> ! <p class="H0">AppsUnit</p> ! ! <p><span class="H1">Oracle ® ! e-business suite bespoke test toolkit</span> </p> ! ! </td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! ! <table style="text-align: left; background-color: rgb(255, 255, 255);" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td> <span class="H1">Foreword</span> <br> ! ! <span class="normal"><br> ! ! Although automation of ! functional test for ERP software ! is ! becoming common practice, unit testing and test driven development ! is less popular.</span><br> ! ! <span class="normal">This project wants to promote ! unit testing, and ! test driven development, in the ERP community. We will do this by</span> ! <ul class="normal"> ! ! <li> showing that it can be done, </li> ! ! <li> providing usefull tools to facilitate testing. </li> ! ! </ul> ! ! <span class="normal">There's no need to install ! anything on the Apps instances.<br> ! ! </span> ! <p><span class="normal">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.</span></p> ! ! <span class="normal">This is an open source project, ! independent from Oracle Corporation.</span><br class="normal"> ! ! <span class="normal">"Oracle, JD Edwards, ! PeopleSoft, and Siebel are registered trademarks ! of Oracle Corporation and/or its affiliates."</span></td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! ! <table style="text-align: left; background-color: rgb(255, 255, 255); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td><span class="H2">Fast Start</span><br> ! ! <br> ! ! <span class="normal">You can start running your own ! testsuite by </span><a class="normal" href="http://sourceforge.net/project/showfiles.php?group_id=176804&package_id=203456&release_id=449807"> ! downloading the example project</a><span class="normal">, ! named </span><i class="normal">Archetype</i><span class="normal">.<br> ! ! The example project tests some core apps views, an creates a </span><a class="normal" href="example/junit.pdf">pdf report</a><span class="normal"> from the results.<br> ! ! <br> ! ! </span><img style="border: 0px solid ; width: 725px; height: 398px;" alt="Example PDF Report" class="normal" src="images/junit.jpg"> </td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! ! <table style="text-align: left; background-color: rgb(255, 255, 255); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td> ! <div class="H1">Specification. </div> ! ! <p class="H2">Requirements </p> ! ! <span class="normal">The toolkit will provide ! the means to ! test Oracle e-business suite development. We will focuss on backend ! objects: views, packages and concurrent requests. </span><br class="normal"> ! ! <span class="normal">Utility objects will help ! to connect to ! the backend and create an environment as if your code was running ! from within the ERP.</span> ! <p style="margin-bottom: 0cm;"><img style="width: 281px; height: 361px;" alt="Analysis Model" src="images/AnalysisModel.jpg"></p> ! ! </td> ! ! </tr> ! ! </tbody> ! </table> ! ! <br> ! ! <table class="normal" style="text-align: left; background-color: rgb(255, 255, 255); width: 100%;" border="1" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td style="background-color: rgb(255, 255, 255);"> ! <div> ! <table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="0"> ! ! <tbody> ! ! <tr> ! ! <td class="normal">Sister project: <a href="http://junitpdfreport.sourceforge.net/" target="_blank">JUnit ! PDF Report</a></td> ! ! <td style="text-align: right;"><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></td> ! ! </tr> ! ! </tbody> ! </table> ! ! </div> ! ! </td> ! ! </tr> ! ! </tbody> ! </table> ! ! </body> ! </html> |