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

Re: HP LoadRunner comparison with smartbear LoadComplete

$
0
0

What are your requirements ? are you testing just web apps and what technologies. LoadRunner is well supported for array of technologies and platforms - Unix, Linux, windows etc. So you need to narrow your options based on Breadth Vs Depth in your comparing process.

 


Re: lr_db_executeSQLStatement values are not return.

Re: Cannot download PDF more than 25MB in VuGen

$
0
0

Hi Victor,

We're not aware of any such limitation. I suggest increasing the Network Buffer Size setting, as in the attached screenshot.

Re: How to create HP LR scripts for IVR and VoiceXML messages

$
0
0

Hi Aadi,

Voice over IP support is in our roadmap, but at the moment we do not support it.

Re: Multiple citrix connections in one vugen script

$
0
0

Hi,

 

It is possible to connect different servers in a row (connect X -> work with X -> disconnet X -> connect Y etc), but one script cannot handle several connections to different Citrix servers simultaneously.

If you can deploy your app from server Y on the server X, you will be able to launch it using ctrx_run_published_app() in the same session where X app is already running.

Re: What causes connection refused to the server error in LoadRunner?

$
0
0

Sometimes invalid Session handle , or Proxy setting in your environment prevent the connection .

 

Cheers

 

MohammedHamed

Re: Fatal Error -26499: Internal Error - ptVUserVars

$
0
0

What version of loadrunner you use ?

 

Cheers

 

MohammedHamed

Re: lr_db_executeSQLStatement values are not return.


Re: Object ID issue when using parameter with EvalXpath value

$
0
0

Hi Michael,

I definitely need the ArgsContext since I am trying to set and retrieve loadrunner parameters within the object section.

Looking at the decription of my problem again I realized I should have been a bit more explicit as to why I want to store the Xpath in a variable.
The reason is that I want to reuse it in a step that occurs later in my script. I need to make sure that I rightclick the same document from the list twice. The first time it is randomly selected and right clicked, the second time I need to rightclick that same document again. I do not really care how I can achieve this. To me the most easiest approach seemed to use parameters, but I am running into problems now, it does not seem to work.

The alternative would be to use a global variable. Which I also tried, I did the following:

In the step where I need to rightclick the document from the list for the first time I put into the Object section of that step:
var Item = evalXPath("/html/body/div[3]/div/div[1]/div[1]/div[2]/div[1]/div/div[1]/div[2]/div[2]/div/div/div[2]/div[1]/div/div[2]/div[2]/div[2]/div/div/div[1]/div[1]/div[2]/div/div/table/tbody/tr[1]/td[1]/div/a/span/span[3]/span");
window.docitem = random(Item);

Af few steps later in the script I want to reuse the window.docitem variable in the object section for identification, so I put it there as:
window.docitem;

When I run the script and the first time the document is rightclicked it is succesfull. Then some selection is made form the context menu and some activities are done, after that the browser returns to the same screen and teh same document is view again and can be identified by the same Xpath.
In the step that occurs after that I try to rightclick the document again it fails, with a message the it cannot identify the object.
I put in a window.alert(window.docitem); in the last step and it tells me that it is undefined so now I know why...

So now I am stuck again :-(

It could very well be that I am doing something wrong, If someone can let me know, that would be nice...
It could also be that I am trying to do something in a way that is not supported. In that case, maybe guys from HP can respond?

Alternatives to achieve the same goal are also very welcome. Basically what I am trying to do is to store the evalXpath of an object te reuse it lateron in the script

Regards,

PeetD

Re: not able to record the java windows application

$
0
0

Hi,

 

I think through API. have you done any java windows application already. we tried doing with sample java application also but the code is not generated

 

Does LR(free 50 Vuser license) supports the java applet based  windows application using java record replay, java vuser, java over http?

Hi i had problem with SAP web protocol when during capturing the SAP-context ID & SAP-SECURE-ID

$
0
0

Hi i am working on SAP web protocol and when i am re-running the scripts getting failed with SAP-context ID and SAP-SEcureID. Can anyone help into this below error.

Had problem with the sAP web protocol and when executing the scripts SAP-contextID and SAP-SecurID

$
0
0

Had problem with the sAP web protocol and when executing the scripts SAP-contextID and SAP-SecurID is not capturing and script getitng failed.

Re: Using LoadRunner to test Web Services

$
0
0

Hi frds,

 

I beginner of webservices protocol ,how to record  xml file in load runner(" I am using web service protocol ") and if you have any webservice protocol  document pls forward it the below email address.

Email:- blackganesh123@gmail.com.

LR script Issue

$
0
0

Hi Support team,

 

I am trying to execute the LR scripts using SAP web protocol and getting the attached error.

 

vuser_init.c(120): Warning -26377: No match found for the requested parameter "sap-contextid7". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 999999 bytes, use web_set_max_html_param_len to increase the parameter size   [MsgId: MWAR-26377]
vuser_init.c(120): Notify: Saving Parameter "sap-contextid7 = ".

 


vuser_init.c(120): Warning -26377: No match found for the requested parameter "Correlate_SAP_1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 999999 bytes, use web_set_max_html_param_len to increase the parameter size   [MsgId: MWAR-26377]
vuser_init.c(120): Notify: Saving Parameter "Correlate_SAP_1 = ".

 

 

All the scripts are getting failed at the same place. Can you please anyone can help into this and please try to resolve the same.

 

 

 

 

Load Runner 12.02 - Analysis - Summary data vs Complete data

$
0
0

Hello,

 

 

Can someone please explain the difference between summary data and complete data (in Analysis) ? 

 

I found this in the User Guide but it doesn't really help :

"Complete data refers to the result data after it has been processed for use within Analysis.
Summary data refers to the raw, unprocessed data. The summary graphs contain general information such as transaction names and times. Some fields are not available for filtering when you work with summary graphs."

 

What does the processing do exactly ? 

 

I'm asking because i ran a test and the differences between the time results of the two (summary and complete data) are pretty big. The summary data contains the results that the Controller outputs during the test run and after complete data is downloaded the values are almost halved.

 

 

Thanks !


Re: LR script Issue

$
0
0

1- Regenerate the script

2- Simulate new user on each iteration

3- Try to do manual correlation for this values

 

Cheers

MohammedHamed

Re: Had problem with the sAP web protocol and when executing the scripts SAP-contextID and SAP-Secur

$
0
0

What error you recive ? What LR version used ?

 

Cheers

 

Mohammed Hamed

Re: Transaction time in the summary page

LR12.01 TrueClientIE If clause within for loop

$
0
0

Hi,

I am new to loadrunner and I am trying to create a script using TrueClientIE protocol.Here is my scenario.

1.Login

2.In item search box enter the item number and click search

3.verify search results displayed

4.Add item to the cart

 

I want repeat the item search multiple times each time with different item number.So I parameterized the item num and added a for loop and added if clause with in the for loop.But when i replay its only taking the 3rd(pPartNum2 in the screenshot) value and entering it in the field.I dont see the 1st and 2nd items getting searched.Not sure what is wrong with my looping...help please?attaching the screenshots

 

Thanks!!

Re: LR script Issue

$
0
0

Read in an earlier thread, someone consulted with HP regarding a similar issue and it was found that HP Load Runner does not handle correlation of the SAP protocol well (and does not fully support it.)

Viewing all 12134 articles
Browse latest View live


Latest Images

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