TruClient - Parameters - How to add an incrementor in scripting
I want to create multiple file like Test1, test 2, test 3 etcvar currentDate =d.getFullYear().toString()+ ('0' + m).slice(-2).toString()+ ('0' + d.getDate()).slice(-2).toString();var currentTime = ('0'...
View ArticleRe: Facing issue during replay of a truclient script
Hi,Which version are you using?Which browser is used? If TruClient IE what is the version of the Microsoft IE installed on the machineRegards,Shlomi
View Articleweb_coustom_request ("usermanagment") Error
Error i am Seeing this error ar line 429, I have no idea what to do next.Action.c(429): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "https://3.11.22.34:8443/mp/MpApp/UserManagement"...
View ArticleRe: How to resolve the error 2776 and 27762
Hello, The server may only support certain SSL versions, like SSL2; SSL3; TLS1.0; TSL1.1 or TLS1.2.By using web_set_sockets_option("SSL_VERSION","TLS"), you'll force LR to use TLS1.0 when do SSL...
View ArticleRe: web_coustom_request ("usermanagment") Error
Hello,HTTP 500 means the APP server has meet an unexpected error. Usually this is because the client has send an unexpected request and cause the server fail. But you need to check the server's log to...
View ArticleRe: TruClient - Parameters - How to add an incrementor in scripting
Hi,Not sure I understand what you are trying to do. According to your code the outcome is supposed to Test_CurrentDate_CurrentTime and not Test_1_CurrentDate:CurrentTimeIf you wish to add an...
View ArticleTrue client protol issue while uploading a 2 gb file
Hi HP team we are facing aproblem while loading a file in truclient protocol for uploading a 2 gb file. Manually it is taking 45 to 60 min and only trueclint is only protocol which supports the...
View ArticleRe: True client protol issue while uploading a 2 gb file
Hi,If the script fails at different places why do you assume the problem is with the upload? Does it fail sporadically on the upload only?How does the application behave during the upload? Is the...
View ArticleRe: SiteScope 11.32 doesn't work for the WebScipt generated by Loadrunner...
Was this fixed ? i too see the same issue. thanks, ritesh
View ArticleRe: Vugen Error (One or more files in the scripts folder is in use). unable...
Hi,We are also facing the same issue, we checked there are no files opened as mentioned above and no HP.Utt.StandaloneDebugger.exe process on task manager.We are facing this issue when we open the...
View ArticleLoad testing video streaming website
HiI need advise for one my current load testing project. The Application has been built with video steaming feature which needs to be load tested for at least 150 to 200 users. The videos has been...
View ArticleRe: Vugen Error (One or more files in the scripts folder is in use). unable...
Hi,Some of the files mentioned above are not supposued to be deleted (e.g. paramaters and *.c). Deleting them will end up in failure to run the script.Which protocol are you using?Can you try...
View ArticleRe: Load testing video streaming website
Hi,Did you read this blog post? It covers the essentials and can be useful for...
View ArticleRe: SiteScope 11.32 doesn't work for the WebScipt generated by Loadrunner...
Hi,LoadRunner and Performacne Center teams are less knowledgable around SiteScope, I believe it would be more effective to post this question in APM...
View ArticleRe: java.lang.ClassCastException(LR_12.50)
char text[100]; strcpy(text,"Sample Message to be send to TIBCO"); lr_output_message("%s text is",text); jms_send_message_queue("step1: send...
View ArticlePerformance Center & LoadRunner 12.53 patch 4 was released
LoadRunner 12.53 Patch 4 is released and available for download in SSO via the following links:LR Full:...
View ArticleFacing Issue with Loadrunner TruClient Protocol with Mozilla Firefox?
Hi,I have not installed Mozilla Firefox on my machine. Step1: Started working with TruClient-Web protocol and Mozilla Firefox opened automatically without being installed on PC. Step2: I have recorded...
View ArticleFacing Issue with Loadrunner TruClient Protocol with Mozilla Firefox?
Hi,I have not installed Mozilla Firefox on my machine. Step1: Started working with TruClient-Web protocol and Mozilla Firefox opened automatically without being installed on PC. Step2: I have recorded...
View ArticleRe: Facing Issue with Loadrunner TruClient Protocol with Mozilla Firefox?
Hi,LoadRunner redistribute a specific version of Mozilla Firefox which is suitable for TruClient Web Firefox browser. This is the instance you were using.Regarding the 401 issue, you should probably...
View Article