Hi,
I am trying to collect code coverage usign the VS tools (vsinstr,vsperfmon) from the command line. My application is client/server style. Client is a winforms app, server is an application running under IIS. Some of the assemblies are deployed to both
server and client.
I am hoping I can run a set of tests that target a dll once and collect code coverage metrics on both the server and client interaction. This will avoid having to run the tests twice, once for
client profiling and once for server profiling.
Is this possible?
regards,
Mike