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

Re: web_reg_save_param_regexp problem

$
0
0

Hi Kaj,

according to your snippet

type="hidden" name="lt" value="LT-zzzzzxxxx1242476287698ourwebsite.com/>

i would suggest the following RegExp:

"RegExp=type=\"hidden\" name=\"lt\" value=\"(.+?)\\/>"

or

"RegExp=type=\"hidden\" name=\"lt\" value=\"(.*?)\\/>"

Regards, Christoph


Re: How to set up SLA for any user transaction at PC?

$
0
0

Hi!

I use HTTP/HTML protocol and edit it at LR editor.

I found the reason why the [Transactions] section doesn't appear at the .usr file. I wrap lr_start_transaction and lr_end_transaction with my private function which performs some additional calculations and functionality in addition to starting transaction. So, in practical I'm opening transactions in dynamic manner.

But I found how to work around this problem. I added manually [Transactions] section to the file and filled in all transactions names.

Now, everything works fine.

Thanks a lot for your proffessional support. 

Re: Possible LR bug - parameters disappearing

$
0
0

Web protocol, and no nothing in the log.

Very strange considering the parameter names are in the script; I know the parameter data is stored in a .prm file within the script folder so maybe that wasn't getting copied across.

Re: Possible LR bug - parameters disappearing

$
0
0

OK it's just happened again, but the .PRM and .BAK files copied across with the correct data so I'm not sure what's going on!

Re: Possible LR bug - parameters disappearing

$
0
0

Hi JMac,

I think this warrants a more deep inspection.

I will keep trying to reproduce and if successful, will update.

Thank you,

Lior

Re: TruClient with silent authentication

$
0
0

Hi Experts,

 

Did you find any resolution to the web_Set_user alternative for TruClient please?

 

Thanks

Santosh

 

 

Facing some issue while scripting web based office365 email using LoadRunner- https://www.office.com

$
0
0

Que:- I am trying to record https://login.microsoftonline.com for (Business Process:- sending an email and Logout) in LoadRunner v12.53 using Web - HTTP/HTML Protocol (with both options HTML/URL) but I am not able to replay the script because it has too many dynamic values in request body, I have tried to correlate all those dynamic values but some of them I am not able to find in Response. So what should I do to resolve this problem or any one can help me to resolve this problem ?
Thanks in advance for your help.

 

Re: How to set up SLA for any user transaction at PC?

$
0
0

Glad to hear you have a workaround.

Cheers,

Shlomi

 


Re: 'Verification Code' issue with Salesforce application recording using VuGen

Re: HP Loadrunner Download is not working

$
0
0

Hello

I've recieved word that the problem with the download page of LoadRunner has been fixed.

Can you please check and update if it is resolved for you?

Remember to clear your cache before trying.

Thanks,

Lior

Unable to open a website in Truclient IE browser

$
0
0

Hi,

I am able to open my project site in IE, Chrome and Firefox. When I tried recording with TruClient(12.53), IE Browser after I enter login credentials its always saying "loading.........".

When I tried to record with Firefox and Chrome its fine. But I am restricted to IE for my project. Could you inform me how can i proceed.

Regards,

KHB

 

 

Re: Unable to open a website in Truclient IE browser

$
0
0

I tried recording with 12.02 and half its working like one part of the project is displayed not the other.

Load Runner Analysis - Transaction Summary not generated in the Reports

$
0
0

We've recently moved to Performance Center, and while everything is appearing normally in the Load Runner Analysis tool, when I attempt to generate a report, the transaction summary (which I've always configured and included in reports in the past), is just not generating.  I'm not receiving any errors, or even blank pages in the report.  Just the transaction summary is completely missing, and the next element in the configuration appears.

I'm using LR Analysis 12.53 Build 1203

If anyone can help, it would be much appreciated.  Thanks in advance!

Re: Load Runner Analysis - Transaction Summary not generated in the Reports

$
0
0

Hello,

Can you please share a screenshot?

Do you have any special character in transaction names or something else which might cause failure to present this section?

Can you share the RawResults.zip over a private message?

I sugest opening a support ticket in parallel to this thread.

Regards,

Shlomi

P.S. I might not be responsive in the next few days. I will follow-up as soon as I can 

 

Re: Unable to open a website in Truclient IE browser

$
0
0

Hi,

Can you please check what is the default Document Mode as it appears in Microsoft IE > Dev Tools > Emulation tab. See attached screenshot.

If the default value is lower than 9, please force it to be the highest value (i.e. 11). Can you see the application correctly after applying the change?

Thanks,

Shlomi

 

 

 


Selecting value randomly from dropdown after parameterizing in ANgular JS application

$
0
0

hi ,

 

how to parameterize the dropdown value from the combo box in Angular JS application,

What is the javascript code to make it generic to select the different value during iteration.

Javascript during recording:-evalXPath("//div[text()=\"*******"\"]");

 

 

the request URL and body can be parameterizied only if using callback?

$
0
0

 

According to 'https://community.hpe.com/t5/LoadRunner-and-Performance/Testing-asynchronous-business-processes-with-LoadRunner/ba-p/6029011#.WD6bl9J96mw',

The request callback is called before each request is sent. This allows you to modify the sent request (for example, it allows parameterizing the request URL and body).

Q: That mean the request URL and body can be parameterizied only if using callback?

 

For example, 

web.customRequest(

{...........

body:'ViewState=xx123yyy'}

 

Q: Can I just use parameter to replace '123' in body instead of using the concept of Callbacks?

 

Thanks a lot for the help. Hope that I have explained the question clearly.

Re: Load Runner Analysis - Transaction Summary not generated in the Reports

$
0
0

Hi Shlomi

Thanks for your response.

My transactions contain letters, digits and underscores.  I don't think special characters is the issue.  I did manage to generate the report, by pulling the RawResults over to an older 11.5 version of load runner analysis tool, and I copied the report from the 11.5 version back into the report that generated from the 12.53 edition.  So I did get a workaround, although i will raise a support call also.

One thing I noticed, is the report generation dialogs for 'transaction summary' there is a 'filter' tab.  The 12.53 analysis tool shows a default filter in here on the 'Transaction End Status = Pass'.  The corresponding tab on 11.5 does not have the filter.  I'm wondering if that might point to something, as i just cannot get rid of the '=' symbol in the Criteria column.  I have attached a couple of screenshots.

Re: Pop - up recognition in Ajax Tru Client Protocol

$
0
0

Hi,

I do have the similar issue. I am trying to upload .txt file using firefox (also tried chrome)  and popup window is opened( this window seems like from local system).Thing is , the script is able to enter the file path in the  browse field..Now, the popup remains open and its not clsoing as this is not recorded. 

However , the next step in the script is to click upload. As the pop window is opened , the application  browser window is not activated and the script is failing. My script passes only after closing the popup window (or click cancel button on pop window).  Can you please help me if tehre is anything code that closes OS opened window?

In simple , after browing file path from OS pop up window , the script should activate main application browser window  and continue by ignoring file uplaod pop window.

 

Not able to open VuGen

$
0
0

I am new to performance testing and LR.

Installed Loadrunner 12.53 downloaded from HP products site. 

I am able to access Controller and Analysis. But when i open VuGen, "Critical Error (cannot use ExceptionDialog)" window pops up.

Please someone help me with this issue :(

Thanks in Advance.

Viewing all 12134 articles
Browse latest View live