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

Re: The browser throws an error message, when trying to record a report


We have Loadrunner 1152 and we need to use IE11.

$
0
0

We have Loadrunner 1152 and we need to use IE11.    Can we get patch for defect (77102) for IE11 COMPATIBILITY WITH Loadrunner 1152?

Re: Unable to record/replay LR Citrix Nfuse scripts on Windows Server 2012 with Citrix 14.1.200.13

$
0
0


Hi al_hovan,

Thanks a lot  for your valuable inputs. Really appreciate it. Please find below my answers to your suggestions:

 

1. The Loadrunner Citrix agent is installed on the Windows Server 2008 R2 Citrix Server. We were able to previously record the application from a Win8 client without issues. So I haven't tried disabling it. I will disable the agent and try recording the application and let you know. Just FYI, we are now not able to record from Win8 machines as well(!). I'm not sure what suddenly changed , but now it asks to install a Citrix Registry patch, which we did, but we keep getting the popup to install the patch on Win 8 during recording.

 

2. As you suggested, I ran a procdump test on runCitrixClient.exe and I was not able to locate the dump file. Most probably runCitrixClient.exe just silently exited without crashing.

 

3. Checked Windows Event Viewer for logs. I found multiple events inside 'Security' section where mcshield.exe(McAfee) is trying to access http.db file from the Vugen script folder at the point when the ICA file is launched. I'm attaching a file with the logs I found. I'm not sure if should dig more into the Antivirus being the core problem as I'm able to record a different application on the same machine.

 

We also observed something in the past few days - Loadrunner & Citrix Connection Manager stops responding frequently when we launch the problematic application. I'm attaching the event logs for the same. While the recording toolbar doesn't hang; we are not able to launch the app after multiple tries. Finally, the ICA window opens and then exitsas mentioned in the initial problem scenario.

 

4. We checked and there were no existing Citrix connections during replay. I will invest some more time into this and provide you with more error information shortly.

 

Attaching the logs as supporting proof. Please note that we have replicated above mentioned errors on other Windows 2012 Server machines and is not an isolated issue.

 

Please let me know if you need additional information.

Thanks!

Java over HTTP: "System.err: error captured" text in output?

$
0
0

Hello,

I have a Java over HTTP recorded script. The script was recorded using Java Web Start. Everything seemed to record and compile. When I replay, no scipt errors are thrown but in the output log I see the text "System.err: error captured".

 

This java application recorded in the script prompts the user to login with a user name and password. After this login, a dashboard is displayed. The script replays but it does not seem this login process was successful.

 

Anyone have any insight as to what might be causing the "System.err: error captured" text in the output?

 

Here is the script excerpt that is throwing that error text:

 

RemoteInvocation RemoteInvocation_login31 = (RemoteInvocation) JavaHTTP.readObject(RemoteInvocationBA0);

    JavaHTTP.sendSerialized(RemoteInvocation_login31, 31,
    "ObjectsDeserializerDefaultImpl",
    "LoginService-httpinvoker",
    "URL=http://XYZ",
    new String[]{ 
        "Method=POST", 
        "Resource=0", 
        "RecContentType=application/x-java-serialized-object", 
        "Referer=", 
        "Mode=HTML", 
        "EncType=application/x-java-serialized-object", 
        LAST});// 31 is the number of the header file, couldn't decode response from body

 

 

Date Range help

$
0
0
Hello All,
I need a help on handling the date range in my script.
 
 
I am working on application where data(like name, address etc) are populated for 30day(which is default). Sometime the vendor number which I am using might not have data for 30 days, so I need to change and select the last 4 months or 6 months of data.
 
So if select 30days and do scripting it works fine. But if select the vendor which does not have data for last 30days, my script fails. How can I handle this in my script to check first if data available for 30 days or nor, if not available go and execute the next request which has data(for 4mntohs or 6mtnht)?
 
Any help/suggestion on this?

Getting All Requests [Analysis]

$
0
0

Hi everyone,


I need to extract all requests made during the test. Is there any way to do this ?

What i'm doing is genereate a Page Component Breakdown over the Time but i think this data don't have all my requests during the test. Also this graph don't give me a full url ..(Main Url) and i need full url.

 

Anyone Can help me?

Please

 

IP Spoofing - LR Controller Issues

$
0
0

Is there a LR Spoofing expert that can assist me?

 

I set up a PC with about 8 additional IPs for IP SPoofing... when I run a script w/o Spoofing, it seems to work fine. With Spoofing enables, it just blows up from the start... seems to be issues connecting to the site. I used the wizard to add the IPs myself, but maybe I did something wrong configuring it.

 

I would really appreciate ANY type of help. I've had HP techs look at this with me and have so far been unsuccessful. I was hoping that one experienced testers may have encountered this in the past and could let me know where I went wrong.

 

Thanks!

Re: The browser throws an error message, when trying to record a report

$
0
0

Thanks but I have tried it before but it's the same issue, the report page is broken under recording. and I also get JIT errors after the recording is completed if I tweak any recording settings.

 


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
   at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
   at System.Windows.Forms.Control.DefWndProc(Message& m)

 

 

  • Also when I leave the Vugen open this what I see the next day - as far as I gues this is a security issue and it's blocking - any ideas, about this?

 

 

BIT9 CIBC Application Control custom rule blocked an attempt by wicainventory.exe to run certutil.exe because file is on CIBC Blacklist.  If you require access to this file, please contact your helpdesk.  Scroll down for diagnostic data.


Re: The browser throws an error message, when trying to record a report

$
0
0

Thanks for the article, but it didn't help - please check my reply to 'Walkie Talkie'

Re: Will Loadrunner support jquery?

$
0
0

Update on this issue:

 

This encryption logic is part of RSA encryption which requires basic javascript libraries. Refer this link for more information http://www-cs-students.stanford.edu/~tjw/jsbn. In one of the library, it has a function which does some mathematical calculations to to find bitlength. Dev team is able to get the necessary output when they tried in Developer tools (F12) in Internet Explorer. However the same function retrieves different output in loadrunner. Below is the code snippet:

 

function bnBitLength() {
  if(this.t <= 0return 0;
  return this.DB*(this.t-1)+nbits(this[this.t-1]^(this.s&this.DM));
}

 

Since we are getting different output in loadrunner, the encryption logic is failing. Please help.

Re: Vugen 11.0 is not able to record script. 0 events detected.

$
0
0

 

For Chrome I can see the events building (not too sure what configuration has changed since then), but the entire set of Chrome window(s) will hang will a "Jim we ran out of memory" message.

 

However, somehow Firefox seems to work...

Re: The browser throws an error message, when trying to record a report

$
0
0

I suggest opening a support ticket

Mobile application perfromance testing using LoadRunner 11.04.0.0

$
0
0

Hi ,

 

I need to do Mobile application performance testing using LoadRunner 11.04.0.0

Please let me know how to do this,with details like any prerequisites required,Different approaches...etc

 

Thanks

LoadRunner 12.02 RMI Issue

$
0
0

Hi!

I have to record the server acitiviteis the java applet produces for the server. The java applet is communicating with the server by the RMI. The server which I'm using is GlassFish 3.01. What type of script I have to choose in LR and how can I record it?

Re: Loadrunner Ajax replay issues


Correlation

$
0
0

I am trying to catch a value using the following Left Boundary and Right Boundary from a server Response:

 

web_reg_save_param("Test","LB=subscriptionId\"value=\"","RB=\"",LAST);

 

 

I am pasting the part of server Reposne from where I got these boundaries.Can anyone tell me whats wrong with the above function as Data is not getting saved .

 

<input type=hidden name="statusList[0].subscriptionId" value="80578543989158605946
Action.c(30):     5860404565121081710826497" />\n

 

Rgds

 

 

 

 

just supporting the newly wedded avengers

$
0
0

Watch Avengers Age of ultron Online

At one point in The Avengers: Age of Ultron, the various characters are confronted with visions of his greatest fears, some who were unaware own, the result of a spell of Wanda (The Scarlet Witch).

Re: The browser throws an error message, when trying to record a report

$
0
0

Will do, if can fix it -  will try and post the resolutions

 

 

Java Record and Replay not recording anything Vugen 12

$
0
0

Hello,

I am trying to record a Java application using Vugen 12. Everything seems OK in the recording process but no script is actually recorded.

 

I've set it up to record a .bat file that has the same information as the Java Web Start shortcut that launches the java app...

 

START C:\Windows\SysWOW64\javaws.exe -localfile "C:\Users\testuser\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\31\4b4449df-24b51767"

 

During the record process this launches the app as expected.

 

I've put all of the .jar files into the Classpath.

 

Any ideas why nothing would be recorded?

 

Thanks!

Unable to run the script in performance center which requires certificate authentication.

$
0
0

Hi,

 

Currently i am working at one of our client location, where we are using LoadRunner and performance center V12.00 is used.

 

One of the project requirement is to load test the web applicaiton, which requires client side certificate authentication.

 

We were able to convert the certificate file to .pem format and execute the script in VuGen, but when the same script is executed through performance center we are getting "InternetSetOption for INTERNET_OPTION_SECURITY_SELECT_CLIENT_CERT" error. When we investigated on the same error, we found one of the possible cause might be because of load genarator is running as service.

 

When we insisted the same to our client, they rejected our request to install the load genarator as a process as it is aginst their security policy.

 

Please let me know if you anyone faced similar kind of issue and found a solution for this.

 

Any feedback will be much accepted.

 

Note:

We are using the WinInet mode to execute the script as the recording happening through proxy.

 

Thanks,

Raghav

Viewing all 12134 articles
Browse latest View live


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