We would like to save the data extracted from a Database Select Activity on an API test for further review in-case the test fails.
Is it possible to extract the data into an Excel file, similar to what we can perform with DataTable in GUI testing? …
Hi,
I would like to know if we can create API test without opening UFT. This is required as we have API payload which is created using a different internal tool. Using this payload, I need to create UFT API test.
Your response will be highly appreciated…
Is it possible to set "Warning" Status in API Testing?
So my situation I need to check from data source that the current iteration Active Column is "Y".
If the column value is other than "Y" I need to set another status but "Fail"
I checked on Report…
I build API Testing using HTTP Request. Do anyone have idea how to change Request Content-Type from "Application/json" to "application/vnd.api.v1+json" ?
I 've encountered an issue in UFT that I'm hoping someone could help me with.
I'm trying to call an existing API test within a GUI Test. The first time I do this, everything works without any errors. However, when I reopen the GUI Test later, I'm consistently…
We should incorporate a validation checkpoint to ensure that the Content-Type in the API response is set as "application/json." How should we address this requirement? Is it necessary to implement C# code within the AfterExecuteTestStepEvent?
how…
Hello,
After I executed an API script using a WSDL, the script was failed and "Structural CheckPoint failed : Trying to get XmlNode for Xpath: /*[local-name(.)='Envelope'][1], XmlNode was null" message was displayed.
Please advise,
Hello,
I'm using the activity Compare Xml from api test (DiffxmlActivity) and It works fine, I'm launching my test from ALM and to see the result of the compare I have to navigate through the report in Alm wich takes a lot of time.
I want to find…
Hi
I am unable to create new API test in UFT 14.51. Though I have microfocus Unified Functional Testing Concurrent License , It is still asking for Licence .
Please advice if any further license is needed for API testing in UFT .
Thanks
Soumyashree…
Hi guys,
we're fetching on a problem using GetDataSource(<DATA_SOURCE_FILE_NAME>).ExportToExcelFile(<LocalPath>) .
The excel file is importing in UFT in the right mode (the cells are formatted as the original, such as with some background colors)…
I have a rest service that responds in json format. It is not possible for me to pass information from a response body to a request body from another service. Is it possible to manipulate information of a request / response body in json format from UFT…
Hi When I create an API test, if I save this test on my file system, it's OK but when I want to save my test in my QC test plan I've got this message : Exception was thrown from type HP.ST.Fwk.ShellServices.ServiceTestProject in method UploadTest. I use…
Hi everyone, I'm new to API testing and We're having some issues trying to put parameters in a request URL, we've set some headers in the API call like the content-type which is url encoded, so in the request body we have something like this: restaurant…
Hello, I cannot launch an API test from ALM, I have the message Cannot find QcResource. I get this message when I have a test API calling another test API in it. Can you help me? I do not see my error. I saw that on another post there was a solution that…