Unit Testing the Metric Dashboard – Part 4
Continuation of unit testing the Metric Dashboard.
Debugging via Unit Tests
Sometimes, it is necessary to debug our code from our unit tests. Having the unit tests are great as they setup the scenario for us. Here is what I saw when debugging a test.
Then I remembered – the colored line around the method is a flag that the method is currently faked, that is great, I know exactly what is happening and can fix the bug quickly.
2 Responses to “Unit Testing the Metric Dashboard – Part 4”
1 Development and Integrity Management by Eli Lopian » Gaps I found while dog-fooding Typemock Isolator 18 August 2009 @ 9:44 am
[…] I have been dog-fooding Typemock Isolator with the Metric Dashboard. There are quite a few gaps in the product that I have found while using it. […]
2 medon12 25 September 2009 @ 1:15 am
karliki
Leave a Reply