Code coverage - client/server
-
2012年2月24日 12:26
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
すべての返信
-
2012年2月27日 9:11モデレータ
Hi Mike,
Thank you for posting in the MSDN forum.
Base on my experiences, it will need twice, they like two processes.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
- 回答としてマーク Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator 2012年3月5日 1:46

