Yshippin
12 years agoContributor
Sending a test results summary mail without all the attachments
Hi,
Does anyone here have a quick and easy way to send the test results summary without all the attached files?
The problem is that our tests are quite extensive so the test results emailed by TestComplete's default email function are huge ( usually over 15MB ).
I've thought of a few workarounds (block attachments / extract the data using a TestComplete script) but it would be nice if there was a neater way to do this.
Does anyone here have a quick and easy way to send the test results summary without all the attached files?
The problem is that our tests are quite extensive so the test results emailed by TestComplete's default email function are huge ( usually over 15MB ).
I've thought of a few workarounds (block attachments / extract the data using a TestComplete script) but it would be nice if there was a neater way to do this.
- About result, I added a Project Suite variable of string type and I write there name of the test if there was an error in this test (see OnLogError event handler).
Then in a letter in body I just write down this variable, so developers can see not only where they can find the log file but what tests failed.