When I start my tests running for my whole project, they take several hours to complete. Is there a way to be notified when the full suite is complete, regardless of pass/fail?
Solved! Go to Solution.
I used to send a mail after finish..
https://support.smartbear.com/testcomplete/docs/scripting/sending-email-from-scripts.html
I used to send a mail after finish..
https://support.smartbear.com/testcomplete/docs/scripting/sending-email-from-scripts.html
Thanks NisHera, a pretty simple and effective solution.
@Jannord Was it what you were looking for?
Thanks for your reply.
I have a suite of tests (100+) that runs for several hours. Will this function send an email after ALL the tests are complete? I don't really want an email for each test that runs.
The article linked basically outlines how to send an e-mail from the automation. You can adapt that code any way you want to in order to send only at the end of the whole suite or once per test or however you want to.
Subject | Author | Latest Post |
---|---|---|