Hi,
I would like to email Silk Work bench test results, Is there a way in in Silk workbench to do this? or Should it be written in .NET script?
Appreciated your help.
Thanks,
Srikanth
Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
Hi,
I would like to email Silk Work bench test results, Is there a way in in Silk workbench to do this? or Should it be written in .NET script?
Appreciated your help.
Thanks,
Srikanth
Hi Srikanth2021
There is no inbuilt functionality to email Workbench results on test completion.
You could try writing a .Net script using the native .Net API's but there will need be a number of considerations to take into account. For example, ensuring that your email script is executed should a test fail. Generally when a Visual Test or .Net script encounters an error, it stops executing immediately. So this may require you to come up with a creative solution to ensure your email script is always executed.
Regards
Robert