On keyword test error execution email the test result
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023
08:52 AM
02-28-2023
08:52 AM
On keyword test error execution email the test result
Hi does anyone knows how to accomplish this...
I want to be able to send an email automatically on a keyword test execution that result on error.
Please notice that I have low coding knowleadge... I try to follow the documentation of the BuiltIn (SendEmail) but it doesnt work.
Can someone kindly help me?
Labels:
- Labels:
-
Keyword Tests
-
Test Results
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023
09:07 AM
02-28-2023
09:07 AM
See OnLogError Event, followed by Sending Email From Scripts.
Note, any errors occured will trigger the OnLogError event, which will then send an email.
You can also send an email, once all tests have been completed.
