I have a "master" script in HP UFT 12.52 that runs tests for the gui side of or application and works fine. We want to use the same data table that drives the GUI tests on the web service.
The master uses an excel sheet to drive the values needed for each request. I can create an equivalent "on the fly" to point to the API calls behind a button. I have one column (APICall) which is the name of the soap request to send.
However, when I start the test, I can load the sheet into the API test holding the actions, but getting it to take the APICall value and branch to the appropriate action (named by API request) is proving impossible. The code exists in VBScript in the GUI actions. I don't see why it is so hard on the API side.
I'm also a junior C# programmer.