Open naix86 opened 8 years ago
Can you provide logs written by Winium.StoreApps.Driver.exe? It is recommended to run Winium.StoreApps.Driver.exe with --verbose
option, so that you get more logs.
Without logs it is hard to diagnose it but this is unusual exception. Try restarting emulator that you run tests on.
Hi Nick,
I got it working finally.
Btw, how can i run two [Test] in a single CS script?
When I try to run two [Test], one of them will just have an error saying "InvalidOperationException: The application is already installed, or update or uninstall is running" etc.
I will need some code sample to tell if there is any problem. But in general you can have a single .cs
file with single test class that have a bunch of test methods in it, see https://github.com/2gis/Winium.StoreApps/blob/master/Winium/TestApp.Test/Samples/TestSamples.cs for example.
@naix86 have my answer resolved you question? If so i would like to close the issue.
HI Nick,
I can't get winium to run everytime. average to be like 1 out 10 success. I keep getting the same thing
"message": "The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))"
Please help
Could you please try running tests and emulators on another machine? This problem might be related to hardware or software setup.
@naix86 does the issues persist on different hardware?
Hi Guys,
I am facing with this issue when I run my sample unit test.
Any idea why this happened?