Page 1 of 1

How to get code coverage for automated test suites

Posted: Mon Jun 10, 2019 6:41 am
by VijayG
Is there any possibility to get the code coverage for automated test suites from Ranorex?
Basically we have a good number of test cases automated and interested in the code coverage. In case of NUnits, we are using NCover to get the code coverage. Similarly it would be good if we can get the code coverage from automated tests in Ranorex test suites (rxtst).

Re: How to get code coverage for automated test suites

Posted: Mon Jun 10, 2019 6:35 pm
by Vega
Not quite sure if this is what you are looking for, but since Ranorex Studio is based off of sharp develop the below links may be helpful.

These go hand in hand with the code coverage options in Ranorex Studio which can be found at Project --> Project options -> code coverage / code analysis tabs:

http://community.sharpdevelop.net/blogs ... Cover.aspx

Hope this helps