Votes
Answers
Views
Question
2
votes
2
answers
1881
views
asked 7 years ago by
updated 7 years ago by
In UFT we would like a function to capture a screenshot at certain times, is there a way to do this in UFT and save the image to the run results?
3
votes
1
answer
904
views
asked 15 years ago by
updated 15 years ago by
I need to URL encode a string in a LoadRunner script, I need a C function to do that, but i am not sure where to start. Has anyone written such a function before?
2
votes
1
answer
299
views
asked 7 years ago by
updated 7 years ago by
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...
2
votes
1
answer
274
views
asked 4 years ago by
updated 4 years ago by
Category: Test Automation
Using UFT 14.53 Patch 4. I'm trying to create a basic Recovery Scenario in UFT, but when I get to the screen where it allows you to either Select an existing function in a function library or Define a new one, my existing functions are not displayed. Is there a patch fixing this issue?  
0
votes
1
answer
267
views
asked 7 years ago by
updated 7 years ago by
How to programmatically call api test from uft function?
1
vote
1
answer
218
views
asked 5 years ago by
updated 5 years ago by
Category: Test Automation
I've had this issue for several years and I've just restarted UFT or rebooted the PC. I have several functions that override the native methods for Set, Select, Click, etc. The reason I do this it perform extra reporting and a data check on the method. I think that UFT gets lost in the registering a...
1
vote
1
answer
171
views
asked 10 years ago by
updated 10 years ago by
Basically, I would like to rename and combine some of our Function Libraries. If I do this, is there a way to update all the scripts that use the Function Library or do I have to manually go to every test script check to see if it uses that Function and then update it. Hopefully, there is a better w...
6
votes
1
answer
148
views
asked 15 years ago by
updated 15 years ago by
I have a function that no longer works after our upgrade to QCv10. It does not appear to be looping. Below is the function. Function CUST_Create_HTML_String(testSteps) Dim HTML_String HTML_String = "" For Each item In testSteps HTML_String = HTML_String & Replace(item, "Step^", &...
0
votes
1
answer
127
views
asked 13 years ago by
updated 13 years ago by
I'm using QTP 9.2.0.0 Build 2610 with a customer's framework. The UBound function does not work, I get 'Type mismatch: UBound'. The specific line of code is: "nResult = ubound(aArray)" I've verified that aArray is a single-dimension array when passed to ubound. The word 'ubound' does not app...
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top