Skip to main content
February 25, 2009
Question

Getting test result and mail out

  • February 25, 2009
  • 1 reply
  • 772 views
Hi,

I am new to Flexunit and I am wondering if it is possible to collect test result after running, then send mail out. Any idea of how to get this done?

I really appreciate your ideas.

Thanks,
Dina
This topic has been closed for replies.

1 reply

Participant
February 26, 2009
Hi Dina,

Flexunit is Unit test library. It will not send email out itself.

But this is of course achievable.
I'm guessing that you want to make sure that your tests don't fail.

In order to that, you can use Continuous Integration server like Hudson or Continuum. Using those servers, you can automatically build your project, run unit-tests and configure the server to fire a email out if something went wrong (build broken, or tests failures).

Xavier