Hi,
Our server code is written in C++.
Our test code is written in C# .NET 4, using libraries that will make HTTP calls to the server.
We run the tests via NUnit.
Is it possible for us to get test coverage for the server code from the NUnit test runs? If so, how should we set it up (a rough outline will do, I will search the details based on the ideas you've specified).
Hope to see a reply soon.
Thank you in advance.
Our server code is written in C++.
Our test code is written in C# .NET 4, using libraries that will make HTTP calls to the server.
We run the tests via NUnit.
Is it possible for us to get test coverage for the server code from the NUnit test runs? If so, how should we set it up (a rough outline will do, I will search the details based on the ideas you've specified).
Hope to see a reply soon.
Thank you in advance.