link

Hello

I am using VS 2010 pre-release.

I have written an application that reads/ writes to an Excel spreadsheet using the interop library. Each one of my rows is a test case.

For each row there is a PASS FAIL result.

How do I post the PASS/FAIL row results and (colors) to the Visual Studio Test Results Window?

Im having a tough time with this one!

J