How can I display Excel Row Results in the Visual Studio Data Driven results window?
Hello
Im using VS 2010 pre-release for C#.
I have an excel spreadsheet where I am using the Interop Library to read data from a spreadsheeet.
For each row read from the spreadsheet, I evaluate a result using Assert statements.
Now I want to be able to display the PASS/FAIL per row in the Visua Studio's Data Driven Result table.
is there a way to do this programmatically ? ( remember Im using Excel Interop)
thanks
J