I'm using PNUnit framework (based on NUnit) to run tests in Parallel. Basically the Runner deploys the PNUnitAgent on a client machine and sends it an NUnit Test as a dll file (as is normal for running PNUnit tests).

The problem is that the test is failing unexpectedly on the client machine. I need to troubleshoot how the test is running at client end but cannot use Visual Studio as its not installed.

How can we troubleshoot PNUnit test failures? Is there any tool or any easy way to do this?

Expecting any quick suggestions as it is very urgent.

link|improve this question

77% accept rate
Can you post the errors or failure messages? – Chris Missal Nov 15 '10 at 17:46
feedback

1 Answer

you can review the test errors at the smoke-errors.log file, it's automatically generated by the PNunit launcher and saved, by default, on the PNunit launcher binary path.

link|improve this answer
I don't have the environment right now. I'll look for this file the next time I'm running the test cases. Thanks for your reply. – Mugen Jan 20 '11 at 8:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.