Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Procedure:This page documents the procedure to debug the custom actions added in Qualitia.

  1. 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
  2. The TestHarness.java should be written as follows:

...