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

I am finding that tree view is not viable

$
0
0

Hi Experts,

 

Please let me know why didn't get tree view in my machine,my Vgen verstion is:

 

Product Information

   

Product Name:

HP LoadRunner Software 11.00

 

Product Version:

11.00.0.0

 

Product Build:

Build 9409

     

Installed Products:

           

Product Name

 

Version

             

LoadRunner

 

11.00.0.0

                 

Installed Components:

             

Component Name

 

Version

             

Analysis

 

11.00.0.0

   

Load Generator

 

11.04.0.0

   

Online Documentation

 

11.04.0.0

   

Protocol SDK

 

11.04.0.0

   

Samples

 

11.04.0.0

   

Vuser Generator

 

11.04.0.0

                     

Installed Patches:

         

Patch Name

         

HP Virtual User Generator 11.00 Patch 4

         

 Regards,

Ashok.


Getting Error while importing WSDL file having WCf service using Silver light protocol.

$
0
0

Hi,

 

We are testing application using silverlight technology.

We got below errors while importing WSDL file on WCF

service  using silverlight protocol.

 

1. Unable to Import Binding

2. Parsing error

3. Element missing

 

 

can someone please suggest any solution?

 

Thanks in Advance.

Combining Cloud LG with Physical LG

$
0
0

 Hi,

 

We want to generate load from 3 different locations. We have 2 Cloud LG’s and one Physical LG for load generation.

 Is it possible to configure the 3 LG’s in Controller and create load test scenario?

 Thanks,

Help -- apply the script running weight inside of the Vugen Run-Time Settings

$
0
0

I have used the percentage on each Action within Vugen  Run-Time Settings. For example, during each iteration, Action a will run 20% of time, Action b will run 50% of time, and Action c will run 30% of time. It is basically apply the weight to the runtime.

I have not been doing that for years and with the newer version (11.5), does anyone know how to do it?

 

Thanks!

Please explain 12.0 verstion

Error: CCI compilation error -vuser_init.c:3:

$
0
0

I have two external files inlcuded in my script:

 

#include "\\csc.ad.gov.on.ca\\dfs$\\GrpData\\IIT\\Learning Business Solutions\\Load Runner Scripts v601\\LIB\\cams_common.h"
#include "\\csc.ad.gov.on.ca\\dfs$\\GrpData\\IIT\\Learning Business Solutions\\Load Runner Scripts v601\\LIB\\utils.h"

 

I am using performance center and the script is saved on the performance center server.

 

Running using one Controller and two load generators - the script runs perfectly in vugen, but I am running in Performance Center gives me the following errors.  What do I need to do to get these libraries copied and compiled. Appreciate your help in advance.  Bryan

 

Error: CCI compilation error -In file included from c:\documents and settings\default user\local settings\temp\brr_uir.797\global_dir\184632781\combined_529.c:3:

 

Error: CCI compilation error -vuser_init.c:2: \\csc.ad.gov.on.ca\\dfs$\\GrpData\\IIT\\Learning Business Solutions\\Load Runner Scripts v601\\LIB\\cams_common.h: No such file or directory

 

Error: CCI compilation error -In file included from c:\documents and settings\default user\local settings\temp\brr_uir.797\global_dir\128065927\combined_530.c:3:

 

Error: CCI compilation error -vuser_init.c:1: \\csc.ad.gov.on.ca\\dfs$\\GrpData\\IIT\\Learning Business Solutions\\Load Runner Scripts v601\\LIB\\cams_common.h: No such file or directory

 

Database

$
0
0

Im new to Load Runner, is there a database associated with LoadRunner?  If so, what type is it (DB2, SQL, etc)?

Executing the scenario in the Performance Center

$
0
0

 

     I tried to execute scenario in PC but after the  successful initialization  of necessary components (before the run) the execution is finished with Not Completed Status within the fraction of seconds.I think not one line of script is executed...Details:Schedule -Basic schedule by group,SAP Web+SAP GUI protocol Script,Vuser-3.I don't know what is the issue  itself? Anybody faced this kind of issue ?

 

 

 


Function mms_play,cannot passed more than 2 vusers when running in Controller Scenario, for help!

$
0
0

Function mms_play,cannot passed more than 2 vusers  when running in Controller Scenario,others look like waiting for something,and failed with Error:-86826 connection timed out 

 

who knows the reason?

HELP!

 

P.S. This thread has been moved from Performance Center Support and News Forum to LoadRunner Support Forum. -HP Forum Moderator

Loadrunner 11.52 and SAP BI, bttoken capture problems

$
0
0

Hi

 

I am trying to test a SAP BI application.  When I record, I see that it receives a token called bttoken during the login process. This is then used in calls after login. When I let LR correlate this, it creates this code

 

web_reg_save_param_regexp(
"ParamName=CorrelationParameter",
"RegExp=bttoken=(.*?)\";\\\n</script",
SEARCH_FILTERS,
"Scope=all",
"IgnoreRedirections=No",
LAST);

web_submit_data("logon.faces_2",
"Action=http://server:port/BOE/portal/number/InfoView/logon.faces",
"Method=POST",
"TargetFrame=servletBridgeIframe",
"RecContentType=text/html",
"Referer=http://server:port/BOE/portal/number/InfoView/logon.faces",
"Snapshot=t3.inf",
"Mode=HTML",
ITEMDATA,
"Name=_id0:logon:CMS", "Value={strEnvironment}", ENDITEM,
"Name=_id0:logon:USERNAME", "Value={strUser}", ENDITEM,
"Name=_id0:logon:PASSWORD", "Value={strPassword}", ENDITEM,
"Name=com.sun.faces.VIEW", "Value=_id147:_id148", ENDITEM,
"Name=_id0", "Value=_id0", ENDITEM,
LAST);

 

Note, that

{strEnvironment} = server:port.

 

WWhen I rerun this, the value for bttoken is not found. If I try to catch it with a web_reg_save_param_ex construction, it is also not found. Who has experience with this problem and can set me on the right way? It looks like the bttoken is somehow not returned, maybe the value in

"Name=com.sun.faces.VIEW", "Value=_id147:_id148", ENDITEM, 

 

is wrong, cause this is different in every recording, but I do not know the mechhanism beind this.

Loadrunner 11.52 and SAP BI, bttoken capture problems

$
0
0

Hi

 

I am trying to test a SAP BI application.  When I record, I see that it receives a token called bttoken during the login process. This is then used in calls after login. When I let LR correlate this, it creates this code

 

web_reg_save_param_regexp(
"ParamName=CorrelationParameter",
"RegExp=bttoken=(.*?)\";\\\n</script",
SEARCH_FILTERS,
"Scope=all",
"IgnoreRedirections=No",
LAST);

web_submit_data("logon.faces_2",
"Action=http://server:port/BOE/portal/number/InfoView/logon.faces",
"Method=POST",
"TargetFrame=servletBridgeIframe",
"RecContentType=text/html",
"Referer=http://server:port/BOE/portal/number/InfoView/logon.faces",
"Snapshot=t3.inf",
"Mode=HTML",
ITEMDATA,
"Name=_id0:logon:CMS", "Value={strEnvironment}", ENDITEM,
"Name=_id0:logon:USERNAME", "Value={strUser}", ENDITEM,
"Name=_id0:logon:PASSWORD", "Value={strPassword}", ENDITEM,
"Name=com.sun.faces.VIEW", "Value=_id147:_id148", ENDITEM,
"Name=_id0", "Value=_id0", ENDITEM,
LAST);

 

Note, that

{strEnvironment} = server:port.

 

WWhen I rerun this, the value for bttoken is not found. If I try to catch it with a web_reg_save_param_ex construction, it is also not found. Who has experience with this problem and can set me on the right way? It looks like the bttoken is somehow not returned, maybe the value in

"Name=com.sun.faces.VIEW", "Value=_id147:_id148", ENDITEM, 

 

is wrong, cause this is different in every recording, but I do not know the mechhanism beind this.

LR 12 web_reg_save_param_regexp help required

$
0
0

I have the following string: "Name":"MLAPPTST","PensionPlan":"Members of the Legislative Assembly Pension Plan (Closed 1989)","RemittanceStatus":2,

 

I need to capture the value "2" from this string.

 

What does not change in this expresion are the following: 

 

"Name":

"PensionPlan":

"RemittanceStatus":

 

 

What is dynamic:

"MLAPPTST"

"Members of the Legislative Assembly Pension Plan (Closed 1989)"

 

 

 

Can you please help out?

 

Thanks

 

Downloaded files in a TruClient script

$
0
0

Hi,

 

I've created a TruClient recording where I finally get a file downloaded, and where I'd have then to verify that the downloaded file is correct.

Doing all that from the Firefox plugin is fairly straightforward, as I can tell Firefox to always download the file instead fo trying to open it with any plugin or external program, and I can find the file in the downloads folder for the user running vugen (which is the same that will be later running the script in BPM).

 

The problem is that if I close Firefox and try to run the script in vugen then the script fails to find the downloaded file. It's indeed not downloaded where I'd expect, and I can't find it anywhere else.

 

Is there any specific logic behind this? Does vugen download files (maybe with a different random name) somewhere else? Or does it not download anything at all?

Could I maybe configure a specific download folder so Firefox and vugen don't decide where to place the file on their own? If so, where?

 

Regards.

 

P.S. This thread has been moved from Application Perf Mgmt (BAC / BSM) Support and News Forum to LoadRunner Support Forum. -HP Forum Moderator

Does LoadRunner11.52 support MS InfoPath technology?

$
0
0

Hi Team

  LR to run test scripts using AjaxTruclient for .NET/Web front ends app, when it recorded to last step which use MS Infopath forms as data entry, it is not possible to do any action in MS InforPath page, such as input text in editbox or click any button. This result in the page cannot be saved. Attached is screenshot of this page. So I wonder does LR support MS InfoPath?

  BTW, we can record all the business processes using web(http/html) protocol, but replay failed due to client side dynamic value exist, so customer need to ask  app team for all the dynamic value to parameterize. And customer prefer to use AjaxTruclient protocol if possible.

 

 

 

Thank you for your confirmation.

Regards

Sophia

Dealing with a dynamic window.

$
0
0

Hello,

 

I have a script where there is an additional window that might or might not come every time. I have recorded in a scenario when the window will show up (more like additional security feature for the webpage). How do we deal with this dynamic window, like if this comes go and answer the questions else go to next page? The window is recorded as “web_submit_form” in the script.  

 

In addition to this, the window asks for different questions in a random order. The answers are last words of the questions. I know we can correlate with web_reg_save_param but just wanted on how to handle the answers in a random order on the basis of the questions. Any help would be appreciated (i.e. book/website recommendation)  I am just trying to learn LR. 

 

Thanks in advance.


Citrix issue

$
0
0

I have an ica file . After logging in to ica it opens an excel sheet.

 

I tried to record this scenario with LR 11.5 but after logging in to ica it is not opening excel sheet.

 

I used citrix ica protocol.

 

PLease suggest how to achieve this scenarios.

 

Thanks in advance

Is there 'TreeView' feature in LRV12?

$
0
0

As stated above is there tree view feature in V12 of LR?

Load runner Controller issues with chrome

$
0
0

Hi,

 

We are currently on LR12. We have recorded Siebel Open UI application using Chrome browser(version 37). We have replayed the script for 10 iterations without issues nad used the same script in the controller. InController we are getting error messages as shown below:

 

1."SSL protocol error when attempting to connect with host

2. Host is not responding.

 

The above errors we are getting in Controller only. The application was opening properly during Controller and users able to login properly with their cerdentials. When we checked the Option WinInet modes from runtime settings>Preferences in Controller we were not getting any errors.

LR Support Tip-LoadRunner/Performance Center 12.01 and 12 patch 1 are different releases

$
0
0

LoadRunner and Performance Center 12.01 were released in July 2014.

 

 

What is the difference between LoadRunner and Performance Center 12.01 and LoadRunner and Performance Center 12.00 patch 1?

 

LoadRunner and Performance Center 12.01 are complete installation packages, that include all LoadRunner 12.00 and LoadRunner 12.00 patch 1 content as well as new features. They are replacing 12.00 and 12 patch 1 versions and customers are recommended to move to version 12.01.

 

 

How to download LoadRunner and Performance Center 12.01?

 

LoadRunner and Performance Center 12.01 are released as full installations available for download in http://support.openview.hp.com/software_updates.jsp as a major version. Detailed instructions how LoadRunner and Performance Center 12.01 can be downloaded from SSO is provided in the following documents:

How to download Performance Center 12.01 and How to download LoadRunner 12.01

Community editions can be downloaded from the following links: LoadRunner 12.01 and Performance Center 12.01

 

 

What is new in LoadRunner and Performance Center 12.01?

 

Please find information about what is new in LoadRunner and Performance Center 12.01 in the following posts:

Big news! HP LoadRunner and Performance Center 12.01 are launching today!

LoadRunner 12.01 - Released

For full details, check out this readmeALM12.01 What's New  and the product documentation!

VUGEN LRVUG_00044

$
0
0

Hi experts. I'd like to know where I can possibly find LRVUG_00044.

 

Thank you for any help you can give.

 

:)

Viewing all 3978 articles
Browse latest View live




Latest Images