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

Re: Unable to install LoadRunner 12.53 Patch 3

$
0
0

Hi,

I did it as Runas Administrator

 


Re: Unable to install LoadRunner 12.53 Patch 3

$
0
0

Hi

When you extract the patch, does it start to install immediatly? can you see if there is an MSI file?

if there is, try running that file instead of the exe file.

Let us know,

Thanks,

Lior

Re: Load Runner "This page can’t be displayed" error

$
0
0

Hi OlaBerggren,

 

Thanks much. Yeah, that was because of Proxy issue only.

 

Thanks,

Task.

Unable to record Citrix ica script on LR 11.51

$
0
0

I'm currently using LR 11.51. In one of my script, i need to nake use of citrix ica protocol for recording. As the .ica file returned by the server after login changes everytime. Hence i'm using a multiprotocol script with HTTP/HTML and Citrix protocols.

During recording, the login part is getting recorded successfully but i'm not able launch the citrix part. Initially it asked me to install a patch for LR. But after that also it didnt work.

Need advice on the same.

Load runner 12.02 to Performance Center upgradation

$
0
0

Hi Experts,
Hope you are doing good. Currently, We are using Load runner 12.02 version , ALM 12.02 and would like to upgrade to LR 12.02 to Performance Centre latest stable version?

1 Load controller server [WINDOWS 2008 R2 64 bit SP1] and 4 LG servers [WINDOWS 2008 R2 64 bit SP1].

Please suggest the check list and stable Performance centre version to avoid any potential issues.

Q1) Are there any issues reported for 12.53 since it is a new release? Which is efficient patch # for 12.53?
Q2) Are there any unsolved issues reported for 12.53 since it was released? Which is efficient patch # for 12.53?
Q3) What are the additions and eliminations done in 12.02 to Performane Center 12.53
Q4) What are the steps we have to follow for upgrading Load runner 12.02 to (performance center 12.52/53)?
Q5) Did anyone face challenges while upgrading from Load runner 12.02 to PC 12.52/53. Is it documented anywhere by Vendor for reference ?
Q6) What are the pre-requisites (database backup/admin access to repositories etc ) we have to follow before performing this version upgrade of LR 12.02 to 12.52/53?
Q7) Where from we have to download the new version software’s and patches? will vendor provide appropriate software after studying our Infrastructure?
Q8) Will the Version upgrade from LR 12.02 to [ 12.52 OR 12.53 ] affect the ALM 12.02/ Performance Center/ Load Runner Licenses?
Q9) Should we request for Licenses for ALM/PC after the Upgrade?
Q10) Will the old scripts present in LR 12.02 get executed on PC 12.52/53 OR do we need to upgrade all the LR 12.02 scripts to 12.52/53?
Q11) Should we use any upgrade tools like QTP Asset Upgrade Tool for Upgrading Scripts from One Version to another?
Q12) Which Patch Level # is most efficient/recommended by vendor for LR 12.02 and PC 12.52?
Q13) Should we upgrade IE on client / server or is it not needed. Currently we are on IE9 & 10?
Q14) After Upgrade should we inform users to install any pre-requisites before accessing this new PC 12.52/53 release URL ?
Q15) Is there a mechanism where we can load all the client side perquisites in one location of PC site, so that all users can download from that location onto their client machines by accessing PC application?

Please share your valuable thoughts from your past experiences on this version upgrade.

Your help/guidance is appreciated.

Security Exception in TrueClient FF

$
0
0

Hello ,

I am trying to record an http intranet site in TC FF with Vugen 12.50.  While replaying the script in the URL launch section, it prompts to add security Exception due to invalid Certificate status. This is an expected behaviour from FF as by default it will try to block anything that is not secured.

My problem is that I am not able to bypass this anyhow and it keeps coming back for every iteration. What I have tried till now:

1) Try to Confirm Security exception and move to next step but It comes back in during next iteration (option for parmanently store this exception is disabled) (screenshot attached)

2) Record a new script and while recording check in the box for permanently store this exception as this option is enabled during new recording. The prompt still appears again in next iteration. 

3) Export certificate and attach in the Trueclient general Setting. Certificates has valid dates. (Screenshot attached).

4) Add the certificate to Microsoft Management Console (MMC) to Pesonal, Trusted Publishers and Third Party Root certificate.

5) Open Firefox installed in %vugen_path%\bin\firefox\firefox.exe and go to Tools > Options > Advanced > Encryption and navigated to the certificate and did import. (i did not want to do this!)

Is there any way we could direct FF to bypass this and not look for https? 

 

Re: Error -26547: Authentication required, please use "web_set_user"

$
0
0

Hi,

You have mentioned that you have " Added web_add_header" and Added web_Set_user(user id, pwd, host).

Have you compared both the record and replay "request" sent in raw data(Snapshot View)?

I suspect the suthentication headers are missing in the request. Hence, returned as 401 unauthoorized error message.

Please do post  both record and replay request sent from snapshot view(Raw Data).

Regards,

Raghul M

Re: LOG IN is failed when I am recording with web protocol though credentails are correct


Re: Selecting value randomly from dropdown after parameterizing in ANgular JS application

$
0
0

Hello,

I think you can use "parameter". 

You can add a parameter with the "Parameter Type" set to "Iteration Number",  then you can refer to this parameter in JS code and calculate out the related Xpath.

Another option is add a "File" or "Table" Parameter, and predefine all XPath value in it. then for the option "Update value on:", select "Each iteration". then you can refer to this parameter in JS code.

Regards,

Bingle(LoadRunner R&D) 

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

$
0
0

Hi, currently, TruClient supports standard HTML file upload element, that is, an HTML <input> element with type="file". According to the snapshot you provided, you probably use non-standard HTML file upload element. Would you please provide file upload related code in your case?

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

$
0
0

Sure, 

lr.saveString('456', 'param');

web.customRequest(

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

body:'ViewState=xx{param}yyy'});

 

Regards,

Bingle(LoadRunner R&D)

 

Re: Unable to connect LG from controller with windows platform

$
0
0

I failed to reproduce this issue in my environment. If convenient, you can take a wireshark log in controller when connecting to LG, and post it here.Thanks!

Re: web_reg_find fails

$
0
0

Hello,

 I think you need to make sure where the string comes from. this certainly can be done by analyzing the page souce. if the string is generated by some client side javascipt, or controls, web_reg_find could not work on this condition. 

BTW, if you're using Chrome, I think "Inspect" will be better than "View Page souce" to identify the items. 

Regards,

Bingle(LoadRunner R&D)

Re: How to generate android instanceId in mobile scripting using Vugen

$
0
0

Hello, 

I think you need to get some more detail about the ”InstanceId”. 

If it’s just a random GUID which is used to identify the “Instance”,  and not used outside the script, maybe you can just use a fake Id.

But if the “InstanceId” is used to communicate to certain backend “Instance”,  for example, then you need to get the real Id.  In this case, at LR side, we can use lr_load_dll() to load external Dlls and call exported functions in the dll, but you need to know how to get that ID first.

 

Regards,

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

$
0
0

Hi, For copmlicated rich web client, please consider using TruClient protocol.


Re: Load runner 12.02 to Performance Center upgradation

$
0
0

Hi

It was a quite an extensive list of questions, I do not think that anyone int the forum will have the time to answer them all.
But I can give my main thoughts about it.

First of all I would reccomend you to read the readme and the Intallation manual of Performance Center. A lot of the questions are answered there. Also you need to setup a test/proof of concept environment and do all installations there first. You will need at least 1 ALM server, 1 PC Server, 2 PC hosts (controller+LG) and 1 Database server. Here you also need to do the configuring needed, like https/ ldap-connections/backup/firewalls ...

Also notice PC 12.53 requires a ALM12.53 installation. My reccomendation is to keep our existing ALM and have a separate for Performance Center. In this way you will not be dependent if anyone wants to upgrade. PC/LR users are more eager than ALM users. The only thing it will cost is one additional server.

Q4 Read the inastallation manual, but in short
   * install ALM12.53
   * Install performance center server
   * Install the performance center hosts
   * install client sw, Vugen and Analysis

Q6. From version 12.5x Sql server 2008 is not supported anymore. Will need at least SQL server 2012.

Q7. You will have to have an active support agreement with HP (SAID). Then all (HP)software will be able to download from the support-site.

Q8/Q9. Yes, Performance Center will need another license than LoadRunner. The free 50 vUsers from community edition will be provided in the installation.

Q10. This depends/needs to be checked in the test/POC environment. Simple scripts like Web/HTTP-Html usually works without converting. TruClient WILL need conversion

Q13. IE 9 is not supported and will need to be updated.

Q15. The installationfiles for Analysis and Vugen can be added to the server and then be downloade from there.

Link to the PC-documentation online

http://alm-help.saas.hpe.com/en/12.53/online_help/Content/What_New/wn_pc_latest.htm

br /ola


Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.

AJAX Truclient selection on different categories

$
0
0

Hello,

If application consists of  checkboxes with two different categories and need to pick only one set of categories and move further.

For example:

Hello All,

AJAX Truclient Evalxpath to differentiate category and pick all same category checkboxes.

Below is xpath i get when i check evalxpath"

 evalXPath("//input[@type=\"checkbox\" and @value=\"8539fc082ed57f0591bc12b7e516a3680ef6\"]");

But i want to differentiate two(IN & OUT STOCKS) different categories, from below three stocks, i need to pick number of In stock category (IN stock changes with users, they are not constant) only.

<td>In Stock</td><td><input type="checkbox" name="bookId[]" value="8539fc082ed57f0591bc12b7e516a3680ef6"<td>Out Stock</td><td><input type="checkbox" name="bookId[]" value="8539fc082ed57f0591bc12b7e516a3680ef6"<td>In Stock</td><td><input type="checkbox" name="bookId[]" value="8539fc082ed57f0591bc12b7e516a3680ef6"

Please let me know how to write the evalXpath for above tag

Thanks

Sai

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

$
0
0

Hi,

The file type is .csv. I am unable to attach file in this blog.However below is the sample content in that csv file.

ActionType,RecordId,IssuerId,UserName,RequestId,MaxPurchaseAmount,MinPurchaseAmount,PurchaseCurrency,PurchaseType,VCardAlias,SupplierName,SupplierEmail,MultiUse,ValidFrom,ValidTo,ValidFor,CDF_Purchase Type,CDF_CDF1,CDF_CDF2,CDF_CDF3
CreateApprovedPurchase,1,10,1101,1,1000,100,840,Batch PC Template,Card00011,Batch Supplier,test@example.com,F,2016-05-01 00:00:00.00 +0000,2016-12-30 00:00:00.00 +0000,12,Airlines,CDF Data1,CDF Data2,CDF Three
CreateApprovedPurchase,2,10,1101,2,1000,100,840,Batch PC Template,Card00012,Batch Supplier,test@example.com,F,2016-05-01 00:00:00.00 +0000,2016-12-30 00:00:00.00 +0000,12,Airlines,CDF Data1,CDF Data2,CDF Three

 

 

However , we suspect the issue is unable to handle the popup window opened.There is no problem with teh file type or file attachment. Because , the file is atatched and the path is displaying on the browser. But , the OS popup is opened and unable to close it. Fue to this , the actual browser window is not getting activated unable to perform any action.

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

$
0
0
 

Re: Unable to connect LG from controller with windows platform

$
0
0

Hello,

Sorry, but i can capture trace but unable to attach as per company policies. 

I am not really sure why it happens, but its kind of strange scenario. We purchase license through SAP, so we don't have HP enterprise ID to create  ticket with HP expert and help us troubleshoot the issue. We had working session with SAP LR experts , but couldnot identify the root cause of the issue.

 

Viewing all 12134 articles
Browse latest View live


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