Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all 3978 articles
Browse latest View live

How to get detailed error messages from Performance Center?

$
0
0

Hi!

How can I get the detailed error messages from PC?

I use ALM 12.21 and work with HTTP/HTML protocol. 

When I run a single LR script at my desktop computer, after a replay I can see all detailed information about my run: for every request I can see the Request Body, Responce Body, Headers etc. This information is saved at output.txt file under script directory.

While I run load test via PC (Performance Center) or via ALM I can get only output.mdb.zip file which contains only error messages.

How can I get the detailed information like at output.txt file?

Thanks.


IE crashes/not responding while invoking through HP Loadrunner 11.52 - Getting X64 Assertion

$
0
0

Hi , 

I am trying to record a web based application using IE 11 via HP Loadrunner 11.52.0.0.  After hitting the Start recording button, IE launches with the specified url and loads for few seconds. Then It opens up another pop-up with the title - "x64 assertion" failed and the message as "Shrinked version of pointer resulted in zero".  Attached the screenshot for reference. After clicking OK button in the pop-up, IE crashes/goes to Not Responding mode.

The same application url is launching fine when it opens without Loadrunner.

Can anyone please tell me the reason for this issue and the solution for the same ? Thanks in advance.

 

 

Loadrunner 12.53 - won't load without patch KB2975061 - but OS indicates this patch not relevant

$
0
0

Target system is  Windows 2012 R2 (no service patch). On initial attempt to install LoadRunner 12.53 the installer indicates two patches were required for installation of the Visual C++ 2015 Redistributable - KB2999226 and KB2975061. The Windows support team installed KB2999226, but the OS would not load KB2975061. Subsequent attempts to install LoadRunner halt, reporting the need for patch KB2975061. Is there a way to correct this?

 

 

 

correlation help needed

$
0
0

Hi, I am working on a vugen script. There is a string I need to correlate: id="WD0203" ct="B" lsdata="{0:'Approve

I need to get the WD0203 as the parameter ApproveID. Here is the what I tried:

    web_reg_save_param_regexp(
        "ParamName=ApproveID",
        "RegExp=id=\"(.*?)\"\\ ct=\"B\"\\ lsdata=\"\{0\:\'Approve",
        SEARCH_FILTERS,
        "Scope=Body",
        "IgnoreRedirections=No",
        "RequestUrl=*/sap/bc/webdynpro/sap/IBO_WDA_INBOX;sap-ext-sid*",
        LAST);    

What did I do wrong? The loadrunner is returning some junk instead of the id although there is no error. Please help.

Thanks,

Jonathan.

 

Getting "HTTP Send Request 500 Error" after 1hr execution in Vugen and Performance Center.

$
0
0

Hi,

Script is executing fine up to 1hr. After it is throwing HTTP send request 500 error, I thought to change the set up in Preferences -> HTTP and we are executing 300 iteration(300 different accounts) in same URL only. My process in script, log in -> pull the account number that's it.

Can someone please suggest how to resolve this error.


Note:

I have set up as below mentioned in Preference.

HTTP request connect timeout : 1000secs
HTTP request receive tmeout : 1000secs
HTTP Keep Alive tmeout : 120secs
Step download timeout : 1000secs.

Thanks in advance!

Cheers,

Sakthi.K

Not able to capture websocket calls using loadrunner 12.02

$
0
0

We are using loadrunner 12.02 for websocket testing.While recording LR is not capturing the websocket calls. how to resolve this issue

Develop script for Enterpraise content management application callled M-files using Loadrunner

$
0
0

Hi Team,

We have requirement to Develop script for Enterpraise content management application callled M-files using Loadrunner.

M- Files software located in windows explorer and opens like a drive.

We have tried recording M-files using Loadrunner with windows Socket protocol, we are able to open M-files using loadrunner but events are not getting captured.

 

Please let me know if any configuration needs to be done.

 

Please suggest how to proceed.

Loadrunnner 12.02 trail version

$
0
0

Hi

I want 12.02 trail version of Loadrunner. So please suggest me how can i download.

 

Regards,

Srinivas


How to get detailed error messages from Performance Center?

$
0
0
Mod Message : This Topic is moved to Performance Center Practitioners Forum from Loadrunner Practitioners Forum

Error Subscribing/Publishing to MessageTopic in Load Runner using Web Services over nettcp binding

$
0
0

Dear all,

Majucamex ( I have seen that you too have faced a similar issue, can you please post an update on how that is resolved)

I'm working on a WCF based application which is based on event sourcing (Subscribe, Publish, GetTopics...etc) implemented over nettcp 

I have successfully imported the service using multiprotocol Web services and Web HTTP and I can see the methods in the Manage Services tab.

Sample Request created by Importing and filling the input parameters is as below

web_service_call( "StepName=GetTopicsByUsername_104",
        "SOAPMethod=MessageService|NetTcpBinding_IMessageService|GetTopicsByUsername",
        "ResponseParam=response",
        "Service=MessageService",
        "URL=mytestserviceURL",
        "ExpectedResponse=SoapResult",
        "Snapshot=t1475485315.inf",
        BEGIN_ARGUMENTS,
        "username=TestUser",
        END_ARGUMENTS,
        BEGIN_RESULT,
        END_RESULT,
        LAST);

Output:

Action.c(4): web_set_user was successful [MsgId: MMSG-26392]
Action.c(8): Web service call "GetTopicsByUsername_104" started
Action.c(8): Error:InvokeMethod failed: org.xml.sax.SAXParseException; Premature end of file.
Action.c(8): Error:InvokeMethod failure: AXIS engine threw an exception.
Action.c(8): Error:Internal error, please call customer support. Details: Error while retrieving body -- can not parse output parameters
Action.c(8): Error:Web service call "GetTopicsByUsername_104" execution failed
Ending action Action.

 

Any help is deeply appreciated.

HP Load Runner Vugen not recording events. please help.

$
0
0

Hi,

I use vugen 12 for performance testing. Recently, I have come across an application which I am not able to record using HP Load Runner 12. It is a desktop application (java based, thick client) which is launched by executing certain commands in the command prompt. The application UI is launched on the computer screen and not on IE or any other browser.

 

I have tried all the availble protocols in vugen 12, but none of them are recording the events. I am giving the path of the command prompt in the application path option while recording. The application uses TCP/IP and JMS protocol for execution.

 

Could you please help me in solving this issue.

 

Thanks in advance.

Vanya Shekhar

Load test SMPP in LR

$
0
0

HI, All!

Please help me make working script to test smpp sms send in LR 12.50

I already tryed to record traffic with wireshark and make csript from it - nothin working.

Now debugging this one - 

Action()
{
    
 char *user_name = "SMPP Gateway";
 char *password = "777";
 //char *system_type = "transmitter";
 char *system_type = "SMPP Gateway";
 char *msg_name = "message123";
 char *To = "to=9991234567";
 
 char *headers_and_multiparts = "source_addr=78123273233,source_addr_ton=1,source_addr_npi=1,destination_addr=1009,dest_addr_ton=1,dest_addr_npi=1,short_message='Hello my world',sm_lenght=14,esm_class=0,data_coding=0,x-mms-priority=high";
 char *confirmation_message ="";
 int Result_code = 0;
 char *p;
 
 Result_code = mm_set_smpp_user( user_name, password , system_type );
 lr_output_message("mm_set_smpp_user result code= : %s",Result_code);
  
 Result_code = mm_create_submit_message( msg_name, To, headers_and_multiparts, LAST );  
 lr_output_message("mm_create_submit_message result code= : %s",Result_code);

 Result_code = mm_send_message( msg_name, confirmation_message, headers_and_multiparts, LAST ); 
 lr_output_message("mm_send_message result = : %s",Result_code);
 lr_output_message("confirmation_message code= : %s",confirmation_message);

 
 if (mm_notification_wait("my notification", LAST) == LR_PASS)

{

...some work

}
    return 0;
}

In attaches - screenshot from my testing app, with parameters. Sending sms from app - working.

Recorded traffic with wireshark i can't add  - will send on request.

Download older versions

$
0
0
Where can I download older versions of LoadRunner? The main page show the latest version only, which is currently 12.53. Thanks

GWT Issues in LOadrunner 12.02

$
0
0

Hi ,

Iam  getting the belwo error when i am using GWT

Failed to create web_convert_from_formatted step. Decoded data is empty or has invalid tags.'

Please help me 

Getting "Source file not found"

$
0
0

Back in November of 2015, I was able to install LoadRunner 12.50 with no issues.  Now, I am getting the following:


Source file not found:

%sourcefolder%\lrunner\MSI\HP\LoadRunner\AppServer\webapps\site.war\images\treeicons\color\RecycleBinEmpty.gif.tmp.  Verify that the file exists and that you can access it.

I have replaced the entire color folder but still get the error.

Any ideas as to what may resolve this issue?


Web controller in LR 12.53

$
0
0

Hello all,

I downloaded LR12.53 Community edition today for trying something with Web controller. But to my surprise, I dont see Web controller intstalled on my machine, though every other component has been installed without any issue. I remember that in one of the previous versions, that it would ask for installing Web controller during the installation process itself, but I didnt see anything like that today. 

 

I would like to know, if there is Web controller version included as part of Community edition of LR12.53 ? If it is not available, then where can I get the Web controller version ? Please suggest. 

 

Thanks. 

how to click on the link beside required text in a web page using vugen?

$
0
0

I am having a web page consisting of three links with same name and same Left boundry,Right boundray.Now I have to click on particular link which is having a required text beside the link.

pls help me in solving this issue??

LoadRunner with ORACLE Hyperion

$
0
0

LR 11.52 on Firefox.  trying to script against Oracle Hyperion.

There is a page redirect on login and LR is not finding it.  Have tried increasing param length and have used correclation, but nothis solves the following error which is preventing my script from proceeding.

Can anyone help.  Other posts regarding Hyperion have not been fruitful.

Thank you.

Action.c(258): Error -26627: HTTP Status-Code=404 (Not Found) for "http://XXXXXXXXXXXXXXX/workspace/modules/com/oracle/workspace/mode/Adf.jsp"   [MsgId: MERR-26627]
Action.c(258): Warning -26200: At least one of the resources specified by EXTRARES has not been downloaded due to the above error(s)   [MsgId: MWAR-26200]
Action.c(258): Error -26377: No match found for the requested parameter "CorrelationParameter_6". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 620 bytes, use web_set_max_html_param_len to increase the parameter size   [MsgId: MERR-26377]
Action.c(258): web_submit_data("Adf.jsp_3") highest severity level was "ERROR", 431 body bytes, 405 header bytes, 17 chunking overhead bytes   [MsgId: MMSG-26387]
Ending action Action.

VuGen TrueClient Recoding issue.

$
0
0

Hi All,

Has anyone had similar issue?

When I record and replay the script using TrueClientWeb protocal, everything is fine in development mode. But when save the script, close the browser, and then re-enter the development mode, all right click actions became to the click actions, therefore the replay cannot find the drop-down menu and fails at next step.

Tried multiple times, same error, it's repeatable.  Any idea why? Where I did wrong?

VuGen 12.50.

Thanks for help in advance.

Load runner 12.00

$
0
0

How can i download loadrunner v 12.00, can anyone give me suggestion or URL for download this.

Viewing all 3978 articles
Browse latest View live




Latest Images