1

I am looking for tool for blackbox testing code coverage in Xamarin based mobile app project with calabash test?

orde
  • 5,233
  • 6
  • 31
  • 33
Mesh
  • 193
  • 1
  • 7
  • 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 Answers1

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