Votes
Answers
Views
Question
0
1
239
asked 6 years ago by bhogapuram
updated 6 years ago by raja
I am having an issue with UFT 14.03 where when someone has the main action open/locked, he is not able to edit any of the function libraries that is referenced by the main action. We do not have this problem with any other versions. Is this known issue ?
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 ...
2
1
333
I want to use one function library function in another function library file. For example (leaving out actual code for brevity, I know there would be values passed, etc): **Function LibraryA:** Function addition() 'do some adding End Function **Function LibraryB:** Function sub() Call addition() End...
0
1
292
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
I want to use some database validation functions we have in a function library in UFT to validate the database output of a set of API tests which validate the same functionality for both SOAP and REST request/responses. I can't determine if you can associate a function library with an API test or ca...