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

Loadrunner scripts in SVN?

$
0
0

Hi all,

Has anyone had good/bad experiences with having the loadrunner scripts (TruClient, HTTP, OracleNCA) syncing in the background to a SVN server?

We did have it setup but seemingly had alot of issues, which I am trying to quantify to address.

Is there a concern with the amount of data being written, or the tmp, idx, etc., files changing so much?

Any workaround that might help, such as scheduling a SVN commit after hours, or only version version folders/files. e.g. Are there files we don't need to version control


Thanks.


framework ".NETFramework,Version=v4.5" were not found error though it is installed in system

$
0
0

Hi All,

In Loadrunner 12.5, during compilation I am getting the below error even though I have installed .Net Framework version 4.5 in the system. I checked the Installed programs and .Net V 4.5 was available.  Can anyone tell what is the solution for this.

"The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.                

 

o   There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Activation, Version=2.6.0.165, Culture=neutral, PublicKeyToken=null", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.  "

Thanks,

Rony

 

TruClient Report

$
0
0

Hello All,

I'm running TruClient 12.53 directly from Vugen and my script runs but I cant seem to locate where the report is? is there an option I can select to see the report or to turn it on? Or is this something that only the controller can do?

Please help me out in understanding error handling technique using web_reg_find

$
0
0

What is the difference between the below two error handling techniques, which one can be opted for day to day scripting usage.
The main issue which I see while using "lrexit (second type)" error handling is in vugen for e.g. if I run 3 iterations for a script which should fail, in test results only the first iteration shows as failed the rest two iteration gets displayed as passed even though they get exited out of the code.

Please explain the better method to use and how to make sure the script doesn't proceed further when a text check fails.

Error handling technique 1:
********************************
web_reg_find("text=xxx", "savecount=xxxx", "fail=notfound")

AND


Error handling technique 2:
********************************
web_reg_find("text=xxx", "savecount=abccount")

if(atoi(lr_eval_string("{abcount}"))==0)
{
lr_error_message("the page failed to load");
lr_end_trnsaction("abcd",LR_FAIL);
lr_exit("lr_exit_iteration_and_continue",LR_FAIL);
}
lr_end_transaction("abcd",LR_AUTO);

Symantec detect the Loadrunner

$
0
0

Hello,

I have a user with loadrunner version 12.0.2739.0 64bit v100 and his AV symantec detect the v100.msi as malware.

HASh of the file is: 32B5123C4E280CD8ADC6E1DCDCBB5F9201CF220133D4514CE9A937FE1CD2F3AC

Could you please confirm the regularity of the file?

Thanks a lot

Best Regards

Jiri

What happens with VTS when I upgrade LR? ...

$
0
0

At 12.50 patch 3 now. About to install LR 12.53 over the top.

But on two of the machines I am using VTS and have a large volume of data in each.

A couple questions:

1. When I run the 12.53 installer over the top of 12.50, will VTS also be automatically upgraded? Or do I need to run the VTS installer separately?

2. What will happen to my VTS table structure and data when I run the LR 12.53 or VTS installer? Will it be retained?

Thanks in advance,
Chris

Truculient IE VUsers get stuck at Init state

$
0
0

Hi Gentlemen,

I have developed a Truclient script and it works find both in Truclient IE script developer and my local controller. The problem occurs only when we try to run it in ALM - Performance Center 11.52. All Virtual Users get stuck at "Init" state and never proceed to "Running" state.  

I try to download RawResults.zip and investigate what's the issue but it does not show any error as the total number of VUsers running were zero.  

I am not an expricenced performance tester and I would really appriciate it if you assist me to troubleshoot this issue. I thank you in advance. 

We have an application developed using Smart Client. Will HP Load Runner works ok, with it.

$
0
0

We have an application developed in Java Smart Client, I would like to know if HP LoadRunner works ok, with this kind of applications.


Does Load runner support .Net V 4.5.2 Desktop applications

$
0
0

Hi  All,.

I was just wondering whether Load Runner will work with . NET V 4.5.2  applications. In the Prodcut matrix, they have mentioned that it will support 4.5*, where * is backward compatability, which means i have two queries here.

 

1. Will it support all 4.5 applications (eg : 4.5.2, 4.5.3 etc).

2. Or it will support only 4.5, 4.4 etc. only.

Please let me know if anyone knows.

LoadRunner Proxy Recording for iOS

$
0
0

Hi Folks,

I am seeking for help to record iPad Native Application. Below are the steps that I followed. Even though Proxy recording is enabled I am not able to get past the error pasted below. 

  1. Installed LoadRunner 12.53 Community Edition
  2. Connected Laptop and iPad under the same Wifi Network
  3. Start Recording in Vugen with "Remote Application via LoadRunner Proxy" with LoadRunner Proxy Listening on Port "8888" (port 8888 is the default port which was already there)
  4. Configure iPad wifi network to use manual proxy(Vugen machine ip Address, Port= 8888)
  5. I have also installed required Certificates to Vugen machine (http://127.0.0.1:8080/proxyroot.cer) and iPad device ( http://<vugen_ip>:8080/proxyroot.cer)
Errors Display on iPad
  • Device not connected to network 
 
Error Display on Vugen 
 
[Proxy Recording.Error ( d08:1ab8)] Exception is caught while trying to connect to https://init.itunes.apple.com:443, message=Authentication failed because the remote party has closed the transport stream.
 
 
Thanks & Regards,
Naveen

Events not getting recorded in vuser while recording using Chrome

$
0
0

I am facing problem in vugen recording using Google chrome(Version 49.0.2623.87 m) . When i click record , no chrome browser is opened. But taskmanager shows chrome process. Even no events are getting recorded. Vugen(12.02 build 7330) is in hung state and i need to kill the chrome process to make it back. 

After reading another thread  , i tried to add in the file config/vugen.ini , below entry.

[NoTrap]
Application1=chrome.exe

Now chrome is opened but nothing get recorded.

Configuration.

===========

OS : windows 7 enterprise service pack 1

Vugen(12.02 build 7330)

IE 11 32 & 64 bit

Google chrome(Version 49.0.2623.87 m)

Please advise are there any settins that needs to be made to get the events recorded in vugen

Unable to see anything after clicking on Develop Script button. I am using Ajax Tru Client-Firefox

$
0
0

Hi All,

There is a pop-up displayed, when I click on a link for my application. Can't do the scripting using Web/Http protocol. But getting issues while recording/replaying a script with Ajax Tru Client- Firefox.

I am Unable to see anything after clicking on Develop Script button. I am using Ajax Tru Client-Firefox. I am using LR 12.02 version. Kindly help me. I couldn't perform this operation using Ajax Tru Client-IE as well.

LR Analysis Report with the Page Navigation Path like google Analytics

$
0
0

Hi,

I am wondering if therei s a way to show the navigated path in the lR analysis report, just like we see in Google Analytics

 

 

Please find attached for a better understanding

 

Not able to record the script in HP load runner for windows application shorcut

$
0
0

Hi ,

I am not able to record the script in HP Load runner for a windows application shorcut which exists on my desktop. when i try giving the location in VU gen to record the script, its throwing an error which is attached in the snapshop. I tried giving the location from the properties of the application shortcut. (target field). But its not working still, Can someone help me out to resolve this issue?

Thanks,

Chethan

AJAX chromium _browser Issue After recording and save -Iam not able open the browser-


AJAX chromium _browser Issue After recording and save -Iam not able open the browser-

$
0
0

AJAX chromium _browser Issue After recording and save -Iam not able open the browser- every time tool asking debug chormium and relanuch

after debug also browser is not launching..

I reinstall tool several times and if create new one it working one or two after giving parameterization mostly i am getting these i error

Please attached error after closing TC browser iam i am getting left error of screen shot.

Regards,

Naresh

Load runner controller return- Wlrun.exe caused an Microsoft C++ Exception in moduleKERNELBASE.dll

$
0
0

Hi ,

When the LR controller 12.01 started with a new scenario an error - "Wlrun.exe caused an Microsoft C++ Exception in module KERNELBASE.dll at 0023:7668C54F " occur . Please let me know the steps to fix the issue 

OS: win 7 , type : 64 Bit 

Appreciate your help 

Regards,  Amar

 

 

 

REplay Issue LR 12.02

$
0
0

Hi All-

I tried to record script with LR 12.02 version (IE 11 browser). After recording when i Click on any button or replay button system is not responding , i could not able to go further. Can any one help me to sort out this issue.

Thanks in Advance

Regards

Aparna

loadrunner question

$
0
0

How can we capture 200 avobe correlation value and how can we handle handle it dyanamically

Citrix Agent not working

$
0
0

Hi LR Practitioners,

I am facing issue while fetching text and bitmap details from citrix ICA client window. I have made following efforts:

1. Installed LR Agent for citrix on citrix servers.

2. Installed Citrix registry patch (<LoadRunner folder>\dat\enable_Citrix_API.reg).

3. Disabled DEP from runtime settings.

Still ctrx_get_text function is not working.

Below is the replay log:

Action.c(71): Getting Text in region (430, 153, 64, 19) in the desktop window
20/05/2016 07:39:38 Action.c(71): (8816:8908) - before SendChannelData in GetText
20/05/2016 07:39:38 Action.c(71): (8816:8908) - waiting for the agent to send the first buffer
20/05/2016 07:39:43 Action.c(71): (8816:8908) - The agent has failed to make contact
20/05/2016 07:39:43 Action.c(71): (8816:8908) - The buffer wasn't sent through the channel, since the agent has failed to make contact !!!
Action.c(71): CITRIX: ASSERT: "int __thiscall CCitrixContainerDlg::GetText(const char *,long,long,long,long,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,char *)" at CitrixContainerDlg.cpp(3416). Text: "SendChannelData(buffer)"
20/05/2016 07:39:43 Action.c(71): (8816:8908) - WaitForEvent: Initializing wait event, time=60000, end time=162927695
20/05/2016 07:39:43 Action.c(71): (8816:8908) - CChannelHandler::CheckIfDataExpected : GlobalVar(fChannelData) is false
20/05/2016 07:40:43 Action.c(71): (8816:8908) - WaitForEvent: exiting on timeout; time spent=59998
Action.c(71): Retrieved Text "" in region (430, 153, 64, 19) in the desktop window

I am using LR 12.50 on remote machine. LR citrix agent Patch is also 12.50. Not sure of citrix ICA client version but I think its 14.2.100.14.

Can someone please suggest what might be the probable reason for this issue? Can it be due to firewall issue?

Most important, is there any way we can check whether LR citrix agent is working properly/up and running at citrix server end?

Thanks a lot for your time.


Nishikant Choudhary

 

 

Viewing all 3978 articles
Browse latest View live




Latest Images