Writing to the output window in Visual Studio - with mbunit

  • Thread starter Thread starter avanti
  • Start date Start date
A

avanti

The framework we use, uses MbUnit and the QE runs the tests through the
UI shortcuts. The link to the report then shows up in the output window
when the run is completed.

Is there a way to write \ modify this text in the output window? I need
to run an XSL to generate a new report and provide this new link to the
QE instead of the default link provided. Is that possible?

Thanks,
Avanti
 
Avanti,

I don't know that you can neessarily modify this text from your program.
However, you should be able to output your own text by calling the methods
on the Trace class.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top