Votes
Answers
Views
Question
2
1
345
On v14.00 we are unable to open tests that were created with an older version. Example: 12.52 build 5282. Errors presented upon loading the test from ALM. Version 12.55.358 (Patch 1). Are the scripts not backward compatible? Note: We are using Windows 10 1703 build (Creators Update). Error: > One or...
2
1
49
I need to send an email from an API test with UFT. Can't seem to figure out how to do it, even with custom code.
2
1
79
I have a couple of optional fields in my REST API test. I'm using the keyword #SKIP# in my Excel file to omit the field in the request. My problem is that the fields aren't being omitted, instead they are just being filled with nulls.
2
1
54
Tags:
We're using the XmlToString activity. We have an output parameter in the Start node. We have the output parameter linked to the XmlToString Result Parameter. After running the test, the report results is blank and we get the following error: System.Xml.XmlException: Unexpected XML declaration. The X...
1
1
263
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
This API Script has calls to a couple of REST services, one through REST Activity and the other through HTTP Activity. Script has lot of user code with connections to DB and Excel workbooks. This script iterates a set of test data and logs results after verifying the expected xml/json responses. Scr...
2
1
65
asked 7 years ago by jtaylor
updated 7 years ago by josh-yates
We are trying to configure ALM Octane Synchronizer for Octane 12.55.8 Currently we are stuck at the step to create the site admin api key and secret. When we run the generateadminapikey.sh command we are getting a 500 error. We are sure that we are using the correct username and password and have tr...
1
1
65
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I've created an Excel spreadsheet Test Resource and associated it to my UFT API test in QC. I've mapped the parameters with the column names. And done the association in Test Configurations with Override Test Data Resource. Once I run the test out of Test Lab it runs to the point where it has to act...
1
1
258
asked 7 years ago by neena
updated 7 years ago by bubblehead712
Can I have a .cs library file which I can associate with the API Test and it will take care of event related code? My objective is to generate a .cs library file which can have generic code and can be used by multiple API Tests. In current implementation I have one TestUserCode.cs file for each API ...
1
1
35
asked 7 years ago by neena
updated 7 years ago by bubblehead712
GUI Test -> API Action1 -> API Action2. When i run the test, after executing the GUI test the API Test stops. It doesn't execute API Action 1 & 2. Can you help me with this issue.