README.j2ee 526 B

12345678910111213
  1. To build and run this testsuite following steps are neccessary:
  2. 1) Build nunit.core, framework, util and nunit-console
  3. 2) Copy jars from step 2. to jgac
  4. 3) Edit jgac/settings.xml to include core, framework and util, for example:
  5. <package readonly="true"
  6. identity="nunit.core"
  7. dllname="C:\views\DevQA\studio\GH\DevQA\tests\utils\nunit\nunit-2.2.0\nunit-console\bin\Debug_Java\nunit.core.dll">
  8. <jar>nunit.core.jar</jar>
  9. </package>
  10. 4) Build W3 solution
  11. 5) Edit run-test.j2ee.bat to refer correct path to jgac
  12. 6) Run bat