I have a question regarding how to send results from a SilkTest Script to the SilkTest Results output.
In Test Partner there used to be a function called “UserCheck” where I can send a true or false with some text to the results. What I send would come out in the Result Asset of the Script under the Pass and Fail Tabs
So the command used to look like this in the script
UserCheck ("scriptname", True, "text to indicate something passed")
Or
UserCheck ("scriptname", False, "text to indicate what failed”)
Then after the script finishes I could go to the Failed Tab in the results and read exactly what failed.
What is the equivalent of this in SilkTest Workbench .NET Scripts? How do I send something to the Passed and Failed part of the results. If this feature is no longer available what is the alternative way of viewing my result?