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

Re: Loadrunner 11 Oracle Recording Issue

$
0
0

This might be a related issue to what I'm having but I found an older script that was recorded for the same oracle application I'm trying to record. The error message i'm getting on replay is that it can't find the Logon page. Is it possible that I some settings incorrect? what could be happening


Re: Loadrunner 11 Oracle Recording Issue

$
0
0

Hello

 

I would suggest to compare JDK/JRE, IE and OS versions between problematic and good one machine (that was used for previous successful recording).

 

Thanks, Dmitry

Re: Truclient Ajax FF - document.evaluate does not work; complains that XPathResult is not defined

$
0
0

Hi

 

The XPathResult object is not defined in the arguments context global object but the document.evaluate method is supported by the browser.

The value of XPathResult.ANY_TYPE is 0 so if you replace your 4th argument in the call to the evaluate method from XPathResult.ANY_TYPE to 0 it will work.

 

e.g. -

var professions = document.evaluate("//a", document, null, 0, null);

window.alert(professions);

 

In this case the code will show an alert with “[object XPathResult]”

 

Thanks

Java app launches fine in IE 11 manually, Java not detected when launched via Vugen 12 record

$
0
0

Hello,

I'm using the Java over HTTP protocol to attempt to record a Java application launched via a URL. My system is Window 7 64x with IE 11.

 

When I go through this flow manually, everything works as expected. However when I try to record with Vugen 12, the browser launches and hangs and has a message saying Java not detected and the app does not load.

 

Anyone have any ideas why this would be?

 

Note this app needs an older version of Java ( Java 7 update 10). This is what I have installed on my machine.

Re: TruClient-IE Protocol

$
0
0

Value found in \\HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\svcVersion is 9.0.8112.16421

TruClient - Firefox protocol - Get flash message while recording

$
0
0

I am trying to record an application using Truclient - Firefox protocol but for few transactions I am getting blank page with "Get flash" message in the browser. The app is working fine manually in VuGen's firefox version.

 

Note: I did NOT see  any add-ons under VuGen->TruClient FF protocol->TruClient General Settings -> Extensions

 

VuGen version - 12.02

Firefox (Vugen version) - 31.0.0.5310

 

Please help to resolve this issue.

Re: Recording modes - Web(HTTP/HTML) protocol

$
0
0

RECORDING LEVELS:

HTML-based script This is the default recording level for Web (HTTP/HTML) Vusers. It instructs VuGen to record HTML actions in the context of the current Web page. It does not record all resources during the recording session, but downloads them during replay.
HTML level web_submit_form only shows user data, what end user can submit via webforms

This options is recommended for browser applications with applets and VB script.

HYBRID LEVEL:
under HTML advanced enable checkbox "with explicit URLs"
Same as below, captures non user hidden data into step web_submit_data
Shorter then the URL based script, doesn't sepearate individual resources into steps and concurrent groups as the level below does.
REMEMBER: step only downloads extra resources if Run Time Setting browser emulation checkbox is turned on.

URL-based script Record all requests and resources from the server. It automatically records every HTTP resource as URL steps (web_url statements), or in the case of forms, as web_submit_data. It does not generate the web_link, web_image, and web_submit_form functions, nor does it record frames.
URL level web_submit_data has all form elements including hidden data
This options is recommended For non-browser applications.

 

LOWEST level yet: URL with custom requests [under URL advanced options turn on checkbox]
doesn't sdifferentiate form elements being sent, globs the whole request as one data point sent in.

 

How do I decide which one do I need?
start on
HTML highest level, if script captured and succesfully replayed all user steps, there is no need to go to lower level.
If script fails, and there is no offending data point exposed in html level, regenerate [no need to rerecord] to
lower levels[save a separate copy of each, do HTML with URLs, then URL, then URL with custom request],
the goal is to identify offending data point and correlate it.

 

ADDITIONAL PROTOCOL SCRIPTS THAT CAN BE USED:

Web - HTTP/HTML - Emulation of communication between a browser and Web server.
TruClient Ajax - Firefox - An advanced protocol for modern JavaScript based applications (including Ajax) emulating user activity within a web browser. Scripts are developed interactively in Mozilla Firefox.
Java Record Replay - Common Java recorder
TruClient Ajax - IE - An advanced protocol for modern JavaScript based applications (including Ajax) emulating user activity within a web browser. Scripts are developed interactively in Microsoft Internet Explorer.

Java over HTTP - For Java applications communicating over HTTP

Mobile Application - HTTP/HTML - Enables you to develop scripts using mobile devices or device emulators communicating with servers over HTTP.
For details on selecting a mobile recording method, click Mobile in the category pane and press F1.

Hope this helps, Natasha

Re: IVR Load Test

$
0
0

I am currently researching a solution for IVR supported tool to simulate Call center traffic.   I thought that the Voice xml protocol is no longer part of the loadrunner 12 version?  Can you confirm? Thanks much!


Will Loadrunner support jquery?

$
0
0

I have a web application which uses javascript/jquery to encrypt the password. I have the javascript which is doing the encryption, however it requires jquery library file which I have downloaded from http://code.jquery.com/jquery-1.11.3.js (as per dev team) . When I replay the script (Web HTTP/HTML), I am getting an error from jquery-1.11.3.js that "jquery-1.11.3.js:930:TypeError: document is undefined".

 

When I checked with the developer, he says that loadrunner may not support jquery. Do I need to change some settings with javascript engine? Please provide your suggestions.

Javascript error in AJAX Click and Script Protocol

$
0
0

I an working on a web application which has lot of AJAX calls, so I am using AJAX Click and Script protcol as I am facing some challenges in other protocols like web http/html & truclient. I am able to record the application however while replaying the script, I am getting an error related to some javascript which is part of a URL (TypeError: document.implementation has no properties)

 

VuGen - v12.02

Protocol - AJAX click and script

 

Any suggestions to overcome this issue?

Re: Loadrunner Ajax replay issues

$
0
0

How do you know that the submission has actually not happened?

Post here again, but this time paste your function call.

 

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

$
0
0

Hi,

 

Please try to record with Proxy recording (set as local recording).

 

Try.

Re: Will Loadrunner support jquery?

$
0
0
I guess that the encryption logic does not require the document object, however the developer does not want to bypass those lines inside the logic. But I am not sure. Please guide me to create dummy document object and I will try that option.

Getting "Error has occurred" in Hp vugen while replaying script

$
0
0

I just recorded a scripts when i try to replay it ,i'm getting an error occurred and unable to close the application.

 

 

i verified in logs and came to know as below:

 

2015-05-07 10:09:48,858 VUGEN         [ 1] ERROR - Failed to close the open solution

HP.Utt.Debugger.UttDebuggerInvalidDebuggerStateException: The debugger must be in state Running, Paused instead of Stopped to execute this operation.

   at HP.Utt.Debugger.UttDebuggerImp.CheckState(UttDebuggerState requiredState) in e:\LT\UTT\win32_release\12.0.776.2\src\Infra\app\UttDebugger\UttDebuggerImp.cs:line 435

   at HP.Utt.Debugger.UttDebuggerImp.StopDebugging() in e:\LT\UTT\win32_release\12.0.776.2\src\Infra\app\UttDebugger\UttDebuggerImp.cs:line 1551

   at HP.Utt.Debugger.UttDebugger.Stop() in e:\LT\UTT\win32_release\12.0.776.2\src\Infra\app\UttDebugger\UttDebugger.cs:line 349

   at HP.Utt.ProjectSystem.UttProjectService.CheckIfCancellingCloseWhileDebugging() in e:\LT\UTT\win32_release\12.0.776.2\src\Infra\app\UTTProjectSystem\UttProjectService.cs:line 421

   at HP.Utt.ProjectSystem.UttProjectService.CloseOpenSolution() in e:\LT\UTT\win32_release\12.0.776.2\src\Infra\app\UTTProjectSystem\UttProjectService.cs:line 441

   at HP.LR.Vugen.BackEnd.Project.ProjectSystem.VuGenProjectService.<>c__DisplayClassc.<CloseOpenSolution>b__b() in e:\LT\LT-LR\win32_release\12.0.1362.0_clean\app\VuGen\BackEnd\Current\Project\ProjectSystem\VugenProjectService.cs:line 1510

 

 

Please help me on this.

 

Thanks&Regards

Manojkumar Tenali

Re: Getting "Error has occurred" in Hp vugen while replaying script


Re: Getting "Error has occurred" in Hp vugen while replaying script

$
0
0

Please see the screenshot for reference

Re: Not able to record with vugen 11.52

$
0
0

Hi

 

There is a problem with registration of com dll .

 

Please try to register this dll manually by launching the command :

regsvr32  TextContainer.dll

(from LR\bin folder )

 

You should got popup with Succeeded message, if not please let me know

 

Oren

Back slash in soap request (Seems Bug in LR)

$
0
0

I have to send \ in soap request. When I am sending \\ in request \\ is send but It is required to send \ or \\\. Any help would be appreciated. Also When using these backslash in lr_log_message() for debbuging it is working fine.

Re: Getting "Error has occurred" in Hp vugen while replaying script

$
0
0

Hi

 

Does problem reproduced  when you replay any web script or just with this script ?

 

 

Re: SAP recording issue

Viewing all 12134 articles
Browse latest View live


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