How to set a breakpoint in a Nunit test and step through with Visual WebDeveloper 2008?

Posted by Bart Van Eyndhoven on Stack Overflow See other posts from Stack Overflow or by Bart Van Eyndhoven
Published on 2010-06-07T09:04:20Z Indexed on 2010/06/07 9:32 UTC
Read the original article Hit count: 228

I have written a NUnit test in Visual Web Developer 2008 Express. But when I run the test, it doesn't pause at the breakpoint I had set. It just keeps on running but at the breakpoint, I need a step-by-step view on the test.

Could anyone please tell me how I can use breakpoints with NUnit?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about unit-testing