2gis / Winium.Mobile

Winium.Mobile is Selenium Remote WebDriver implementation for automated testing of Windows StoreApps and Silverlight apps, tested on emulators (currently only Windows Phone/Mobile apps are supported).
Mozilla Public License 2.0
51 stars 29 forks source link

Any CodeCverage Tool which i can use with my automation to get coverage ? #170

Closed padmaja2812 closed 7 years ago

NickAb commented 7 years ago

Sorry, I do not know if there is any code coverage tool that can be used. I think code coverage code be gathered when only running mstest unit tests on Windows Phone, I was not able to find any info on how to gather code coverage the other way, even when running Coded UI tests.

If you could find any docs on running code coverage programatically or when running Coded UI tests, please link it here.

NickAb commented 7 years ago

Also, I am not sure if code coverage is a good metric for UI tests, shouldn't it be requirement coverage. Code coverage is good for unit testing.