Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all 12134 articles
Browse latest View live

Re: Total Transaction count is lesser in COMPLETE DATA when compared with SUMMARY DATA in ANALYSIS

$
0
0

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

  


Re: javascript is not working as expected in loadrunner v12.50

$
0
0

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)

Re: Total Transaction count is lesser in COMPLETE DATA when compared with SUMMARY DATA in ANALYSIS

$
0
0

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.

Re: Capture a value in a JSON response

$
0
0

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)

 

Re: Save is not happening when I click Submit button

$
0
0

Hello,

Could you give more details?

A script with full replay log is prefered. 

 

Regards,

Bingle(LoadRunner R&D)

Re: SAP CRM-WEB IC: Error HTTP Status-Code=400 (Session not found)

$
0
0

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)

Re: Issue while setting up Controller scenario to execute Ajax TruClient IE scripts from a LG

$
0
0

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

Re: Connect VTS Server running in SSL mode

$
0
0

Hi, Christoph,

This will be an enhancement request. you can help to push it. 

Regards,

Bingle


Re: LoadRunner license

How to export Analysis Summary report in CSV format?

$
0
0

Hello,

I want everytime when the test is completed should get exported in CSV format.

Is there any way to do it?

Thanks

Re: Urgent help needed - Error: ctrx_sync_on_window("Windows Logon") failed. The window do

$
0
0

Guys please respond. I need help.

Loading 50 Users failing in Controller and passed in Vugen replaying with 50 iterations(50 users).

$
0
0

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 ?

Re: Loading 50 Users failing in Controller and passed in Vugen replaying with 50 iterations(50 users

$
0
0

This is a Windows application hosted in Citrix.

TruClient scripting: How to use stop, resum transation

$
0
0

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.

Re: Save is not happening when I click Submit button

$
0
0

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.


Trying to select Radio Button in Truclient

$
0
0

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&gt;620749&gt;FS&gt;CMP&gt;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.

 

TruClient Capture.PNG

Re: Trying to select Radio Button in Truclient

$
0
0

 Can you use the Related Objects functionality to help?

Re: Loading 50 Users failing in Controller and passed in Vugen replaying with 50 iterations(50 users

$
0
0
If I'm reading this right, it sounds like you're just running into a legitimate capacity/performance limit of that system?

Re: Loading 50 Users failing in Controller and passed in Vugen replaying with 50 iterations(50 users

$
0
0

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 ?

 

Re: Trying to select Radio Button in Truclient

$
0
0

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.

Viewing all 12134 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>