Use of Ncover on Citric Xenapp deployments

Use of Ncover on Citric Xenapp deployments

Th eapplication I want to test is deployed on a Citrix Xenapp server. The other component is an ASP.net application.

For the Xenapp deployment, which is a .netapp distributed by a hyper version of RDP would I compile the code instrumenting using NCOVER then deploy? How would I monitor the coverage on the Xenapp server if I don't have Visual studio on the xenapp server?

Regarding the ASP.NET app. do I instrument then push to the IIS server? How do I monitor if Visual studio is not installed?


RE: Use of Ncover on Citric Xenapp deployments

Hi Mike,

I'm not sure I completely understand your testing environment, but here are a few general NCover requirements:

Visual Studio isn't necessary for NCover to run, but NCover must be installed where the code is executing so that it can profile.

The same is true of IIS -- NCover must be installed on the machine where IIS is running so that it can profile ASP.

Does this help?

NCover Support