UFT (Unified Functional Testing) is a testing tool that supports UI and API tests. This tag is for UFT's API tests.
Questions tagged [uft-api]
46 questions
0
votes
0 answers
UFT/QTP Unable to click on toggle button
I'm unable to click on Toggle button, my scenario is if Toggle/switch button is on then I want to turn it off, if my toggle button is off then I need to turn on one by one.. and toggle/switch button is dynamic..
I tried to automate using index..…

Anil
- 3
- 2
0
votes
1 answer
UFT API Testing: Could Not Create SSL/TLS Secure Channel
I am getting Could Not Create SSL/TLS Secure Channel in UFT API Testing.
we specified HTTP RequestHeaders in event handlers and End Point address as well.
I could not give much details as we have restricted to provide.
Any Idea why we are getting…

TestQTP
- 131
- 1
- 1
- 8
0
votes
1 answer
How to submit a GET request to get order information using UFT
I am using sample flight application to practice API testing. I have created an order 93. I am trying to retrieve the details of the order no using GET request thru API layer. Below are the steps I have taken and I getting an error "Incorrect number…

bugfinder
- 193
- 1
- 6
- 20
0
votes
1 answer
Does UFT (14.xx) supports Relative Path to call the existing API Test from GUI Test
Does UFT supports Relative Path to call the existing API Test from GUI Test? Right now I am calling the API test from GUI Action using option (Insert Call to NewAction -> Call to Existing API Test/Action -> Navigate to the directory where API test…

user2646610
- 21
- 7
0
votes
3 answers
Error handling in UFT
Please suggest me how to handle the scenario. Problem is supposed I got an error
at statement 2 during execution of the first iteration for Row 1 from excel then how to skip remaining statement and start the execution of statement 1 with excel row…

Devendra Dangi
- 23
- 7
0
votes
1 answer
UFT API Test How can I extract and save XLS values from the XML response?
I am new to the UFT API Test, and I need to extract certain values from the XML response to be included in an existing XLS, which will serve as input data for another test.
This is my XML Response:

Armando Zaldivar
- 1
- 1
0
votes
1 answer
It is possible to open function library in keyword view of HP UFT/QTP?
If I want to open function library in keyword view for give data parameter and any other activity then it is not possible right now.
Is there any possibility for it?
i.e. I want login part in every test case so I created this login part in function…

qaWork4
- 79
- 1
- 6
0
votes
0 answers
How to get the Row Count of a specific column in UFT API
I am using custom code in UFT API and need to get the row count of specific column.
A B
1 1
2 2
3 3
4
it can have different row count for each column and at a time i just need to read one column.
var createlist = new List();
int rowno…

polycarp
- 13
- 6
0
votes
1 answer
UFT API Test: How to read the User Variables and System Variables in custom code
I want to read the User Variables and System Variables in custom code of my UFT API test. How can I do the same.

VISHVAMBRUTH J T
- 602
- 4
- 14
- 29
0
votes
1 answer
UFT API Testing: timeStamp using C#
I have a requirement to parameter the time stamp in my SOAP Request below.
I'm planning to write custom code in C# for the same.
Could you please help on the same.
2017-11-11T03:52:26.464-06:00

VISHVAMBRUTH J T
- 602
- 4
- 14
- 29
0
votes
1 answer
How to access soap response dynamically from HP UFT using custom code
I am pretty new to HP UFT and C#.
I am testing soap services. I want to dynamically parse my response xml and do some validations on it.
But to start with, I do not know how to get my response xml in to a string/xml file. I have tried and failed
Can…

Amritha
- 21
- 2
0
votes
0 answers
GetDataSource pulls in the exponential value of a number as text cell. Needs to be string
My XLS sheet has 790527915 stored as text format.
My Data Source table shows the number (790527915) stored as text, though I import the Excel sheet every time I run it with the new test data..
At run-time, when I "GetValue" from the data source…

Jan D
- 51
- 3
0
votes
1 answer
UFT not showing the correct response but same is working in SOAP 4.5
i am new to UFT API tool.
I am using the API with authenticate which i can able to provide in SOAP 4.5 in Auth tab.
Please let me know where i can provide the Auth in UFT.
Because of this i could not get the response as expected.

testing
- 1
- 2
0
votes
0 answers
HP UFT: XML Attributes are missing from Spreadsheet generated from XML
I have an Acord Schema XML that makes heavy use of Attributes. For example:
John Doe
31
When I use UFT to "Data Drive" this (generate a data spreadsheet from my example XML), I get a…

James Daily
- 587
- 6
- 21
0
votes
0 answers
rest API - UFT authorization with Basic token
I tried to authorize REST API in UFT, the authentication does not seem to as easy as I supposed with other tools. Any recommendation how to use this tool?

lpt
- 931
- 16
- 35