• Unable to load VAPI-XP-TEST text script to ALM test with REST API

    Using REST API, trying to create a QC test with custom VB script for test type 'VAPI-XP-TEST'. We are able to create test with REST API but not able to attach a custom script with it. Not able to locate any REST API that update the storage resource that…
  • Update Manual Step Status using VAPI-XP-Test Script?

    In my VAPI-XP-Test Script, I'm currently 'adding a step to run' and reporting its status using: AddStepToRun(Name, [Desc], [Expected], [Actual], [Status]) However, I'm wondering if the VAPI-XP-Test Scripts can allow me to interact with a manual step …
  • VAPI fails to execute on remote host (desktop not locked). Err Msg: "Cannot activate the Remote..."

    Issue: VAPI test fails to exeute on remote PC. It is a simple VAPI test to delete temp files and the test is located in a QC Test Lab Test Set with 'Planned HostName' set to the name of a remote PC. When I login to QC and run the test on a remote PC,…
  • VAPI-XP-TEST : building arguments based on defined paramters

    Hello, From QC I'm calling an external process that requires arguments. For this I have used VAPI-XP-TEST while defining my test case and exposed parameters; param1 , default value value1 and param2, default value value2. In the VBScript i have something…