by Ciege » Tue Mar 08, 2011 6:14 pm
Have you tried wrapping your test code sections in Try/Catch blocks to catch exceptions in code and be able to deal with them appropriately?
I.E.
- Code: Select all
try
{
do stuff...
}
catch (exception e)
{
report on what e is...
}
Also, with the "red text" are you talking about the text that is displayed in a command prompt window that shows the current status of the test as it is running? If so, the "view" that Peter is mentioning is the result log that is displayed in the Report Viewer or your current browser (depending on how you are set up).
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...