I have integrated Xamarin UI test within my Xamarin forms App. I am using Xamarin Ui test framework 3.0.0. In the beginning Test was running sucessfully. Now, i am getting error which says inconclusive: Test not run Error. Can anyone help me with the above issue? Here is the screenshot of the error i am getting.
Asked
Active
Viewed 181 times
2

Narendra
- 1,332
- 2
- 13
- 16
-
2Check your logs – Cheesebaron May 16 '19 at 09:14
1 Answers
1
Finally solved the issue . What I did is
1. Uninstall nunit framework
2. Unintall xamarin Ui Test framework
3. Reinstall both Framework
Result Worked as expected Hope this will help someone who is facing same type of issue.

Narendra
- 1,332
- 2
- 13
- 16