Re: SSL protocol error when attempting to connect with host...
Were you able to find any solution to this issue? Please let me know...I tried the registry settings mentioned in the posting, but it did not work after 2 iterations. Thrid iteration it failed and i...
View ArticleRe: TruClient - Multiply wait time
Maybe try something like this? // wait 1-3s//Math.round( Math.random() * (max - min) + min )Math.round( Math.random() * (3 - 1) + 1 )// wait 5-10s//Math.round( Math.random() * (max - min) + min...
View ArticleRe: TruClient - Multiply wait time
Hi Guy, But is my first assumption correct? Can I use this as a think time?And will the transaction response times measured during test then include or exclude this minimum step time?If it is included,...
View ArticleRe: Error: The user files were not transferred to the local load generator
I ran into a similar issue once. Turned out that the path to the scripts on the shared drive was too long and LR simply wouldn't handle it, I got a similar error message. Unfortunately the the error...
View ArticleRe: TruClient - Multiply wait time
Hi Peet,You may find this article useful regarding your first question and in general:http://h30499.www3.hp.com/t5/HP-LoadRunner-and-Performance/Times-timing-and-timeouts-in-TruClient/ba-p/6409810 This...
View ArticleRe: Plug-in issue with TRUClient Protocol.
Hello , Error is shown on screen is written only "plugin error " i don't know what kind of plug in I need to add but I update all plug in .Adobe, Flash but I am unable to update java applet plug in ....
View ArticleRe: Plug-in issue with TRUClient Protocol.
Hi,I'm sorry but I have nothing more to add. My suggestion was to understand which plug-in you need to use (ask your RnD), check if it is relevent at all to test your application using TruClient with...
View ArticleRe: C Vuser - parsing failed even though systax is correct and script runs
Just to "close" this thread. I've opened a case with the support and they were able to reproduce the problem. I've upgraded to LR12 and it does not happen there, so this issue is closed.
View ArticleRe: how to extract innerHTML value UP, from attached pic
in below code I am not getting Json responce value, what need to write in body tag in web_custom_request web_reg_find("Text=UP ","Fail=Found","SaveCount=count11","Search=Body",LAST);...
View ArticleRe: how to extract innerHTML value UP, from attached pic
I have no idea about what your request suppose to do here. If you need to pass JSON then it should have RecContentType=application/json" Please refer and take a look at very good post...
View ArticleRe: how to extract innerHTML value UP, from attached pic
I am using RecContentType=application/json" and also checking other parameters as well, thanks for it I am using VuGen 11.0 and I do not have option to unable javascript, see attached pic, I was...
View ArticleRe: TruClient transactions slower than Web - HTTP/HTML?
First, everything Guy said. Second, remember that the Web protocol is just sending data back to the Web server. There is no real client or browser. With TruClient, LoadRunner is creating a real albeit...
View ArticleRe: How to generate a Seat Locking code for "HP PC Enterprise Protocol Suite"
HelloTo get licenses please contact your HP sales representative.if you dont know who they sales rep is, send me by PM you company details and your cotnact information and I will try to find who is...
View ArticleRe: Unable to record applet in vugen
HelloDid you tried protocol advisor? how about winsock or ODBC protocols???regards
View ArticleRe: Citrix +Web/HTTP playback error - access denied
HelloThis usually means that some correlations are mising, check also headers of the problematic request.regards
View ArticleRe: Citrix +Web/HTTP playback error - access denied
When the recording completess, LoadRunner/VUGen tells me that no correlation occurrences were found. I do not see any referecnce to "sessionid" in the script. If correlation variables are in the...
View ArticleRe: Citrix +Web/HTTP playback error - access denied
The fact that the autocorrelation scan finds nothing doesnt mean that no correlations are missing, check on the logs/snapshots what was send/receive during recording and what was send/receive during...
View ArticleRe: Citrix +Web/HTTP playback error - access denied
In some of the snapshots of script creation, I see asp.net_sessionid=xxxxxxxxxxx,and CsrfToken=xxxxx,and CtxsDevceID=xxxxxx I don't know how to parameterize the asp.net_sessionid in the thumbnail. Is...
View ArticleRe: Citrix +Web/HTTP playback error - access denied
Capture those values like a regulear correlation, there is nothing special about them, then use then into a web_add_auto_header or web_add_header, as per your requirements.regards
View ArticleRe: Citrix +Web/HTTP playback error - access denied
ok - I'll try that. Correation was on my list of suspects, though I am not familiar with workig with headers.I don't know the difference between the two calls but will find out. Per requirements, I...
View Article