Votes
Answers
Views
Question
12
votes
3
answers
100
views
asked 15 years ago by
updated 5 years ago by
I am using LR and in my script, trying to determine which option is selected in a drop down list. I need a function to search a string for left and right boundaries, similar to other LR built in functions. I just need the function to search inside a string though, not inside the entire HTTP response...
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^", &...
3
votes
1
answer
902
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?
3
votes
1
answer
16
views
asked 11 years ago by
updated 11 years ago by
Is there any we can stop QTP from looking up parameters on clicking space, when a function is called. We have fairly large libraries and due to that every time we press space qtp freezes up at least for a minute.
2
votes
1
answer
75
views
asked 10 years ago by
updated 10 years ago by
Why do I sometimes get 'Cannot use parenthesis when calling a Sub' when I try to use a function in my QTP script?
2
votes
1
answer
52
views
asked 10 years ago by
updated 10 years ago by
Intellisense is not popping up in my script when I call a function that is within a 'With' block. For example: CheckLink Browser("Google").Page("Automation Testing Software").Link("Get Started Now") 'This works fine! With Browser("Google") .Page("Google")....
2
votes
1
answer
64
views
asked 9 years ago by
updated 9 years ago by
Need assistance with using Excel spreadsheets that our scripts read from. We have a login function that pulls user credentials, URL, and browser from a single spreadsheet. We have questions on where we can store this spreadsheet so other scripts can use.
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?
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...
EyeOnTesting

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

X
Scroll to Top