Hi, I'm writing Unit test cases in Visual Studio 2008. I'm facing a weird problem.
From my TestMethod I'm calling a library method. This method is being called when I debug the TestMethod, but when I run the TestMethod this method is not being called.
I checked the references of the dll's, they are perfecly intact.
Please help me to sort out this issue.
Regards, ArunDhaJ