Question

I installed TestDriven.Net after installing NUnit. When in VS, I run all tests, they run but I want to be able to step into my method somehow to see where the test went wrong in the target method. Meaning I want to step into the target method and see the point of failure before it comes back to NUnit to give me the test result.

I'm not sure how to get this to work...so far no luck.

Was it helpful?

Solution

Just put a breakpoint on the method (either production or test) and use "Test With > Debugger" as described in the TestDriven.Net QuickStart guide.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top