Votes
Answers
Views
Question
6
votes
1
answer
246
views
asked 12 years ago by gizmo
updated 12 years ago by DavidMofOSI
I am using LR 11.5 .when I try to record a https web application ,vugen is not recording actions when submitting login credentials.
5
votes
1
answer
92
views
asked 12 years ago by gizmo
updated 12 years ago by jeffrey-gardner-1
Using LR 11.5 Web HTTP/HTML protocol throws a correlation error for Dates. Please help if you know how to resolve this issue.
2
votes
3
answers
1154
views
asked 13 years ago by gizmo
updated 8 years ago by suryakosuri
5
votes
1
answer
278
views
asked 13 years ago by jeffrey-gardner-1
updated 13 years ago by garystew
2
votes
1
answer
58
views
asked 13 years ago by gizmo
updated 13 years ago by jeffrey-gardner-1
Tags:
6
votes
1
answer
86
views
Most of our testers use the Content Check rules for detecting errors that can occur globally on any page of our web sites. This setting is available in the LoadRunner Controller Run-time Settings but it is does not appear to be available in the Performance Center Run Time Settings. Does anyone know ...
5
votes
2
answers
846
views
I have noticed that even though I'm using a random integer parameter in my scripts, the pattern of random numbers remains the same between different executions of the same script. Anybody know how to handle this?
2
votes
1
answer
104
views
asked 13 years ago by Iama_mess
updated 13 years ago by DavidMofOSI
I have an 18 character string that I need to split into two. The first 8 characters will go in one string, the remaining 10 into another string. I can pull out the first 8 characters no problem with the strcpy function. It's the remaining 10 that is giving me problems. From everything I've g...