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

Re: How to script if no of pages to be filled will change based on the country selected from dropdow

$
0
0

can I keep a if loop depending on the parameter value selected and select different blocks related to parameter value?


Re: How to script if no of pages to be filled will change based on the country selected from dropdow

$
0
0

Hello!

 

Yes, of course.

You can enclose the code in each action block in an IF and skip or execute depending on the parameter value.

 

Regards

Thomas

How to find the number of transaction achieved?

$
0
0

Hi All,

 

I have a challenging question, can some clarify in providing solution to this.

 

 

when running a 10% load test. The following exhibit shows a list of business processes, the desired number of business processes per hour, and the number of transactions per business process. How many transactions should complete during the one hour full load test?

 

Business process                       Goal number of business process                            Number of transactions per

                                                                         per hour                                                                Business Process

 

 

login                                                            2000                                                                                 2

 

view children's                                         3000                                                                                 3

clothing item

 

view mens                                                2000                                                                                 3

clothing item

 

view women's                                           6000                                                                                3

clothing item

 

view household                                        4000                                                                                 3

it em

 

view shoes                                                1000                                                                                 4

 

logout                                                          2000                                                                                1

 

 

 

Thanks in advance

extract data from jsp table

$
0
0

I need to extract data from attach snap for <tr class = "rowOdd"> and similar for rowEven

I need to extract all values from attached pic name2,cluster2,machineName2,state2,listerport2 

 

how to take for loop and extract is (ref: attached pic)

 

 

say I have table id = genericTableFormatable, do I print whole table as output ?

Re: Ajax Truclient Error

$
0
0

 

Thanks for the suggestion, but I am still facing the issue.

 

 

I read in an open form,

 

To avoid a situation in which an application asks for NTLM authentication while recording and replaying, one has to specify the application as a trusted NTLM resource. To make that, follow these steps.

    Open the file “user.js” located in “%lr_path%\dat\LrWeb2MasterProfile”.
    Locate the preference setting “network.automatic-ntlm-auth.trusted.uris”.
    Specify the URL of the trusted resource as the value of this setting.
    Save the file “user.js”

 

I made the changes, but the thing is... after doing the changes I am able to run in my vugen machine 11.04 successfully. But the same changes done on machine 11.00 is throwing the below error as that of performance center error. I also made changes in lG machine but still facing the same error

 

 

do u have any idea wat this error msg means in TruClient:
t=00009582ms: TruClient engine version 11.0.0.08859 has been loaded    [MsgId: MMSG-205200]
t=00009583ms: Failed to process chrome manifest: 'P:\Projects\FY_2013\US FIN - Sharepoint Reporting\Scripts\Post PwC Deployment Performance Testing\Reports\R'.    [MsgId: MMSG-205200]
t=00009583ms: Internal Warning - [JavaScript Warning: "Warning: Duplicate resource declaration for 'gre-resources' ignored." {file: "file:///C:/Program Files (x86)/HP/Virtual User Generator/bin/gecko/chrome/toolkit.manifest" line: 1}]    [MsgId: MMSG-205200]
t=00009583ms: No chrome package registered for chrome://truclientrredefault/content/truclientrredefault.xul    [MsgId: MMSG-205200]
t=00010360ms: ** 1: [not set] ** started    [MsgId: MMSG-204251]
t=00010361ms: Error -203250: ** 1: [not set] ** failed - Object Not Set    [MsgId: MERR-203250]

LR & Diagnostics - How to make it work?

$
0
0

We have LR 11 and Diagnostics servers.  We're able to connect to the the Diagnostics server through the LR Diagnostics setup screen.  However, we're unable to pull in diagnostics data in the LR Analysis (yes, we have .net and java probes).  Where do we execute the Diagnostics LR_Addin?  What's a mediator?  The HP documents we have on how to set this up have not helped.  Thanks.

Re: load testing on excel based reporting services using load runner

$
0
0

It is giving attached error, When i am running the protocol advisor by giving executable path of excel application.So please suggest me how to record excel application using loadrunner

How to capture the dynamically changing values from the URL string in VU Gen 11.52

$
0
0

Hi,

 

I am new to load runner. When I am trying to reply the script, it is failed due to change the string values. see the following 4 strings. first string contains 2322B , second string 23549 , third string 231D7 and fourth string 23116. every time the string is changing these 5 characters. the rest of the string is the same. Could anyone help me to solve the problem. I tried this manually and copied them and paste here.

 

Protocol = HTTP/HTML,

VU Gen 11.52.

 

If any body help would be appreciated.

 

https://idm10.cms.cmsval/idm/user/anonWorkItemEdit.jsp?id=%23ID%2322B-%3A2D3EEE9F241%3A82D2B6F7-%3A1F85345FD1E78040

https://idm10.cms.cmsval/idm/user/anonWorkItemEdit.jsp?id=%23ID%23549-%3A2D3EEE9F241%3A82D2B6F7-%3A1F85345FD1E78040

https://idm10.cms.cmsval/idm/user/anonWorkItemEdit.jsp?id=%23ID%231D7-%3A2D3EEE9F241%3A82D2B6F7-%3A1F85345FD1E78040

https://idm10.cms.cmsval/idm/user/anonWorkItemEdit.jsp?id=%23ID%23116-%3A2D3EEE9F241%3A82D2B6F7-%3A1F85345FD1E78040

 

 

Thanks,

Chandra.


Re: extract data from jsp table

$
0
0

Do I follow below steps from toturial and can get this result ?

I need all rows for Name1,Name2,Name3 and corresponding

cluster2,Machine2,Health2 like all data corresponding to row in table also <what I need to write> from below code

 

 

   web_reg_save_param("Name1", 
        "LB=<td id=name1 scope=row> value=", "RB=>",
        "ORD=ALL",
        "SaveLen=18",
        LAST );


    web_submit_form("CoreServerServerTablePage",
        "Action=URL,
        "Method=GET",
        "Target Frame=",
        "Rec/ContentType=text/html",
        "Mode=HTML",
        "Snapshot=t4.inf",
        ITEMDATA,
        "Name=Name", "Value={Name1}", ENDITEM,
        "Name=Cluster", "Value={Cluster}", ENDITEM,
        "Name=Machine", "Value={Machine1}", ENDITEM,
        "Name=State", "Value={State1}", ENDITEM,
        "Name=Health", "Value={Health1}", ENDITEM,
        "Name=Listen Port", "Value={Listen_Port1}", ENDITEM,
        LAST );

 

Performance testing on reporting sevices

$
0
0

I need to perform load test on excel based (Excel Pivot) reporting services. We are connecting to SQL 2013 analytical server through MS Excel 2007. when i tried to use protocol analyser it is not launching the application and showing the attached screen shot.So please suggest me how to launch and record the script by using load runner. Currently we are using load runner 11.0.

Re: How to capture the dynamically changing values from the URL string in VU Gen 11.52

Re: Performance testing on reporting sevices

$
0
0

Hello

 

This seems to be caused by DEP or UAC being enabled, make sure those are completelly off and try again

 

regards

Re: load testing on excel based reporting services using load runner

Re: LR & Diagnostics - How to make it work?

$
0
0

Hello

If you are not familiar with Diagnsotics you shold considere take a trainning or request HP Porfessional services, since this is a very complex tool and have basic knowledge is definitelly not enough,  besides isntall probes you need instrument them probes, and probes/ collectors depends on your AUT, if the probes are properly isntrumented check first if the probes are getting data.

 

regards

Re: LR & Diagnostics - How to make it work?


Re: How to find the number of transaction achieved?

$
0
0
Hello
I dont really understand your question, could you please clarify?

regards

Re: LR & Diagnostics - How to make it work?

$
0
0
how did you see that? from the profiler or from the Commander?

Re: AJAX TruClient - Issue with End Event

$
0
0
Hello
That is clietn side activity, you can do tricks like a look with a web_reg_find to keep trying until it finds something, you will be measunring the transaccion and not the open time itself but it would be the same, but again since this is client side activity this cant be measured.

regards

Re: Failed to run LoadRunner Controller

$
0
0

I am running it on Windows 7 SP1 32 bit. I have installed all the pre-requisite software's barring the 64 bit ones. I have also disabled UAC in my system. Also, I installed it on another system with a Core2 duo processor ( mine is i5) with same OS version and it worked fine.

 

Cheers,

Arvind

Re: Protocol to record thick client application

$
0
0
Hello
Ask your developers the communication protocol or use protocol advisor and start by there.

regards
Viewing all 12134 articles
Browse latest View live


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