Hi,
it is not an estimation, but actual data points are aggregated. i would like to know the criteria for aggregagation.
Thanks
Shankar k V
Hi,
it is not an estimation, but actual data points are aggregated. i would like to know the criteria for aggregagation.
Thanks
Shankar k V
Hello,
The varaiable "a" appears to be a number by your defination, pleae try change it to:
web_js_run(
"Code= var a='1234'; var n=a.length; alert(n); ",
"ResultParam=uri",
LAST);
Regards,
Bingle(LoadRunner R&D)
Yes, that is my point:
If the Total transaction count is higer in the summary than in the compelte result, then has to be is some kind of estimation and not only aggregation. Aggregation is summing up values, and could miss some values here and there but could never be greater than the real value.
Then if the estimation is done as a sum of transactions/sec * time of smaller measure slots, which seems plausable I don't know. But maybe the used algorithm was the question in the first place.
br /ola
---------------------------------------------------------------------
Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.
Hello,
401 error means the server requires authentication . LR will then automatically add authentication header and resend the request.
You can investigate the full log to see which authentication methord is used and then use web_set_sockets_option("INITIAL_ AUTH", ...) to let LR send pre-emptive authentication.
web_set_sockets_option("INITIAL_ AUTH","BASIC"); turn on pre-emptive authentication for web server and the pre-emptive authenticate scheme is always “BASIC”.
web_set_sockets_option("INITIAL_ AUTH","NTLM"); turn on pre-emptive authentication for web server and the pre-emptive authenticate scheme is always “NTLM”.
web_set_sockets_option("INITIAL_ AUTH","KERBEROS"); turn on pre-emptive authentication for web server and the pre-emptive authenticate scheme is always "KERBEROS".
Refer to the API reference to see more details.
Regards,
Bnigle(LoadRunner R&D)
Hello,
Could you give more details?
A script with full replay log is prefered.
Regards,
Bingle(LoadRunner R&D)
Hello,
It's very probably that your script need to do correlation, and from the posted script, I don't see any correlation is appiled.
Please read more on the Vugen Help Center regarding how to search and apply correlations.
Regards,
Bingle(LoadRunner R&D)
Hello,
Any way, using 11.52 controller and ll.50 LG is not guaranteed way , update both to latest version will be the first suggestion.
second, if you're not able to upgrade LR currently, I think you can do some further test to isolate the issue.
Is it able to run web http or TruClient script form the LG machine directly?( form Vugen or from mdrv command line)
Is it able to run web http or TruClient script form the controller? (connecting to the 11.50 LG)
Rregards,
Bingle
Hi, Christoph,
This will be an enhancement request. you can help to push it.
Regards,
Bingle
Hello,
I want everytime when the test is completed should get exported in CSV format.
Is there any way to do it?
Thanks
Guys please respond. I need help.
Hi,
I have a question here as the User load is affecting my script to fail in Controller. It is working fine if i input 50 users and do 50 iterations in Vugen but it is failing in Controller when i load 50 users.
It is working fine until 25 users and upto 30 users for a while and later it started getting failed for 30 users.
I know that there is a Load balancing happening in my Production environment with 10 users accessing 1 server and the 11th user redirected to another server.
As far as i know(i doubt) there is no such load balancing for Test server (as it is only used by QA and UAT people).
If so ? Is this the issue for my Script getting failed with 50 Users ?
This is a Windows application hosted in Citrix.
Hi All,
Please let me know how to use utility functions of LR in a truclient script.
For example :
I want use lr_stop_trnasaction and lr_resume_transaction as I want to cut out some steps from reporting data in the transaction. How can I do that in my Truclient script.
Thank you.
I did solve this issue. The step before the save was selecting the tab. but the script had extra values besides selecting the tab. I commented out the itemdata and the script works great. Thanks for reading and trying to heklp my issue. This was one you just had play with until it worked.
The web page in question has several rows, and in order to select the right row you click on the radio button. Each button has unique value, from the page source (<label for="forLoanReq"></label><input type="radio" name="appPkgAndLoanReqDetails" value="552453>620749>FS>CMP>false" ) the two 6 digit numbers are in parm dat file.
Below is a screen shot of the step in true client. I have pasted the xpath value.
//input[@type="radio" and @value="LR.getParam("PackageID")>LR.getParam("LoanREQID")>FS>CMP>false]";
I am still a rookie on truclient, so any assistance is greatly appreciated.
Can you use the Related Objects functionality to help?
Thanks for looking into my issue.
No, I am trying to Load test it. When i put the load to 20 users in controller, it is working good but when i put the load to 30 users it is failing.
So, my question is Does controller depends on the Actual server capacity(test server which i am testing for) on the number of users that has to access the application all at once. which means Test server has a limit of users to access the application ?
If this is correct ? then is that the reason for my test fail with 50 users loading in controller ?
It will allow me to select a different row once. How do modify to select a different unique row every time.
I tried the script with the related object and it wouldn't complete. Saying the target object not found.