Skip to main content
4 events
when toggle format what by license comment
Jan 28, 2014 at 16:42 comment added sfdcfox That, though, is true. The moral of the story is that you should prefer unit testing over manual testing whenever possible, although when you are manually testing, I would definitely agree that you should be commenting out any sendEmail functions unless you're specifically testing deliverability/how the email looks.
Jan 28, 2014 at 16:33 comment added Michael Fleming Ah okay thanks for clearing that up. I've run into issues however when running tests after hitting the email limit via manual testing, this then stops the tests as they hit this Single limit exceeded issue, it was just something i thought to mention as working in a dev org this limit of 10 emails is very easy to exceed.
Jan 28, 2014 at 15:59 comment added sfdcfox Unit Tests don't actually send the email and don't actually count against your daily limits.
Jan 27, 2014 at 22:11 history answered Michael Fleming CC BY-SA 3.0