I am looking for tool for blackbox testing code coverage in Xamarin based mobile app project with calabash test?
Asked
Active
Viewed 415 times
1
-
I don't really understand your question. Is it that while testing with calabash you want to get code coverage? Calabash interacts with the UI and since the app is compiled during test I don't think that is possible. – Lasse Mar 04 '15 at 13:23
1 Answers
1
No that is not possible. Calabash interacts with the compiled code so you can not get code coverage when it runs.

Lasse
- 1,153
- 1
- 10
- 21