Marsha_R
here is the example script:
--------------
If SendMail("m.groen@BLABLA.COM", "smtp-mail.outlook.com", "testrunner", "testrunner_dp@BLABLA.COM", "Notification", "Hello Clare, Your application is nice.", "C:/a/File1.txt") Then
Log.Message "Mail was sent"
Else
Log.Warning "Mail was not sent"
End If
--------------
I have copied the script from an example in the Help file. I have saved this script as "Unit1".
After that created an Keyword test, I want to call this test in this keyword test but I get the error "No appropriate test to choose from".