Hi Oren,
Not able to upload due to size & format constraint. Can you provide your personal email id.
Thanks,
AbhijitK
Hi Oren,
Not able to upload due to size & format constraint. Can you provide your personal email id.
Thanks,
AbhijitK
hi,
i have web script in javaScript which having complecated Json responses to correlate
does loadrunner support reqular expression in web.regSaveParamJson?
in the following example wrong value is returned from the json request - looks like a bug
same json query was tested sucssfully using http://jsonpath.herokuapp.com/
web.regSaveParamJson(
{
paramName : 'ProductId_OverTheTop',
queryString : '$..steps[?(@.name =~ /.*Receivers and OTT/i)].displayableItems[?(@.name =~ /.*over the top/i)].productID',
scope : 'Body'
}
);
Thanks,
Please verify the following:
1. in the response snapshot of the step, such a string exists.
2. the web_reg_find is configured to search in the right place, i.e. the target place to search matches the place in which the string is sent by the server
Hey,
I'm runnning IE 11 version: 11.0.9600.18537.
Thanks
please send the script to this mail : vugen.feedback@hpe.com
Thanks
Oren
started to get the following error from a Truclient Firefox script on a Windows 7 BPM running 9.26. the script was working on the BPM, then stopped. the script was developed with vugen 12.02. any suggestions?
t=00000170ms: Error -205177: In CVuser::RaiseClientBrowserProcess, Failed to create browser process!! Error Code = 2 [MsgId: MERR-205177] [MsgId: MERR-205177]
Vuser Terminated.
Hi Khaja,
Can you please make sure the application is in the Trusted security zone in Microsoft IE and then try again?
If it didn't help, which is very likely to be the case, can you please run the script until the point it supposed to click on "Activate CA". Stop it. Disable standards enforcement from the Advanced menu of TruClient browser and then manually click on the "Activate CA" button (not through replay). Is there any difference in the behavior?
Please open support call in parallel to this post
Regards,
Shlomi
Hi,
Can you please attach a screenshot? Does it cause any issue that prevents you from working?
I still do not understand the context. Are these two tabs opened when you open a new script? Which browser do you use in TruClient (TC IE, Firefox or Chromium)
Did you install any browser extension lately in your default Chrome/Firefox browser?
Regards,
Shlomi
Hi,
Which browser is it configured to run with?
Which protocol is it?
Are you able to run the same script in VuGen on that machine?
Are you able to run the script on that machine using command line? try this command
<LG_HOME>\bin\mdrv.exe -usr <full_path_to_usr_file_of_your_script>
Regards,
Shlomi
Attached is a snip of the isue, its when I logout of my application that it opens 2 extra windows. What I find interesting is that these tab numbers keep increasing,,, 3,4,,,,,5,,6,,,,etc. I use TC IE and in my local IE this issue does not happen. Yes it prevents me from working, due to the fact then when this issue started it also started to take 5 -10 sec to just ID an object.
Thank you!
I know one more noice app like this - Mobile Recorder 24 spy and monitoring, just do it :)
Please open a support ticket.
Regards,
Shlomi
Hi Shlomi,
Thank you for the quick help. I will try the same
Could you please provide us Skype ID, so that I will schedule a support call.
Regards,
Khaja Shaik.
Hi,
I am using Tru Client Firefox protocol and I am running the load test with one script that has 100 users. The test is supposed to run for 1 hour. It works fine for about 20 Vusers but as soon as they start increasing, the load generator( my local windows 2008 edition)hangs up and controller throws bunch of error about not being able to recognize the objects, since it opens a browser session for each Vuser. I added another load generator(windows 2008 server), but it hangs up too as soon as the Vuser increases. It defeats the purpose of load testing when the load generator itself is jammed. Is there a way to control this in a better way beside adding load generators? Am I doing something wrong? Please help.
Hello Experts,
Recently we have upgraded most of our project applications and now webpages uses AngularJs. We would like to do performance testing of these applications.
However, my team has no experience on scripting of Angularjs web pages.
I need your inputs @Which Protocol is suggestable, approach and any best practices.
We are using loadrunner 12.02.
Appreciate your support ...!
Thanks,
Siva
First and foremost, please ask your team to use the "Protocol Advisor" feature built in VuGen. It will scan the application for sometime and then would come up with the best protocol. In your case, it will mose definitely be TruClient IE/Firefox.
HI Khaja,
You need to login to the support site here https://softwaresupport.hpe.com/ using your support sign-in and open a ticket after you signed in. If it is unclear use the Chat link on that page to understand how a support ticket should be opened.
Regards,
Shlomi
Hi,
You should either switch to Web (HTTP/HTML) protocol which does not run a browser for each Vuser, or add more Load Generators or reduce the number of Vusers run per Load Generator.
As you said, TruClient runs a browser process for each Vuser since it works in the browser level and as a result the high resource utilization on the Controller/LOad Generator.
Use this help page to troubleshoot TruClient scalability: http://tchelp.saas.hpe.com/en/12.53/Content/TruClient/procedures/_tc_t_how_to_calculate_load_generators.htm
It will not reduce the need to add more Load Generators, it will just help you avoid the issues from happening.
Regards,
Shlomi
Hi,
Protocol Advisor feature was discontinued in later versions, I wouldn't rely on that only.
AngularJS is used in web based applications, you can either use Web (HTTP/HTML) protocol to test the application in the HTTP level or TruClient to test it in the web clientt level (i.e. AngularJS level in this case)
Just note TruClient is less scalable than Web (HTTP/HTML) as it runs real browser process for each Vuser
Regards,
Shlomi