Monday, November 15, 2010

How to send Fail Message to Results with C sharp code?

Whenever application behavior is not expected, have to fail report to the test result, report same with below code.

throw new Exception(" Fail message to result");

No comments:

Post a Comment