Procedure:This page documents the procedure to debug the custom actions added in Qualitia.
The project in which the Custom Actions are written, the TestHarness.java should be written in the same project. Make sure that TestHarness.java is in the default package only. This project must contain the references of the below jar files and any other jar files that may have been used.
junit-4.8.1.jar
mysql-connector-java-5.1.6-bin.jar
log4j-1.2.17.jar
- The TestHarness.java should be written as follows:
...