-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Process Crashed Error #6
Comments
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 process. |
Hi @pilgun , |
I used automated input generators such as Monkey and Sapienz. |
So what should we do there? How can we restart the process without stopping the acvtool? |
Every time you |
Hi @pilgun , I am having the same problem? My tool starts the app process for every new test case. By doing start -> test your app -> stop -> generate report I will get the report for a single run/test case. Is there any way to generate a single cumulative report for multiple runs/test cases or is there any way to restart the process without stopping the acvtool? |
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 all .ec files into a single directory and generate report
with -ec parameter pointing to the directory.
… |
This is the code of how I am opening the app using Appium. `from appium import webdriver desired_caps = { driver = webdriver.Remote("http://localhost:4723/wd/hub", desired_caps)` ACVTool crashes immediately after the application is launched. I have added the Logcat message below. Is there any way to fix this issue and integrate your tool with Appium? It would be really helpful since Appium is a popular testing tool both in the industry and research community.
|
Having the same problem with Appium. ACVTool crashes immediately after the app is launched. Any hints to resolve this issue is appreciated. |
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 Appium and ACVTool. |
Solved in the related issue #28 |
Hi,
I want to use acvtool for code coverage while testing my application via Appium. I started the tool with the command "acv start ". After that, I wanted to run my test cases that I have written before by using Appium. When I started to Appium, I got this error.
How can I find the information related the error? I can not use acvtool by running test cases automatically as you mentioned in document. However, it is working manually.
Thanks,
The text was updated successfully, but these errors were encountered: