2 Replies Latest reply on Feb 16, 2012 10:34 AM by ram.biradar

    How to generate html reports for junit test cases in jbpm5

    ram.biradar

      Hi,

       

           Can anybody suggest me,how to generate html reports for junit test cases in jbpm5.

       

      Thanks,

        • 1. Re: How to generate html reports for junit test cases in jbpm5
          salaboy21

          You will need to be more specific in order to get help ..

          What are you trying to achieve?

          What kind reports?

          Showing which data?

          • 2. Re: How to generate html reports for junit test cases in jbpm5
            ram.biradar

            Hi Mauricio,

             

                Thanks for the quick reply, I have written a simple junit test case and successfully compiled, but there is no error while compiling in jbpm eclipse. Now our requirement is to generete html reports for that junit test case  using build.xml and also its generating html and xml reports. It can show the complete test case reports like how many tests cases are success and failure. But when i build test case using ant test its showing below errors.

            1)  Null Test:  Caused an ERROR

            com.sample.ProcessTest

            java.lang.ClassNotFoundException: com.sample.ProcessTest

             

            2)

            testProcessFailureCould not build knowldge base.

             

            3)

            initializationErrorErrorNo runnable methods

             

            Is it possible to generate reports using build.xml. If possible can u suggest me how to generate reports using build.xml. If not then what can i do for generate these type of reports.

             

            Thanks