2

How to do Code Coverage testing in Xcode while using instrument for iOS automation? Is there any tool that display the percentage of the automation code coverage.

Also I would like to know how it can be done when the test cases are written only for functionality.

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135
Yayati
  • 61
  • 2

1 Answers1

0

no there isnt. you could include logs and count the number of logs printed vs. the total number of logs.... that would work but is a lot of manual work

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135