Aleksandr Pilgun
Aleksandr Pilgun
Hi It's not clear what actually happened. Such issue may happen when instrumentation report (.pickle file) does not match coverage file pulled from sdcard (.ec file). For example, when they...
Make sure you install the instrumented version of app. It is usually located in the acvtool_working_dir and its name starts from instr_...
I have checked nl.eventinfra.wifisetup app you mentioned. Unfortunately, current version of acvtool breaks the app. I have an updated version that worked on this app. However, I am not yet...
no specific parameters for any OS you can try to instrument default fdroid app to make sure that acvtool works on your computer https://f-droid.org/F-Droid.apk
Hi @omeerkorkmazz, probably you can find some information in logcat. I have not tried Appium with ACVTool, but potentially there can be a conflict if Appium wants to use instrumentation...
I used automated input generators such as Monkey and Sapienz.
Every time you `start` -> test your app -> `stop` -> `generate report`. And then you need again `start` process if you want to continue testing.
Hi @khorrom-khan, It is possible to generate cumulative report based on several tests. You have to run each test suit separately and accumulate .ec file for each test. Then put...
I guess Appium uses instrumentation that finalizes/crashes the instrumentation process created by ACVTool. I still believe it is possible to use them together but you may need to tweak both...
Solved in the related issue https://github.com/pilgun/acvtool/issues/28