This makes it easy to run Doqua tests automatically as JUnit test suites.
com.inet.doqua_X.X.X.jar
to com.inet.doqua.jar
Creating an i-net Doqua Test Suite for an existing Eclipse Java project is simple.
com.inet.doqua.jar
and jtidy.jar
to your Java Build Path LibrariesRun Configurations…
menuJUnit
and click on New launch configuration
Test
tab:Browse…
in the Run a single test
sectioncom.inet.doqua.DokuTool
as Test class
Arguments
tabVM arguments
textbox -Dtest.globalfile=${workspace_loc:%PROJECT%}/.doqua/global.xml -Dtest.projectfile=${workspace_loc:%PROJECT%}/.doqua/project.xml
and change the paramter %PROJECT% to your project name
Apply
and Run
to start the test.Here at i-net software, we use Hudson to continously build and test our software throughout each development phase, making it easy to react quickly to any problems which may arise. Together with i-net Doqua, we use Hudson to continously test our documentation and to plan review cycles.
Jenkins is an automated building and testing system. It monitors the execution of repeated jobs, showing their success and error states.
You can easily integrate i-net Doqua with Hudson by creating a new Hudson job calling a special build script. See an example build script.
In addition to the prequisites above you will need to:
JUnit is one of the most widely used unit testing framework for Java projects. Unit-testing is a vital part of the concept of test-driven development (TDD). For more information see junit.org and wikipedia.
See an example build script. You can run this script on your favorite JUnit test environment with ANT support.
Version | Component | Size |
---|---|---|
1.0.8 | com.inet.doqua_1.0.8.jar | 1.41 MB |
1.0.7 | com.inet.doqua_1.0.7.jar | 1.41 MB |
1.0.6 | com.inet.doqua_1.0.6.jar | 1.41 MB |
1.0.5 | com.inet.doqua_1.0.5.jar | 1.41 MB |
1.0.4 | com.inet.doqua_1.0.4.jar | 1.41 MB |
1.0.3 | com.inet.doqua_1.0.3.jar | 1.41 MB |