Is this CurrentContext property or Result property NULL? Perhaps the result has not been set because the test is not yet complete. I am working on a project in work using WatiN / NUnit, and I was able to use the TestContext class without problems, but I must say that I did not notice the state of the Result property.
If the Result property is NULL, try moving the browser initialization to the TestSetUp method and capturing the screen in TestTearDown before deleting the browser instance.
source share