Link to home
Start Free TrialLog in
Avatar of vivekj2004
vivekj2004

asked on

C# test case

I submitted my code in TFS and got a partial succeeded message, because one unit test failed. Unfortunately, I don't know which test case failed.

1. Can anyone tell me how can I find that? (identifying which unit test failed)

2. Also, is it possible to run test cases without building? I plan to do this before checking in.
ASKER CERTIFIED SOLUTION
Avatar of tpayn
tpayn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dmitry G
What VS are you using?

The thing is that in versions like "team edition" you can run unit tests from UI. In less expensive editions this is not available. Do you run nUnit unit tests?