Hi Nagaraju, the JaCoCo agent can collect execution data for any Java application, also manually tested desktop applications. All you need to do is to configure the JaCoCo agent for the JVM running your application. See documentation: https://www.jacoco.org/jacoco/trunk/doc/agent.html <https://www.jacoco.org/jacoco/trunk/doc/agent.html>
When the application terminates a *.exec files is written. You can use Ant to create a report from it as you do it today. Regards, -marc > On 14. Aug 2020, at 15:37, nag.08...@gmail.com wrote: > > Hi, > We have a desktop application where we will not be able to write junints > for complete application due to the architecture ( pretty old application). > With the limited Junints we could see only 30% code coverage. Our idea is to > know code coverage by running the application. It means we will perform some > manual testing and at the end of the testing we would like to know the code > coverage. This way, we will try to get the coverage details without the > Junints. I am little knew to this area. Can anyone help me please? Additional > information is that we are using ant to make the build. We are not using > maven. > > Thanks > Nagaraju > > -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jacoco+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/338b6c8a-d5ab-4191-ad26-f60d263e6eeeo%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/FA675C97-BF09-4608-9C77-528E54B6AA6F%40mountainminds.com.