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

Unable to login to CRM 7 UI while replaying script through loadrunner 11.52

$
0
0

Hi ,

 

While replaying the login script of CRM 7, its not been able to login.

The message that appers is logon cookie check failed.

 

 

Can anyone please suggest on this?

 

Warm Regards,

Koushik


HP Web Tours App won't start

$
0
0

I've been trying to get HP Web Tours App to start up, however every time I do it just directs me to a web page that says "403 Forbidden. You don't have permission to access /WebTours/index.htm on this server." I have the Web Tools Server running, and I turned off my firewall just in case it was interfering, hoiwever it still popped up afterwards. Any ideas as to why it wouldn't start up?

Truclient-IE:How to adjust the size of the visible area in new tab

$
0
0

hi,Team

 

When I open a new window in new tab,the visible area in it is too small,so I can't see all of the pop window and can't catch some elements.

 

How can I adjust the size of the visible area in new tab?

 

Thanks,

-Darren

vuGen is not recording..

$
0
0

Hi,

I am using LR-9.50

window 7 64 bit IE 10.

When i am trying to record Vugen it is not recorded .Please help me.

TrueClient Learning Sample Website

$
0
0

Hi PPlz,

 

If you know the sample websites to learn recording n reply for Trueclient protocol, Please let me know the links.

 

Thanks

Asif

 

Is vbscript vuser and javascript vuser protocols discontinued in LR vugen 12

$
0
0

In vugen 11.52 when creating a new script, I see vbscript vuser and javascript vuser.

But the same when I try creating a new script in vugen 12, I dont see vbscript vuser or javascript vuser.

 

Can somebody clarify how this can be accomplished in the new vugen 12...pls ....

Browser Certificate

$
0
0

Guys,

 

I want to install the digital certificate via LoadRunner, so that it will work on all browsers that I attempt to run my application on. Can someone please advise? Thanks

Transaction time in the summary page

$
0
0

Hi,

How can i see transaction times in the summary page after the script is run. What setting should i do.


What causes connection refused to the server error in LoadRunner?

Cannot download PDF more than 25MB in VuGen

$
0
0

Hi,

 

I'm trying to test memory use on server by opening large(60-120MB) PDF files, however VuGen doesn't allow me to download more than 25mb of PDF file opened. As result all smaller PDFs are downloaded fine, all larger are corrupt. 

 

I've tried to use web_submit_form():

 

web_submit_form("redirectViewCorrespondence_10", 
        "Snapshot=t18.inf", 
        ITEMDATA, 
        "Name=correspondenceRadios", "Value={heavyDoc5}", ENDITEM, 
        LAST);

 

and web_url()

 

    web_url("viewCorrespondence", 
        "URL={heavyDocUrl}", 
        "Resource=0", 
        "RecContentType=application/pdf", 
        "Referer={beforeheavyDocUrl}", 
        "Snapshot=t351.inf", 
        "Mode=HTTP", 
        LAST);

 

In both cases result is the same.

 

Is there any parameter which has to be changed to increase max size of downloaded pdf?

 

Thanks,

Victor

 

 

 

Multiple citrix connections in one vugen script

$
0
0

Is it possible to connect to 2 different citrix apps within one script? 

 

For instance one app lives on citrix server X and the second app lives on citrix server Y.  Part of the scenario is X is launched and work needs to be done, then copying some data and entering it into Y.  Evalutating the data from Y and then entering it back into X.

 

thanks!

 

Can we set run time setting to "Continue on error" in "Ajax True Client" protocol of VUGen

$
0
0

Hello Expert,

 

Need help..

Can we set runtime setting to "Continue on error" in "Ajax true client protocol" like we have for other protocols (web http/HTML).

 

Regards,

 

Ak 

 

P.S. This thread has been moevd from Diagnostics Software Support and News Forum to LoadRunner Support Forum. - Hp forum Moderator

Fatal Error -26499: Internal Error - ptVUserVars

$
0
0

Hi

 

I've have recorded a Web-HTTP/HTML script in URL mode in Loadrunner a couple of times and I get same error message every time:

 

Fatal Error -26499: Internal Error - ptVUserVars->_hDfePE is unexpectedly NOT NULL after xfeLrwSrvNetTaskItemPrimaryCreate.

 

It happens within my login transaction.

 

lr_start_transaction("Login");

    web_submit_data("testxx.xxxxxxx.com_2",
        "Action=http://testxx.xxxxxxx.com/?class=form-signin",
        "Method=POST",
        "EncodeAtSign=YES",
        "RecContentType=text/html",
        "Referer=http://testxx.xxxxxxxx.com/",
        "Snapshot=t14.inf",
        "Mode=HTTP",
        ITEMDATA,
        "Name=__RequestVerificationToken", "Value={__RequestVerificationToken}", ENDITEM,
        "Name=ReturnUrl", "Value=", ENDITEM,
        "Name=Username", "Value=xxxx.xxxxxxxxxxx@xxxxxxxx.com", ENDITEM,
        "Name=Password", "Value=x", ENDITEM,
        LAST);

 

I´m new to loadrunner can anybody help and explain why this happens and suggest a work around?

 

BR Birre 

HP LoadRunner comparison with smartbear LoadComplete

$
0
0

Hi all,

 

I want to generate comparison between HP LoadRunner and SmartBear LoadComplete.

 

can anyone tell me which tool is the better one ? in terms of all the features which are mostly require for performance testing

 

or if anyone have a proper comparision analysis document then please share with me.

 

Many thanks in advance

 

Regards,

Sajjad.

SOftware Quality Consultant

 

 

Object ID issue when using parameter with EvalXpath value

$
0
0

Hello,

 

The thing I want to establish is to randomly select a document from a list of documents, then store the Xpath that uniquely identifies it for later use (I have to access the same doc on the same webpage lateron in the script).

 

In the Object section of the step where the document is identified I put the following code:

 

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");
var docitem = random(Item);
ArgsContext.LR.setParam("documentitem",docitem);
ArgsContext.LR.getParam("documentitem");

 

I get "target object was not found"

 

However when I change the code to :

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");
var docitem = random(Item);

docitem;

 

It works and the document is randomly selected.

I am busting my brains as to why this doesn't work.Is it impossible to store an EvalXpath into a parameter?

 

This concerns HP-PC 11.52 Patch 1.

 

Any help is appreciated!

 

Regards,

Peet


How to create HP LR scripts for IVR and VoiceXML messages

$
0
0

HP Loadrunner has any method for testing IVR systems (specifically a Genesys environment).

The solution would have to handle both DTMF (touch-tone) and simulated verbal requests and responses (speech recognition) to/from the IVR.

 

Can somebody throw light on this...............

lr_db_executeSQLStatement values are not return.

$
0
0

We are developing a script using LR to retrieve the values from oracle DB. The issue we are facing is i can establish the connection to DB and when i tried to get the value from DB using simple select statement with where clause it’s not returning any values.

 

When i tried in DB query window, i am able to query and find the record with the same select statement

 

Can anyone suggest some idea what mistake we did.

 

The below query I have used in LR:

NumRows = lr_db_executeSQLStatement("StepName=connect",
                    "ConnectionName=db1",
                    "SQLStatement=Select * from tablename where CONTNO like '%ACHB000001'",
                    "DatasetName=sss",
                    LAST);

 

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.

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.

 

 

 

 

Viewing all 3978 articles
Browse latest View live




Latest Images