Is there a mode to execute a SilkTest Workbench script from HP ALM (SaaS)?
I know that there is a test called VAPI-XP, but I'd like to use in/out parameters, for get the final result test and the attachments that I recorded in time execution. Currently I am creating a VBScript inside HP ALM (VAPI-XP) and I call the script in the SilkTest through the command line STW.exe. But I don't know catch the final result in the Silktest script and to set in the HP ALM.
That is an example how I am working:
HP ALM >>> VAPI-XP (VBScript) >>> STW.exe >>> SilkTest Workbench
Can someone help me with this problem?