Votes
Answers
Views
Question
14
1
75
asked 8 years ago by neena
updated 8 years ago by bubblehead712
Developer sent me the WSDL file which saved at his local machine . WSDL is not ready for testing. But I want to start creating the script. How to create a WSDL file , so I can start creating the API script ?
11
1
873
asked 8 years ago by neena
updated 8 years ago by bubblehead712
Where are the logs kept for UFT and can they be changed?
13
1
69
asked 8 years ago by neena
updated 8 years ago by bubblehead712
How to combine API and regular script in one script ? Scenario: Send request to web service using UFT ApI script, database will be updated the same time. What I need: Run API scenario 1, then run database script to check the database for row 1 Run API scenario 2, then run database script to check th...
13
1
63
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I have an API test result that the actual and expected values are same, but still test run fails. I am using Excel as a data source and do not see an issue with the data.
0
0
22
Be first to answer!
asked 8 years ago by pradeeps123
Trying to load a file to a WAS server using FTP Step, Used FTP Upload step to load a file, but the step was failing after providing all the info. Not sure if that was the right option, i didn't have option in the step to point the file.
0
1
161
asked 8 years ago by scruffy
updated 8 years ago by josh-yates
In ALM Octane On premise version 12.53.16 We generated API Access client Id and secret from HP ALM Octane settings. We tried to login into the Octane swagger for REST API calls details but we do not see any workspaces assigned from the drop down.
9
1
66
asked 8 years ago by neena
updated 8 years ago by bubblehead712
How do you update a data table from UFT API? I am working with Excell that I need to pull data from and would like UFT API be able to read it.
0
1
95
asked 8 years ago by neena
updated 8 years ago by bubblehead712
How can I capture a value from the XML returned, then run a SQL query against my database and compare the fields in the database record to expected results. Would I use the database functions in API testing?
0
1
36
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
I am running a rest script and when I look at the body of my request I can see the + sign (See Below) but according to development that is being removed before the call is being processed. Here is the body of my call grant_type=password&username=zzzzzzzzzz&AuthType=3&DeviceAuthToken=abcdabcd+abcdabc...