15 years ago
Finding the Code Coverage by Unit Test cases with the help of AQTime
Hi,
I have written NUnit Unit Test cases for business logic (dll) and wanted to find the code covered by these test cases. For this I am using AQTime's Code Coverage Profiler. It always shows 0% code covered. However, if I used another WinForm application as a client of business logic and perform the code coverage then its shows correct code coverage.
Please guide me whether I am missing any perticualar settings while using NUnit as client.
Environment is as:
Business Logic dll - C# .NET 4.0
NUnit - 2.5.5
AQtime - V6.5
Thanks,
Sandeep
I have written NUnit Unit Test cases for business logic (dll) and wanted to find the code covered by these test cases. For this I am using AQTime's Code Coverage Profiler. It always shows 0% code covered. However, if I used another WinForm application as a client of business logic and perform the code coverage then its shows correct code coverage.
Please guide me whether I am missing any perticualar settings while using NUnit as client.
Environment is as:
Business Logic dll - C# .NET 4.0
NUnit - 2.5.5
AQtime - V6.5
Thanks,
Sandeep