Re: [java code coverage] Is there any document/blogpost describing the step by step process of JaCoCo offline instrumentation in Android

2020-01-14 Thread testerguy1232
The testing tool only uses the android apk, not the source code. Can I still use the Java agent? If so, how do I instrument the apk using Java agent? Is there any sample project available that used java agent to instrument the apk? I am really sorry if I am asking dumb questions. Regards, Sam

[java code coverage] Is there any document/blogpost describing the step by step process of JaCoCo offline instrumentation in Android

2020-01-13 Thread testerguy1232
Dear All, I am trying to use JaCoCo to measure the coverage achieved by an automated testing tool that uses appium and python. I checked the JaCoCo official webpage for offline instrumentation but didn't understand the process properly. I would be really grateful if someone can give a step by