NCover coverage & MS UI Automation...

NCover coverage & MS UI Automation...

I am using Microsoft UI Automation for UI testing..

In the test, we are launching a new process & then the test process does mouse/key emulations on the UI.

So when I use NCover on the application containing my tests, NCover gives me the coverage of my tests, not the coverage of my application as the application is running in a different process.

In this scenario, how do I get the coverage of the application.


RE: NCover coverage & MS UI Automation...

use the //pm argument to tell NCover to get coverage from your application instead of the test tool