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

In LR 12.5 Which Protocol will support Project Server 2016

0
0

Experts,

 

Can any one help me that In LR 12.5 Which Protocol will support Project Server 2016 


How to execute commands in command prompt using loadrunner

0
0
Hi,

I have opened command prompt using loadrunner but dont know how to execute commands there. Can someone help me on this? I need to execute commands like cd and mkdir.

Thank you.

Possible LR bug - parameters disappearing

0
0

Using LR 12.53, I'm finding that if I have a couple of parameters that I've already created in the script, say for example username and password fields have been parameterised in a Web HTTP/HTML script, they disappear when I save the script as a new version.

For example, I've just recorded a new script and parameterised the username and password fields.
I've then saved out the script as a new version, and the values in the script are showing the parameter names that I previously created, however the parameters are not showing in the Parameter List.

Does this happen for anyone else?

Loadrunner 12.53 Design Studio pop-up issue

0
0

I need help. I am currently experiencing a problem where Design studio pop-up is not appearing when I try to correlate. It just flashes once then disappears.

How to generate android instanceId in mobile scripting using Vugen

0
0

Goodevening gents,

I have generated a mobile web script for a banking app. The first request is a POST (attached) with a value called instanceId that returns dynamic auth tokens that are used in other requests. I think the instanceId value was generated on the android device and hence can't be correlated from the server response.

When I google, I could find some code to generate the Id but I don't know how to run this code in vugen without SDK. 

String iid =InstanceID.getInstance(context).getId();

Any help/guidance is much appreciated.

 Thanks

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.

 

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

 

 

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!


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.

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.

Not able to access VuGen

0
0

I am new to Performance testing and Loadrunner. I have downloaded the software from HP products site and installed.

After installation when is try to open the VuGen, system throws "Critical error (ExceptionDialog)"  

Controller and Analysis are working fine.

PFA for reference. Someone please help me on this issue :(

Thanks in Advance.

Issue with Truclient 12.5 firefox/chrome OS popup window while uploading text file.

0
0
Re: Pop - up recognition in Ajax Tru Client Protocol

Hi,

Truclient 12.5  firefox/chrome  OS popup window while uploading text file

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.

Firefox Issue for trueclient 12.53 web

0
0

Hi,

i am facing issue while running true client script in controller.

Load Runner 12.53 trial

Windows 7 SP1

Firefox 49

one scenarion with 20 users 15 min

when we start the execution for 20 users the transaction are passing as soon as the users are in running state but once all users are ramped up the transactions are stoped passing and we cant see anything until the users are ramped down and all the 20 users have same error message

"Error -205177:  IPC connection to browser process is lost    [MsgId: MERR-205177]"

can anybody help me in solving this issue?

thanks in advance

Parameterize XPath Object Identification

0
0

I am writing a script to select a checkbox in a row from a table, and either click yes or no. However, once I finish that checkbox the checkbox cannot be used again since it has already been given a yes or no. On the 2nd iteration, it will choose the 2nd checkbox, and give a yes or no. The 3rd, 4th, etc. 

I am trying to parameterize a number given from the XPath from the object identification. The Xpath given as, (for 3 rows):

//form[@id="matchAndSettleForm"]/table/tbody/tr[4]/td/div/div[3]/table/tbody/tr[1]/td[1]/div/div[2]
//form[@id="matchAndSettleForm"]/table/tbody/tr[4]/td/div/div[3]/table/tbody/tr[2]/td[1]/div/div[2]
//form[@id="matchAndSettleForm"]/table/tbody/tr[4]/td/div/div[3]/table/tbody/tr[3]/td[1]/div/div[2]

As you see, the third digit (red) corresponds to the row that the checbox is in that the script will select. I need to parameterize that number so that the script will check a different row every iteration, and also work for multiple pages. I will have to go through over 3000 rows, so I will need a way to make the script work for every page. Also, the table has 25 rows per page, so once the 26th iteration comes, the parameter number will need to be back at 1 again, since the 1st row on the second page is still the 1st row, not the 26th. 

Is there a way to do this?


Support LoadRunner

0
0

Hello, I am new to LoadRunner. I will need to support it. Where should I start?  I would like to download a trial version to get acquainted with it first.  Thanks in advance for your insight and time.

De-allocate Memory for Citrix Function

0
0

Hello Everyone

I am working with Citrix protocol (HP LoadRunner). In my script i am using ctrx_get_window_name() function to retrieve window name. The function is used inside a for loop and might burn out my LG memory, i want to de-allocate the memory now. I used free() function to de-allocate the memory, it has no issues in vugen but when i replay the script in performance center it kills the mdrv process causing my users to fail, if comment the free() function script is passing without any issue in PC. Please let me know how to de-allocate memory for ctrx_get_window_name().

web_reg_find fails

0
0

I am unable to capture the count for a text string on an HTML page of a web based application.

When I open the application manually, I can see the text string but I cannot find the text string from View Source option of the browser.

I tried with both HTML mode and URL mode, it does't work. Looks like there are some async calls.

Please help me in handling this text check, as the result of this test check is used as entry criteria for other actions.

Unable to generate Code og recorded script

0
0

Hello,

I am new to load Runner, Just installed version 12.53 trial to evaluate.I am facing issue : I am able to record the script by VUGen but code is not generated,can you please help me ? 

 

I am using Windows 10, 64 bit.

tried with all browsers

Unable to install LoadRunner 12.53 Patch 3

0
0

Hi,

I have installed 12.53 on my machine. After that I tried to install Patch 3 but unfortunately its giving error. Please find the screenshot attached.

Could you please help me how to proceed

 

 

 

Viewing all 3978 articles
Browse latest View live




Latest Images