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

Does Loadrunner truClient gives support for Edge browser?

$
0
0

Do truclient gives support for Edge browser? When the new upgrade version will come?


Getting error in replay the script after parameterize username and password

$
0
0

Getting error in replay the script after parameterize username and password

Error:

Action.c(165): Error -26547: Authentication required, please use web_set_user, e.g. web_set_user("domain\\user", "password", "host:port"); [MsgId: MERR-26547]
Action.c(165): Error -26630: HTTP Status-Code=401 (Unauthorized) for "abc some url" [MsgId: MERR-26630]

 

I tried with this code still getting error.

my_host = lr_get_host_name( );

web_set_user("{Username}", "{Password}", "my_host:8080");

Upgrading from 11.52 to 12.5

$
0
0

We currently have LR 11.52 and theer is a request to upgrade to 12.5

There have been concerns that our scripts developed in the earlier version may not work in 12.5, I am trying to quantify this concern and would appreciate any feedback to inform the decision to upgrade or not.

 

Thanks

 

 

 

While I am replay back to my Vuser script I am getting following Error

$
0
0
Vuser: 10
 

While I am replay to my Vuser script I am getting following Error:--

Action.c(39): Error -27995: Requested link  not found


Action.c(100): Error -26612: HTTP Status-Code=500 (Internal Server Error) .

Correlating application/octet-stream type values in loadrunner?

$
0
0

Hi,

I have recorded a jnlp client side application with fiddler tool and imported into LoadRunner.

 

Response value in codegeneration log is identified as x00\\x00\\x01S\\xA7\\xC1\\x8F\\xD1t\\x00

And in the script view, the request value is shown as  \x00\x00\x01S½5\x04\x14ur\x00

 

Both the value has to be same if we need to apply the correlation concept. But due to application/octet-stream content type, the above binary/headecimal values are generating?

 

Please let me know if anyone face the above issue . Did anyone applied the conversion format for the same?

 

Regards,

Raghul M

 

How to change proxy settings for VuGen according to the IE settings?

$
0
0

I am trying to record user actions from a certain website inside a secured local network. I am able to access this site via IE (Version 11) and FF (Version 45) when some proxy settings are set as follows:

IE_settings.png

I tried to set the same settings inside the VuGen Client under

VuGen > Replay > Run-Time Settings > Load > Browser 

as follows:

LR_settings.png

but what to put into the text field? I tried the IP adresses associated with the proxy server I found in the IE settings, but it did not work. How to fix this problem, so that I can access the web-site using TruClient, and to record some user-actions?

Ramp up Calculation in performance Testing

$
0
0

Hi All,

Can you please let me know if there is any industry standard  Vusers rampup calculation like Liitle's law for think time and pacing??

What are all the criteria to be considered before deciding ramp up pattern for Concurrent users?

 

Thanks in Advance 

Madhu Babu

Is there any workaround to record file uploadimg to the browser in true client protocol

$
0
0

we are recording one application developed by java script with true client protocol. In that application i need to upload pdf document. that file upload part is not recording in true client protocol. 

Can  any one suggest me is there any workaround for this.

Thanks in advance


icawebwrapper.msi cannot be found while trying to record using using Citrix ICA protocol in Vugen

$
0
0

Getting this error whenever he tries to record using Citrix ICA protocol.

Error msg: "The path C:\Windows\TEMP\Ctx-ATEB...\Extract\ICAWebWrapper.msi" cannot be found. Verify that you have access to that locationa nd try again, or try to find teh installation package ICAWebWrapper.msi in a folder from which you can install teh product Online plugin"

I was not able to find the ICAWebWrapper.msi online and whenever tried to install the “online plugin” file it said its already installed.

Even after doing a fresh install of Vugen, I am still getting the same error.

Any help would be much appreciated.

Re: Ajax TruClient LR 12 display error/output message.

$
0
0

Hi,

How can I print Load generator name in trueclient script similar to lr_get_host_name( )

Thanks,
Lakshmi

Java Record Replay Compilation process failed

$
0
0

Hi,

I am using LoadRunner 12.5 to record with Java Record Replay protocol a JNLP aplication.

I mannaged to record it but when I run it the following error ocures:

Compilation process failed. [MsgId: MERR-22997]
The system is out of resources. [MsgId: MERR-22986]
Consult the following stack trace for details. [MsgId: MERR-22986]
java.lang.OutOfMemoryError: Java heap space [MsgId: MERR-22986]

P.S. In runtime settings at additional VM parameters I used -Xmn2048M -Xmx2048M an less but with no result. Same error.

I am using a Windows Server 2008 R2 on a virtual machine with 16G of ram.

Can anybody help me?

Connecting to Oracle DB using lrd_open_connection

$
0
0

Hi

 

I am trying to connect to Oracle db using lrd_open_connection , but I am not sucessful, please advise if you have any sample code ...

I used :

lrd_open_connection(&Con1, LRD_DBTYPE_ODBC, "usrname", "pwd","devdb1.xxx.com:1521", "TST", Ctx1, 1, 0);

where TST is Database name...

 

I got error : ERROR, return-code=LRDE2003.

Please recommed, I want to simulate Load using vugen with 25 users....with oracle DB

App Session remains active even after replay ends in TruClient Ajax - IE

$
0
0

I recorded an LR script  LRver12.01 using TruClient Ajax - IE that just navigates to a application URL. Basically when the URL is opened a session a created for the application in the backend server. Using IE11.

The businesss case is to simulate users carrying out a number of iterations of this test. So basically for each iteration a session would be created and then disconnected for the application.

When I try to replay this script, I notice that if I ran it with mutiple iterations, for each iteration LR creates a new session for the application but does not close the previous session that was opened by the previous iteration.  It is only when the LR script replay completes, that all the sessions gets disconnected that were opened by the iterations in one go. If I were to replicate the same manually via the browser, then on closing the browser immediately the session gets terminated on the backend.

All that I have in the LR script is a step to "Navigate to........ the app URL" . The End event for this step is set to "Automatic: Document Loaded". I added the Generic Browser Action step from Toolbox "Close Active Browser Window" with the End Event as "Automatic: Not Set Yet", but it didnt seem to still disconnect  the session on replay.

Any inputs to resolve the same would be highly appreciated.

 

 

Approach to enable log for specific transaction in Load Runner Script.

$
0
0

HI All,

I have recorded a Load Runner script for some business transaction and added few transaction in the scripts like.

-------------------------------------------------------------------------------------

lr_start_transaction(Loadrunnerz_Home_Page1);

lr_end_transaction (Loadrunnerz_Home_Page1, LR_AUTO);

:

lr_start_transaction(Loadrunnerz_Home_Page2);

lr_end_transaction (Loadrunnerz_Home_Page2, LR_AUTO);

--------------------------------------------------------------------------------------------

When I run the script, I want to see only the log information of specific Transaction of lr_start_transaction(Loadrunnerz_Home_Page2); , in the Replay Log, not for all the Transaction Logs.

Can anyone please let me know the approches need to follow for it?

Regards

Subhendu

 

 

An exception ocurred when adds Oracle monitor in Controller (LR 12.50)

$
0
0

Hi,

I'm having a problem with Oracle monitoring. After click on "Add Measurements..." I'm obtained the following error (I tried on other computers with same results):

error.png

The full text is:

Wlrun.exe caused an EXCEPTION_ACCESS_VIOLATION in module vmon.dll at 0023:59DF9FF6, DeActivateMeasurement()+0262 byte(s)

EAX=00000000 EBX=0B980B70 ECX=00000000 EDX=00000057 ESI=0B63E4F8
EDI=00000000 EBP=0B63E4E0 ESP=0B63E4A8 EIP=59DF9FF6 FLG=00010246
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B

0023:59DF9FF6 vmon.dll, DeActivateMeasurement()+0262 byte(s)

0023:59DFAAF3 vmon.dll, InitMonitor()+0275 byte(s)

0023:681876EA usermon.dll, LRResMonReportTSDataInternal()+13802 byte(s)

0023:6818937D usermon.dll, Init()+0061 byte(s)

0023:674BA02D res_mon.dll, LRMonExt_Close()+35085 byte(s)

0023:674BBB49 res_mon.dll, LRMonExt_Close()+42025 byte(s)

0023:674B5CEE res_mon.dll, LRMonExt_Close()+17870 byte(s)

0023:674BA9C5 res_mon.dll, LRMonExt_Close()+37541 byte(s)

0023:681C2190 lrmon_tools.dll, InvisibleWindowClass::~InvisibleWindowClass()+0288 byte(s)

0023:681C26CE lrmon_tools.dll, WinWakeUpServer::WakeItUp()+0046 byte(s)

0023:681C263F lrmon_tools.dll, WinWakeUpServer::OnMessage()+0111 byte(s)

0023:681C2585 lrmon_tools.dll, WinWakeUpServer::WndProc()+0101 byte(s)

0023:758362FA USER32.dll, gapfnScSendMessage()+0818 byte(s)

0023:75836D3A USER32.dll, GetThreadDesktop()+0215 byte(s)

0023:75840D37 USER32.dll, GetClientRect()+0197 byte(s)

0023:7584795A USER32.dll, CallWindowProcA()+0027 byte(s)

0023:606FCCA6 mfc110.dll, Ordinal2167()+0315 byte(s)

0023:758362FA USER32.dll, gapfnScSendMessage()+0818 byte(s)

0023:75836D3A USER32.dll, GetThreadDesktop()+0215 byte(s)

0023:758377D3 USER32.dll, CharPrevW()+0319 byte(s)

0023:75837BDA USER32.dll, DispatchMessageA()+0015 byte(s)

0023:674E4DD6 res_mon.dll, LRMonExt_Close()+210614 byte(s)

0023:606EC073 mfc110.dll, Ordinal291()+0373 byte(s)

0023:6F7EF2E9 MSVCR110.dll, _get_flsindex()+0097 byte(s)

0023:6F7EF2CD MSVCR110.dll, _get_flsindex()+0069 byte(s)

0023:75CE33AA KERNEL32.dll, BaseThreadInitThunk()+0018 byte(s)

0023:7791BF32 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)

0023:7791BF05 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)

 I don't have any script in the scenario.

Best regards

 


Is there any way to add a missing step in True - Client?

$
0
0

Hi,

I would like to know whether there is any option to add a new step for missing step

I have come across this challenges when  i tried  with firefox and Internet Explorer with LR 12.02 where the recorded script worked fine in Internet explorer and not in firefox.  After comparing both script,, there was a missing request in firefox script .

I resolved by another method without adding any step . But I would like to know the  "NEW STEP OPTION".

TruClient RowCount

$
0
0

All,

Is there a way to use Truclient to get a rowcount?

My goal is something like UFT, if I query for something I want to confirm that rows of data where returned?

I'm using 12.5 and I tried a generic browser action with no luck. Its able to see the table but cant figure out how to get a row count on it.

Thank You

-Shu

Cookies not getting recorded in vugen (JSESSIONID)

$
0
0

Hi,

Can anyone please help how to overcome this issue.

Tried to record and reply one of web based application and found that Cookies not getting recorded in vugen (JSESSIONID).

Kindly let us know the possible solution.

Thanks,

AjaxTrueclient Parameterisation issue

$
0
0

Hi,

While i try to parameterise and execute the script, i get the below error. can you please suggest some workaround for this?

Type [Exception] in Sign in  ** failed - an argument is invalid: 'Value': JavaScript exception 'SyntaxError: missing ; before statement' during evaluation

"domain\\TC.getParam("username")"

icawebwrapper.msi cannot be found while trying to record using using Citrix ICA protocol in Vugen

$
0
0

Getting this error whenever he tries to record using Citrix ICA protocol.

Error msg: "The path C:\Windows\TEMP\Ctx-ATEB...\Extract\ICAWebWrapper.msi" cannot be found. Verify that you have access to that locationa nd try again, or try to find teh installation package ICAWebWrapper.msi in a folder from which you can install teh product Online plugin"

I was not able to find the ICAWebWrapper.msi online and whenever tried to install the “online plugin” file it said its already installed.

Even after doing a fresh install of Vugen, I am still getting the same error.

Any help would be much appreciated.

Viewing all 3978 articles
Browse latest View live




Latest Images