Is their a solution, I have the same problem with LR 11.52?
Jens
Is their a solution, I have the same problem with LR 11.52?
Jens
Place the requests in between web_concurrent_start() and web_concurrent_end() like ..
web_concurrent_start()
Req 1
Req 2
.
.
Req N
web_concurrent_end()
Thanks, Ajay
You can implement the same logic in Java script in LR 11.5 .
Reference link:
Thanks, Ajay
Hello Madan,
Thanks for your help.
I am attaching the script here.
Please have a look at it & let me know for more elaboration.
Best Regards,
Akshay.
Here is an update:
It would appear the script can load and function properly on the very host on which it was initially recorded and developed. If we try to open the problematic scripts on any other machine it will fail to work as expected.
So, somehow the scripts are tied to one computer. No functions utilizing local files are used, so this comes as quite a surprise to us. We now know how to circumvent the problem, but since we are fairly fluid in regards to what computers we use, this is a huge annoyance.
Anyone have the same problem?
Please close all VuGen instances on the other problematic machines.
Delete %Appdata%/Loadrunner/Hewlett-packard/web2 folder.
Re-try to open VuGen and the script. Let me know if it solves the issue.
Hi,
I am having the same issue, Please let me know how did you resolve of it?
GMANDD,
I am having the same issue. How were you able to resolve this?
Thanks.
Hello ,
I have a situation where I need to select proxy based on a condition(IF-ELSE) present in the Truclient script.
Is there any way to achieve this?
Regards
Sudheer
Hi,
There is no such capability in TC.
You can always ask the customer to write C code to use the machine proxy instead (thru Eval C) but it might be cumbersome and not all of our customers has this knowledge.
It is a nice ER, can you please open an ER case for that?
Annie,
Make sure the policy is setup correctly (the release when and timeout interval is setup correctly).
Good luck
Arjun
I have the same problem. Any followup since February?
Hello
Check on the FF version, I saw this same behavior last week and it was becasue the TC FF got updated, it that is your situation I guess you need to reinstall.
regards
Hi All,
I am also facing the same OS pop-up issue. While recording or replaying, I get an authentication pop-up asking for the userid and password. Can someone please help me get rid of this pop-up. This is causing a lot of troubles. I have attached the screenshot for your reference.
Thanks,
Madhuban
Ah, fancy new LR 11.5 stuff.
Us old noggin's are still stuck on 11.04 .. :p
Change all instance of user.js located under the script directory as well as the instance located in %appdata%\Hewlett-Packard\LoadRunner\Web2\LrWeb2MasterProfile
Modify the following entries or add it in case it does not exist:
user_pref("network.automatic-ntlm-auth.allow-proxies", true);
user_pref("network.negotiate-auth.allow-proxies", true);
user_pref("network.negotiate-auth.trusted-uris", "https://<your_domain_name>");
user_pref("network.automatic-ntlm-auth.trusted-uris", "https://<your_domain_name>");
Hello,
I would like to test a GWT web application using loadrunner but I'm having issues using the GWT DFE chain
I followed what is described in this tutorial video http://www.youtube.com/watch?v=ASD8xj0otUk
but in my case the strings serialized by GWT are not turned into an XML format (so i cannot make any correlation on the data)
I cannot see any error in the code generation panel so I'm assuming that the GWT DFE is applyied correctly (and the WAR that I used is correct)
Do you have any suggestion on what I can check in order to find the problem?
I'm using loadrunner 11.51
thanks