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

Truclient windows Authentication Error HTTP 401

$
0
0

Windows security Pop up comes during Recording and during replay in Load mode am getting 401 error.

Things I tried

NTLM Authentication

network.negotiate-auth.allow-proxies

Go to Tools -> Internet Options -> Advanced  under Security uncheck "Warn if changing between secure and non-secure mode"

Go to Tools -> Internet Options -> Securiy -> custom Level-> User Authentications

the Navigate step's end event value to be Action Completed in Truclient

 


Ajax Truclient Authentication Error 401 in Truclient IE and Firefox

$
0
0

Windows security Pop up comes during Recording and during replay in Load mode am getting 401 error.

Things I tried

NTLM Authentication

network.negotiate-auth.allow-proxies

Go to Tools -> Internet Options -> Advanced  under Security uncheck "Warn if changing between secure and non-secure mode"

Go to Tools -> Internet Options -> Securiy -> custom Level-> User Authentications

the Navigate step's end event value to be Action Completed in Truclient

 

Flowplayer video won't play in Truclient

$
0
0

We are using Flowplayer as an embedded player in an app.  This works fine in Chrome, IE and FF, outside of Loadruner, but if I try to access this in Truclient , I get an error.  html5: Unsupported video format.  Try installing Adobe Flash.  Please advise, as the timing on this is important.

Cannot access HP Web Tours demo to start LoadRunner Vugen training

$
0
0

After installing LR 12.52 Community Edition on my laptop, following the "localhost" setup instructions, I started the Web Tours server as instructed.  Then I do:

Start > All Programs > HP Software > HP LoadRunner > Samples > Web > HP Web Tours Application

Firefox gives the following response:

Forbidden

You don't have permission to access /WebTours/index.htm on this server.

Any advice on what to do?  I get a different message if I shut down the (Apache) Web Tours server task.

Unable to Solve Load Runner Error code 32999 - Invalid Schema

$
0
0

Hi All, 

Im a beginer in LR, I'm using since 5months and I need a help in solving Error -32999: Invalid scheme (not "http:" / "https:" / "ws:" / "wss:") in "/default.aspx?Key=NonSSOEntry"

We have an application with different modules - So i created script with three modules for load testing i.e.. Accounts, Reports, Searches. which is used in high end by end users. And i Parameterized the common URL as below, this is done bcoz we use to run with different web instances like QA1, UAT2 etc.

-- Login page code as below ---

web_url("default.aspx", 
        "URL={URL}/default.aspx?Key=NonSSOEntry", 
        "Resource=0", 
        "RecContentType=text/html", 
        "Referer=", 
        "Snapshot=t1.inf", 
        "Mode=HTML", 
        LAST);

Parameter : {URL}  - https://qa1-secure-gateway-Mav.com or https://uat2-secure-gateway-Mav.com

i'm getting inconsistent LR error 32999 for couple of users. For example : i'm running the script for Searches with 5 different user logins. To cross check i run it for 5 iterations in Vugen, Couple of users will get fail with this error. 

Attached a screenshot for referance. 

Please help me to solve this issue. 

Thanks & Regards,

Rajiv Joshi

 

Truclient - How to create shared parameter for several scripts ?

$
0
0

Hi ,

I created several scripts and they all have the same parameters .

is there any way to modify the parameters in one place and it will effect all the scripts ? 

 

 

 

Data Synergy Add On LR 12.53 Avaya Telephony Call Testing

$
0
0

Hi,

I am doing Performance testing for Avaya Telephony (VIop Call), to handle Avaya I am using "Data Synergy" add on for Load runner 12.53, But I am facing issue to make call with using Add On Data Synergy.

In Data Synergy we have only 3 options

1) SIP

2) CISCO

3) Hosted Service

Application Build with "H.323" protocol

LR Protocol : .Net

 

Load Runner can handle H.323 protocol with the help of Data Synergy Add on ?

 

Please help me on this.

Thanks,

Mahesh

how to extract the value captured in by a correlation parameter.

$
0
0

Hi

I am having a correlation parameter as

web_reg_save_param("PageNo","LB=aria-label='Current Page. Page ","RB= </a>\n","Savelen=1","SaveOffSet=5","ORD=1",LAST);

here the PageNo is capturing only a single value as "9"

how can i capture this value into an integer

I have tried

int PageNo_cap;

pageNo_cap=atoi(lr_eval_string("{PageNo}"));

but getteng an error

Please help me to solve this

Regards

PINNK


IVR Application Testing in Loadrunner

$
0
0

Hi,

I have to test the IVR aplication using Loadrunner.

I am currently using 12.02 version of Loadrunner.

Need help in knowing:

1.  The protocol to be used for scripting.

2. Example of IVR script recording.

Any help is much appreciated. Thanks!

 

Regards,

Pallavi.

 

VuGen Script for Ms Exchange monitoring

$
0
0
Hello,

i have just started to write a Vugen script using MAPI protocol to check Ms Exchange performance and i get an Outlook security pop-up stopping the execution...
i see some tooling which you can buy on Internet but i would imagine some free solution to this known issue!

Any tips to bypass this pop-up?

Thx,


Frederic

VuGen Script is getting invoked and showing no data in reports.

$
0
0

Mod Message: This post was moved from an old topic. Click the link below to refer the old post 

VuGen Script for Ms Exchange monitoring

=======================================================================

Hi ,

For me i have tried every thing but it does not work. I have stapped ISD service, modified registry and even unchecked the tab on HP BPM properties but the script is getting invoked and showing no data in reports.

The error is:

19/10/2016 12:46:57 Notify: Transaction "s01_WPS_Exchange_Login" started. [MsgId: MMSG-16999] 

19/10/2016 12:46:57 Error: Failed to login: 424 Source: Microsoft VBScript runtime error Desc: Object required [MsgId: MERR-17999] 

19/10/2016 12:46:57 Failed to get file name and line of the script for failed transaction "s01_WPS_Exchange_Login". [MsgId: MMSG-16891] 

Script execute fine from the BPM using LR. Please assist...

RTE Protocol Terminal Window Disappear When I click on Connect Button in VuGen 12.02

$
0
0

Hi ,

I was trying to record a script using RTE protocol. I gave all the required details like Hostnam, Security Type (SSH), Private key details in the required format (.epk) and at last when I click on Connect the Terminal Window disappears and there are no events recorded after stoping the recording.

If someone faced same/similar issue and fixed it, let me know the solution.

How to combineTLS1.1 and TLS1.2 both in web_set_sockets_option function

$
0
0

I wanto use TLS1.1 and 1.2 both in my script where I need to navigate between 2 applications which are using different SSL versions. First I used TSL 1.1 for App1, and then I Used TLS1.2, for App2 and when I come back to use TLS 1.1 for App1 in the same script it is not degrading and failing to login at App1.

LR 12.53: Unable to use Vugen to record "HP Web Tours" demo application on Windows 7, IE 11

$
0
0

Just downloaded LR 12.53 trial version last week, got HP Web Tours working and started going through the tutorial.  When I started to try to get Vugen working, it now launches IE 11 with the intended URL but HP Tours fails to launch (although it works when I launch it manually).  I have already checked the options mentions (limiting Windows DEP, disabling IE add-ons) and tried it once with firewall (Symantec Endpoint Protection) turned off, but that has not fixed the problem.

Sending along the following log data in case that helps.

[API Trapper      (2ee4:22ac)] Recording in 32-bit mode: C:\Program Files (x86)\Internet Explorer\iexplore.exe
[API Trapper      (2804:215c)] Recording in 64-bit mode: C:\Program Files\Internet Explorer\IEXPLORE.EXE
[API Trapper      (2428:2eb8)] Recording in 32-bit mode: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
[Network Analyzer (2428:27ac)] ------------------------------------------------------------------------------------------
[Network Analyzer (2428:27ac)] Load Network Traffic Analyzers:
[Network Analyzer (2428:27ac)]     Analyzer Module: WPLUS (value=)
[Network Analyzer (2428:27ac)]     Analyzer Module: WebBase (value=GetHttpProtocolAnalyzer:api_http_filter.dll)
[Network Analyzer (2428:27ac)]     + Network Analyzer: api_http_filter.dll @ GetHttpProtocolAnalyzer Loaded!
[Network Analyzer (2428:27ac)]     + Interception Auditors: WinInetWplusInterceptionAudit:api_http_filter.dll
[Network Analyzer (2428:27ac)]     Analyzer Module: QTWeb (value=GetWebSocketProtocolAnalyzer:WebSocketAnalyzer.dll)
[Network Analyzer (2428:27ac)]     + Network Analyzer: WebSocketAnalyzer.dll @ GetWebSocketProtocolAnalyzer Loaded!
[Network Analyzer (2428:27ac)]     Analyzer Module: local_server (value=)
[Network Analyzer (2428:27ac)] ------------------------------------------------------------------------------------------
[Network Analyzer (2428:26f0)] Address lookup for ADMINIB-OJJGI6T = 10.0.1.160
[Network Analyzer (2428:27ac)] Address lookup for ADMINIB-OJJGI6T = 10.0.1.160
[Network Analyzer (2428:27ac)] Request Connection: Remote Server @ 127.0.0.1:1080   (Service=)  (Sid=  1)  PROXIED!
[Network Analyzer (2804:2628)] ------------------------------------------------------------------------------------------
[Network Analyzer (2804:2628)] Load Network Traffic Analyzers:
[Network Analyzer (2804:2628)]     Analyzer Module: WPLUS (value=)
[Network Analyzer (2804:2628)]     Analyzer Module: WebBase (value=GetHttpProtocolAnalyzer:api_http_filter_x64.dll)
[Network Analyzer (2804:2628)]     + Network Analyzer: api_http_filter_x64.dll @ GetHttpProtocolAnalyzer Loaded!
[Network Analyzer (2804:2628)]     + Interception Auditors: WinInetWplusInterceptionAudit:api_http_filter_x64.dll
[Network Analyzer (2804:2628)]     Analyzer Module: QTWeb (value=GetWebSocketProtocolAnalyzer:WebSocketAnalyzer_x64.dll)
[Network Analyzer (2804:2628)]     + Network Analyzer: WebSocketAnalyzer_x64.dll @ GetWebSocketProtocolAnalyzer Loaded!
[Network Analyzer (2804:2628)]     Analyzer Module: local_server (value=)
[Network Analyzer (2804:2628)] ------------------------------------------------------------------------------------------
[Network Analyzer (2804:2b64)] Address lookup for ADMINIB-OJJGI6T = 10.0.1.160
[Network Analyzer (2804:2628)] Address lookup for ADMINIB-OJJGI6T = 10.0.1.160
[Network Analyzer (2804:2628)] Request Connection: Remote Server @ 204.79.197.200:80   (Service=)  (Sid=  1)  PROXIED!
[Network Analyzer (2804:2d90)] Address lookup for ADMINIB-OJJGI6T = 10.0.1.160
[Network Analyzer (2804:2848)] Address lookup for ADMINIB-OJJGI6T = 10.0.1.160
[Network Analyzer (2804:2d90)] Request Connection: Remote Server @ 72.21.81.200:443   (Service=)  (Sid=  2)  PROXIED!
[Network Analyzer (2804:2848)] Request Connection: Remote Server @ 72.21.81.200:443   (Service=)  (Sid=  3)  PROXIED!

VuGen has detected that the application has encountered the following error:


VuGen was unable to connect to the selected application to record the HTTP traffic

Ajax TruClient: Need to continue with next iteration(not the step) if an error exists

$
0
0

Hi,

 

Am trying to execute a script in Interactive mode with 5 iterations. Currently if the script fails, it halts. would
like to make it move to the next iteration. Have tried on checking continue on error in TruClient Run time
settings. Also want to direct the control to logout transaction.

Please guide me on the procedure to achieve this. It would help if the steps are explained with proper examples.

 

Regards,

Ajith


web service protocol error

$
0
0

Hi

I'm trying to create a web services script in LR and facing following error.

I have imported WSLD file.

Action.c(10): Error:HTTP status code 404 returned by the server

Action.c(10): Error:InvokeMethod failure: External component has thrown an exception..

Action.c(10): Error:ExtractResultArg failure: Object reference not set to an instance of an object..

 

I'm new to web services protocol in LR ,please help me that.

 

Thanks in advance

Rahul

 

 

 

 

lr_db_connect using informix

$
0
0

Hello,

I am trying to use the lr_db_connect command in VuGen 12.53 to connect to an Informix dB and run a query to create a parameter file dynamically during a test.  However, I can't seem to figure out how to setup the strings for my situation.  I saw a post (Connecting to DB2 using LoadRunner) that discussed how to do this for DB2, but I have been unable to find an example for Informix.  Using the example from the DB2 post I came up with:

lr_db_connect("StepName=myDbStep",
"ConnectionName=myConnection",
"ConnectionString=Driver={Informix ODBC DRIVER};Database=[MyDbNameHere];Hostname=[MyHostNameHere];Port=[MyPortHere]; Protocol=TCPIP;Uid=[MyUserNameHere];Pwd=[MyPasswordHere];",
"ConnectionType=ODBC",
LAST);

However, when I run the test - I get an error on this command:  

Action.c(75): DB Connection "myDbStep" started ... Wait ....
Action.c(75): DB Connection failed {"ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"}
Action.c(75): Error (-17940): DB Connection failed {"myDbStep"}

Any suggestions?

Error:The reason for the SOAP fault is: "Exception during creation of SOAP envelope structure"

$
0
0

Hi Team,

We doing performance test on couple of webservice-payloads , for one of the add document service we are facing "Error:The reason for the SOAP fault is: "Exception during creation of SOAP envelope structure"Error:SOAP request "SOAP Request" execution failed  in performance center when we added morethan 1 user per group. 

- Script is working fine for multiple iterations in VuGen i.e. add document success, same behavior with 1user load in performane center(PC) also.

- whenever we add multiple users load in PC, 1st user add document transactions are success & for remaining users getting above mentioned error. 

- we are attaching 1MB/2MB text files in soap_request, 

        ATTACHMENTS_FORMAT_MIME,
        ATTACHMENT_ADD,"FileName=1MB.txt", (first provided file path & later file attached to script itself both cases errors for multiple users load in pc)
        "ContentType=xml/text", "Id=123", 

 

>> it looks like only 2bytes request is sending for remaining users as part of request, any inputs on this will be really helpful.  is it script/tool issue?  any work arounds?

Action.c(44): SOAPAction: "http://URL"\r\n
Action.c(44): User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\r\n
Action.c(44): Accept-Encoding: gzip, deflate\r\n
Action.c(44): Accept: */*\r\n
Action.c(44): Connection: Keep-Alive\r\n
Action.c(44): Host: <host>\r\n
Action.c(44): Content-Length: 2\r\n
Action.c(44): \r\n
Action.c(44): t=9874ms: 2-byte request body for "http://URL" (RelFrameId=1, Internal ID=2)
Action.c(44): \r\n
Action.c(44): t=9876ms: 181-byte response headers for "http://URL" (RelFrameId=1, Internal ID=2)
Action.c(44): HTTP/1.1 500 Internal Server Error\r\n
Action.c(44): Server: Apache-Coyote/1.1\r\n
Action.c(44): Content-Type: text/xml;charset=utf-8\r\n
Action.c(44): Content-Length: 1207\r\n
Action.c(44): Date: Wed, 26 Oct 2016 01:02:20 GMT\r\n
Action.c(44): Connection: close\r\n
Action.c(44): \r\n

 

 

<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmls
Action.c(44): oap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode>
Action.c(44): <faultstring>Exception during creation of SOAP envelope structure</faultstring><detail><Ex
Action.c(44): ception>org.apache.axis2.AxisFault: Exception during creation of SOAP envelope structure\n
Action.c(44): \tat com.ibm.broker.axis2.Axis2Invoker.invokeAxis2(Axis2Invoker.java:2647)\n
Action.c(44): \tat com.ibm.broker.axis2.TomcatNodeRegistrationUtil.invokeAXIS2(TomcatNodeRegistrationUti
Action.c(44): l.java:474)\n
Action.c(44): Caused by: org.apache.axiom.om.OMException: Mime parts not found. Stream ended while searc
Action.c(44): hing for the boundary\n
Action.c(44): \tat org.apache.axiom.attachments.Attachments.&lt;init&gt;(Attachments.java:236)\n
Action.c(44): \tat org.apache.axiom.attachments.Attachments.&lt;init&gt;(Attachments.java:147)\n
Action.c(44): \tat org.apache.axiom.attachments.Attachments.&lt;init&gt;(Attachments.java:294)\n
Action.c(44): \tat com.ibm.broker.axis2.SoapUtilities.createSOAPMessage(SoapUtilities.java:1995)\n
Action.c(44): \tat com.ibm.broker.axis2.SoapUtilities.createSOAPMessage(SoapUtilities.java:1920)\n
Action.c(44): \tat com.ibm.broker.axis2.Axis2Invoker.invokeAxis2(Axis2Invoker.java:2642)\n
Action.c(44): \t... 1 more\n

 

Thanks,

Siva

Trying to record an Windows application that communicates to Server

$
0
0

I'm trying to record an Windows application that communicates to Server (Caseware SmartSync server). 

I can launch the application and perform different tasks - however, when I try to launch the application via Vugen - the application fails to connect to the Server. It looks like some settings need to be changed in Vugen - can anyone please shed some light?

 

thanks.  

. matches newline in web_reg_save_param regex

$
0
0

Hi,

I am tryline to use a . (dot) in a regex and I need it to be able to match a newline.  Since there is not an LR option to enable this is it possible and if so how do I modify the regex please? I have tried to add a /s mode modifier at the end of the regex in order to enable web_reg_save_param_regexp to include the newline in the dot matches but I am not getting the result that I require.

Any suggesions please?

Regards,

Dean

Viewing all 3978 articles
Browse latest View live




Latest Images