Votes
Answers
Views
Question
6
1
241
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
1
84
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
3
1132
asked 12 years ago by gizmo
updated 8 years ago by suryakosuri
5
1
267
asked 12 years ago by jeffrey-gardner-1
updated 12 years ago by garystew
6
1
80
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
2
818
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
1
89
asked 12 years ago by Iama_mess
updated 12 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...