vote up 1 vote down star

Hi, Does anybody know if it´s possible to write results to some tracelistener or something that the test-report snaps up and embeds into the test report?

for example, var loans = GetLoans(...parameters); Assert.IsTrue(Loans.Length>0); TestReport.Write("user has :" +loans.Count);

and then have it show up in the test report! Any ideas? :)

flag

1 Answer

vote up 2 vote down check

TestLog.WriteLine(....)

Also notice that TestLog has support for embedding attachments and creating nested sections within the log.

link|flag
Great stuff! thanks – Simon Söderman Jun 8 at 6:42

Your Answer

Get an OpenID
or

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