Menu

#9 Issue with MSTest & noisolation option

open
nobody
None
5
2009-08-07
2009-08-07
No

Hi,

I am using trying to use PartCover with MSTest.
My TestLibrary refers to application config file (TestLib.dll.config in output dir).
When I use "/noisolation" option with MSTest.exe, the coverage is calculated but it MSTest.exe fails to let my test library access its config file. Application config loads MSTest.exe.config since "/noisolation" makes it run all tests within "MSTest" process itself.
If I do not use "/noisolation" option, PartCover can not calculate the coverage.

Can you please resolve this issue and make PartCover calculate the coverage using MSTest.exe without "/noisolation" option?

Thanks in advance,
Prafulla

Discussion


Log in to post a comment.