• Can we extract data retrieved from a database select activity on an API test

    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? …
  • Can we create API test outside UFT

    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…
  • Set Warning Status in API Test

    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…
  • API Testing Change Content-Type in HTTP Request

    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" ?
  • Recurring 'Service Test is missing or not reusable' Error while calling Existing API Test in GUI Test

    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…
  • API test- parse complex json response

    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…
  • Trying to get XmlNode for Xpath: /*[local-name(.)='Envelope'][1], XmlNode was null

    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,
  • Compare Xml Activity - Report

    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…
  • Unable to create new API test in UFT 14.51

    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…
  • API Test - Export DataSource lose cells format

    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)…
  • Api Test: Can I manipulate information from a response body in json format?

    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…
  • Exception was thrown from type HP.ST.Fwk.ShellServices.ServiceTestProject in method UploadTest

    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…
  • Parameterize a Request URL as text for API Testing

    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…
  • Run API Test in ALM : Cannot Find QCResource

    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…
  • how to get HTTPStatusCode SOAP API TEST?

    Hello, I'm looking for the variable that allows me to have the HTTP code received (in the report, we see it in HTTPStatusCode) can you help me?