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

Re: Truclient-IE:How to adjust the size of the visible area in new tab

$
0
0

IE11,default document mode:Edge.

In real IE,it's a pop-up window(748px*465px)or a new tab (1280px*984px)


Re: Action.c (268): Error -- memory violation : Exception ACCESS_VIOLATION received.

$
0
0

Hi Praveen,

 

recently I met the similar issue when it execute below code, do you remember how to resolve it? Thanks in advance!

 

ctrx_set_window("0_0_801_601");

 

 

Best Regards

Flute

Re: Truclient-IE:How to adjust the size of the visible area in new tab

$
0
0

I got it,it caused by window resize property,it's fixed size window,so Truclient IE can't capture all window.

Re: Is vbscript vuser and javascript vuser protocols discontinued in LR vugen 12

$
0
0

I've shared the info with Aaditihya in private.

Re: What causes connection refused to the server error in LoadRunner?

$
0
0

Hello lrshadAhmad

Coudl you please add some more data to this question?

  • LR version
  • Outline of your testing environment?
  • screen capture of the error message you are seeing?
  • exact action you are trying to run?

 

Thank you

Lior Avni

PLV COST Team

 

Re: Error -27796: Failed to connect to server "XXXXXXXXXX.XXXX:443": [10060] Connection ti

$
0
0

Try to change the proxy configuration on RTS, obtaining the proxy settings from the default browser. And check the  maximum number of connections that can be established at a given time.

Re: Protocol: Oracle 2 Tier. Issue: Receving errors during script playback

$
0
0

A connection to a database or other service was requested using a connect identifier, and the connect identifier specified could not be resolved into a connect descriptor using one of the naming methods configured.                                                                                   
 Make sure that "TNSNAMES" is listed in TNSNAMES.ORA file as one of the values of the NAMES.DIRECTORY_PATH parameter in the Oracle Net profile (SQLNET.ORA)

Re: How to make multiple sessions for different Vusers in Citrix server login

$
0
0

Using the recording options, you can specify a naming convention for the windows in which LoadRunner's VuGen uses a common prefix or common suffix to identify the window.                                    For example, if the original window's name is "Application 1" where the name changes during application's run to "Application 1", you can instruct LoadRunner's VuGen to use the common prefix only, "Application". Alternatively, you can modify the window names in the actual script after recording. In the Script view (View > Script view), locate the window name and replace the end of the window name with the wildcard notation, *. For example, ctrx_sync_on_window ("Application*", ACTIVATE, ...);.


Cannot download PDF more than 25MB in VuGen

$
0
0

Hi,

 

I'm trying to test memory use on server by opening large(60-120MB) PDF files, however VuGen doesn't allow me to download more than 25mb of PDF file opened. As result all smaller PDFs are downloaded fine, all larger are corrupt. 

 

I've tried to use web_submit_form():

 

web_submit_form("redirectViewCorrespondence_10", 
        "Snapshot=t18.inf", 
        ITEMDATA, 
        "Name=correspondenceRadios", "Value={heavyDoc5}", ENDITEM, 
        LAST);

 

and web_url()

 

    web_url("viewCorrespondence", 
        "URL={heavyDocUrl}", 
        "Resource=0", 
        "RecContentType=application/pdf", 
        "Referer={beforeheavyDocUrl}", 
        "Snapshot=t351.inf", 
        "Mode=HTTP", 
        LAST);

 

In both cases result is the same.

 

Is there any parameter which has to be changed to increase max size of downloaded pdf?

 

Thanks,

Victor

 

 

 

Multiple citrix connections in one vugen script

$
0
0

Is it possible to connect to 2 different citrix apps within one script? 

 

For instance one app lives on citrix server X and the second app lives on citrix server Y.  Part of the scenario is X is launched and work needs to be done, then copying some data and entering it into Y.  Evalutating the data from Y and then entering it back into X.

 

thanks!

 

Can we set run time setting to "Continue on error" in "Ajax True Client" protocol of VUGen

$
0
0

Hello Expert,

 

Need help..

Can we set runtime setting to "Continue on error" in "Ajax true client protocol" like we have for other protocols (web http/HTML).

 

Regards,

 

Ak 

 

P.S. This thread has been moevd from Diagnostics Software Support and News Forum to LoadRunner Support Forum. - Hp forum Moderator

Re: Can we set run time setting to "Continue on error" in "Ajax True Client" pro

Fatal Error -26499: Internal Error - ptVUserVars

$
0
0

Hi

 

I've have recorded a Web-HTTP/HTML script in URL mode in Loadrunner a couple of times and I get same error message every time:

 

Fatal Error -26499: Internal Error - ptVUserVars->_hDfePE is unexpectedly NOT NULL after xfeLrwSrvNetTaskItemPrimaryCreate.

 

It happens within my login transaction.

 

lr_start_transaction("Login");

    web_submit_data("testxx.xxxxxxx.com_2",
        "Action=http://testxx.xxxxxxx.com/?class=form-signin",
        "Method=POST",
        "EncodeAtSign=YES",
        "RecContentType=text/html",
        "Referer=http://testxx.xxxxxxxx.com/",
        "Snapshot=t14.inf",
        "Mode=HTTP",
        ITEMDATA,
        "Name=__RequestVerificationToken", "Value={__RequestVerificationToken}", ENDITEM,
        "Name=ReturnUrl", "Value=", ENDITEM,
        "Name=Username", "Value=xxxx.xxxxxxxxxxx@xxxxxxxx.com", ENDITEM,
        "Name=Password", "Value=x", ENDITEM,
        LAST);

 

I´m new to loadrunner can anybody help and explain why this happens and suggest a work around?

 

BR Birre 

HP LoadRunner comparison with smartbear LoadComplete

$
0
0

Hi all,

 

I want to generate comparison between HP LoadRunner and SmartBear LoadComplete.

 

can anyone tell me which tool is the better one ? in terms of all the features which are mostly require for performance testing

 

or if anyone have a proper comparision analysis document then please share with me.

 

Many thanks in advance

 

Regards,

Sajjad.

SOftware Quality Consultant

 

 

Re: Load testing for Applications accessed through RemoteAPP

$
0
0

Hi,

 

 

Sorry to ask again.

 

 

Is that version  HP loadrunner not at all  support RemoteApp?

 

Or Problem is  with version that we are using (i.e. Version 9.5 of HP Loadrunner)

 

Thanks,

Abhikarna

 


Re: Fatal Error -26499: Internal Error - ptVUserVars

$
0
0

 

Try to Disable async scan in Recording Options and then regenerate the script .

 

Cheers

Mohammed Hamed

 

Re: Transaction time in the summary page

$
0
0

I believethat  you are using Vugen > 11.52 with HTTP protocol and you have transactions defined in your scripts.

 

Go to VuGen's Tools->Scripting -> Replay and make sure that you have Collect Reply statistics checked and after reply show points to Replay Summary

 

 

Hope this helps!

Re: Can we set run time setting to "Continue on error" in "Ajax True Client" pro

$
0
0

As TruClient works at UI level so there isn't any point in continue the same iteration if you fail to find the object. There are step timeout and object timeout which covers automatic retry options before step errors out.

 

You can either abort the user or continue on next iteration using runtimesettings else need to write lot of custom JavaScript code for handling your objects.

 

Tnx!

 

 

 

Re: Truclient script failing for Second iteration in PC11.52

$
0
0

I think you should adjust wait timings for your steps. Try running the script in VuGen LoadMode and not in development mode for multiple iterations to see where you need to adjust.

Development mode is slower than Loadmode, in performance center loadmode is what used to execute your script so you need to adjust your step and object timings based on that.

 

Tnx!

Re: failed - end event error due to network timeout [MsgId: MERR-203252] [MsgId: MERR-203252]

$
0
0

Try increasing your Keep-Alive timeout  in RTS -> Browser settings and see if it helps.

 

Tnx!

Viewing all 12134 articles
Browse latest View live


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