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

Re: Help Needed with load runner demo

$
0
0

Hi

long story short - the Apache server (that is running the web tours applicaiton) is malfunctioning

something in the perl modules has been corrupted (could be during the installation process, maybe there was a process that blocked the perl module from deploying correctly). Did you install as an administrator? Are you running the web tours as an administrator?

I suggest one of the following:

  • Install Perl on your machine and try again.
  • Try to add a new version of Apache and place the web tours application there. - note: This will require  a lot of manual tinkering and may not be the best way, but it might work,
  • Repair the LoadRunner installation. Verify you are running as an administrator on your machine.

Good Luck,

Lior


Re: LoadRunner 12.53 Support to Java 1.7

$
0
0

Hi

LoadRunner 12.53 has backwards compatibility for Java 1.7 and it can run load test on such applications.

You can point the script RTS to point directly to the specifoc JDK directory of your choice.

Good Luck,

Lior

 

Re: VUGen-RTE Protocol-TE_Connect Question

Re: Load testing video streaming website

$
0
0

Hi Shlomi,

Can you please confirm on if Truclient supports recording of video streaming as well.

My scenario is as below:

- User logs in to the website

- The video automatically got started or user clicks on the play button

- The video got loaded and start running

Please suggest if any easiest way out to record above scenario.

 

Thanks in advance.

Regards,

Shiv

Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

$
0
0

Hi, we have the same issue with LoadRunner v12.53 build 1203.

We could record using Truclient IE on the TLS1.0-web app. When they change to TLS1.2, we see the message: This page cant be displayed

Turn on SSL 3.0, TLS 1.0, TLS 1.1 and TLS 1.2 in Advanced settings and try connecting to .....

In Trueclient IE settings, we try all radio-button options ssl3.0, tls1.0, tls1.1 and tls1.2, but same error message.

Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

$
0
0

Note: it works with Truclient Chromium on the same TLS1.2 web, but our requirements is for IE.

Selecting a row based on status in tru client scritping

$
0
0

Hi Everyone

I have a table with n number of rows (and first columm is a link to form i need to open)  and I need to select row depending on the status of the form.

How can I do that in tru client script

Re: Load runner Ajax Tru Client Wait for object not found?

$
0
0

Hi, we are using LR 12.53 (latest) and still have the same issue.

The End Event must include sometihng like that Object disappears in order to measure the correct response time!


Re: Load testing video streaming website

$
0
0

HI Shiv,

TruClient might be good for these use cases. It depends however what is the video plugin,

> HTML 5 based video should be fine.

> Flash might be more challening, but still doable in most cases

> Technologies that require a browser plugin to be installed are even more challenging since it requires configuration of the  browser profile for each Vuser and that requires deep knowledge in the way TruClient manages the browser profile. Sometimes it is impossible even if you have the knowledge.

Give it a try.

Regards,

Shlomi

Re: Load runner Ajax Tru Client Wait for object not found?

$
0
0

Hi,

We will consider adding such an end event in future version.

Meanwhile you can workaround that either by

> Looping around the object as long as it is visible. When it will disappear the step that looks for it will fail, you should catch the failure with catch statement and break the for loop from within the catch

> or by waiting for the object to become hidden. Sometimes the object does not disappear from the DOM, it is just mark is not visible. In such cases you can wait for that non visible object using Descriptors or XPath of JavaScript identification.

Regards,

Shlomi

Re: Selecting a row based on status in tru client scritping

$
0
0

Hi Shruti,

Please check this example. It is not exactly the same but can give you an idea of what needs to be done.

Regards,

Shlomi

 

Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

$
0
0

Hi,

Can you please install patch 4?  I am pretty sure the fix for this issue was included in it.

If you cannot install the patch open a support ticket.

Regards,

Shlomi

Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

$
0
0

I got confused sorry. I was sure you already have 12,.53 installed. Apparently you have 12,.50 patch 3. There is a big difference.

You are right, there is no patch 4 for 12.50 in LoadRunner. There is one for LoadRunner 12.53.

I suggest opening a ticket or upgrading to 12.53 patch 4

Regards,

Shlomi

Descriptors Editor not accepting TC.getParam("param") value. Object identification failing

$
0
0

Hi I'm on 12.50 version.

Using descriptors for identification but it cant find objects. 

1)  Tested TC.getParam("param") and it does work everywhere else. 

2) Manually specifying pram in clear text works.

My conclusion that Descriptor editor does not evaluate string from TC.getParam("param").

Tried both JS and Plain editors. 

Please assist. 

Thanks

Jason


Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

$
0
0

Awesome, it now works with the LR 12.53 patch 4. Thanks!

Got the patch from here:

https://softwaresupport.hpe.com/km/KM02688589

  • Error: This page can't be displayed. Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting again in TruClient IE

Re: LoadRunner Protocol Scripting

$
0
0

Thank you Lior.

I have a sceanrio where i need to access the Web URL through RDP machine.nd my vugen is installed on  RDP machine. in this case can i use RDP+WEB protocol? 

Error -26612: HTTP Status-Code=500 (Internal Server Error)

$
0
0

Hi,

 

Newbie to Loadrunner. Trying to generate a simple script and make it run for 3 users is failing. :(

Issue 1:

    lr_save_string("\"RegistrationId\":2,\"DefectTypeId\":1,\"BaseId\":1,\"ATAId\":275,\"Description\":\"Defect3\",\"TaskText\":\"Defect3\",\"DefectStatusId\":1" , "Body" );
    

    web_custom_request("SaveDefect", 
        "URL=http://localhost/Envision.Web/Components/Defect/SaveDefect", 
        "Method=POST", 
        "Resource=0", 
        "RecContentType=application/json", 
        "Referer=http://localhost/Envision.Web/Home/Index", 
        "Snapshot=t73.inf", 
        "Mode=HTTP", 
        "EncType=application/json", 
        "Body={Body}", 
        LAST);

when exectuted this is trowing this error

Error 658 Action.c(658): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://localhost/Envision.Web/Components/Defect/SaveDefect"   [MsgId: MERR-26612] Action.c C:\Users\Rafiq.Mohammed\Documents\VuGen\Scripts\Defects Defects

Issue 2

Earlier in Body it tried include Parameter Description by creating a parameter called Desc and adding two values to it and in the Body tag replace "Defect3\" with {Desc} and changing the run iteration to 2 and ran still I got the same -26612: HTTP Status-Code=500 error

"\"RegistrationId\":2,\"DefectTypeId\":1,\"BaseId\":1,\"ATAId\":275,\"Description\":\"Defect3\",\"TaskText\":\"Defect3\",\"DefectStatusId\":1"

This is my first script so in big confusion

Thanks.

 

Re: Issue with IE11 - True Client Protocol : multiple browser windows

$
0
0

Hi Shlomi,

I tried raising a ticket, it was asking for contract ID. As I have been using the trial version for POC, we don't have the same.

Could you please let me know how can I proceed further on this.

Thanks,

Khaja Shaik.

VuGen 12.50 in Java Recrod Play does not see my application

$
0
0

There is a desktop Java application, I need to check whether it is suitable for LoadRunner load.

Launched Protocol Advisor, through it launched the application, the result will be multiple protocols (ProtocolAdvisor.png):
Why Web protocols are available - it is clear when starting the application checks the version of libraries to the server. Therefore, the application itself must be written through Java Record Play.

I created a script Java Record Play, tried a few options, run through the Batch \ Executable and through Java Application indicating the Main Class, but none of any other case, VuGen does not see what I do in the application (Event number does not change). For example look at Screenshots (EventsBeforeLogin.png and EventsAfterLogin.png).

Ps sorry for my bad english :(

Any ideas?

 

Viewing all 12134 articles
Browse latest View live


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