September 05, 2010, 02:19:34 AM
Pages: [1] 2 3 ... 10
 1 
 on: September 03, 2010, 08:38:40 PM 
Started by loadrunner9.5_user - Last post by loadrunner9.5_user
While running the script in the controller fr 800 users...after some time I found that fr 6 users it throws error(failed to intialze)...when i checked the logs it shows reason:timed out...but fr the rest of the users it runs fine...

can anyone let me know why this happen...n hw can i find  a solution fr this....

 2 
 on: August 22, 2010, 08:23:38 AM 
Started by Boilermaker - Last post by Boilermaker
Hello,

I am using LR to record a mainframe warehouse management application and am using the RTE protocol for the same. The script records in the following format:-

   TE_type("1");
   lr_think_time(5);
   TE_type("<kReturn>01");
   TE_wait_cursor(64, 3, 100, 90);
   lr_think_time(18);
   TE_type("71811<kReturn>");

I could not find a way to create a verification for the script to make sure that the next screen is what I want it to be. In other words, a web_reg_find equivalent.
Any ideas or suggestions?

 3 
 on: August 17, 2010, 08:15:02 AM 
Started by Admin - Last post by Admin
First glance it looks like LoadRunner In the Cloud is a way to cost effectively test your cloud based applications.

https://h10079.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-126-17^44030_4000_100__&jumpid=ex_r11374_us/en/large/eb/go_loadrunnercloud

 4 
 on: August 02, 2010, 02:30:19 AM 
Started by MB - Last post by MB
I'm trying to find out if there are any members of the forum who work for a local authority, and use SAP SRM and Loadrunner, as I'm having a few problems and it would be useful to talk to someone who has knowledge of both applications.

Cheers,

Michelle

 5 
 on: July 16, 2010, 02:37:54 AM 
Started by mohankumar - Last post by mohankumar
Hello,

While am recording the scenario, the browser will opens and instantly it closes due to some reasons.  Am not getting the error, if any body have any idea about this error and how to rectify this error, please give your tips and suggestions.  How to rectify this error.


Regards,
Mohan

 6 
 on: July 16, 2010, 02:08:23 AM 
Started by mathidasanr - Last post by mathidasanr
How to run LoadRunner 8.1 script without vuser_init and vuser_end blocks. How to make the script that has only Action block?

 7 
 on: July 14, 2010, 05:18:34 AM 
Started by lepting - Last post by lepting
I am planning to upgrade from HP Performance Center (LoadRunner) 8.1 to Performance Center 9.52.   According to HP Support, no changes to my existing LoadRunner scripts are necessary.

Has anyone who has upgraded from LoadRunner v8.1 to v9.52 encountered any required script changes?   I must decide how much time to allow in my plan, if any, for any script modifications required for v9.5

Are there any special considerations I should be careful of.

Thank you in advance.

Lewis.

 8 
 on: June 25, 2010, 09:14:10 AM 
Started by OneTekWarrior - Last post by OneTekWarrior
In this part of the submit I have values that need to change everytime we run the script
There are vendor id,invoice_id,invoice_dt and gross amt. What is the best way to do this.
Note: invoice ID should be a number that is incremented each time script is run.
web_submit_data("",
      ITEMDATA,
      "Name=ICType", "Value=Panel", ENDITEM,
      "Name=ICElementNum", "Value=0", ENDITEM,
      "Name=ICStateNum", "Value={PeopleSoftStateNum3}", ENDITEM,
      "Name=ICAction", "Value=VCHR_ADDSRCH_VW_VENDOR_ID", ENDITEM,
      "Name=ICXPos", "Value=0", ENDITEM,
      "Name=ICYPos", "Value=0", ENDITEM,
      "Name=ICFocus", "Value=VCHR_ADDSRCH_VW_VENDOR_ID$prompt", ENDITEM,
      "Name=ICChanged", "Value=-1", ENDITEM,
      "Name=ICResubmit", "Value=0", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_BUSINESS_UNIT", "Value=09902", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_VOUCHER_STYLE", "Value=REG", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_VENDOR_NAME_SHORT", "Value=", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_VENDOR_ID", "Value=0000000001", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_VNDR_LOC", "Value=", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_ADDRESS_SEQ_NUM", "Value=0", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_INVOICE_ID", "Value=", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_INVOICE_DT", "Value=", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_GROSS_AMT", "Value=0.00", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_FREIGHT_AMT", "Value=0.00", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_SALETX_AMT", "Value=0.00", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_VAT_ENTRD_AMT", "Value=0.00", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_MISC_AMT", "Value=0.00", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_TAX_EXEMPT$chk", "Value=", ENDITEM,
      "Name=VCHR_ADDSRCH_VW_VCHR_TTL_LINES", "Value=1", ENDITEM,
      LAST);

 9 
 on: June 21, 2010, 11:47:49 AM 
Started by Admin - Last post by Admin
If you have a return character you need to include in your left boundary (LB) or right boundary (RB) use "\r\n" in the string.
Code:
web_reg_save_param("sOrderTotal", "LB=ctl00_generated_css\">\r\n                $", "RB=</span></div>", LAST);

That string would be used to parse the dollar value out of the html below....

Code:
<div class="orderTotal">
        <div class="rowLbl">
            Total:</div>
        <div class="rowValue">
            <span id="ctl00_generated_css">
                $3,170.64</span></div>
        <div class="hibbityjibbity" >
        </div>

 10 
 on: June 05, 2010, 05:10:48 AM 
Started by mopur - Last post by mopur
Hi can anybody help me regarding below scenarios

Scenario1: I have 2 scripts which i have to execute from Controller. First script will create tickets and second script will cancel few tickets which are created in first script.. .. I have to use ticket values which are generated dynamically with first script.
my question is how i can plan this scenario.. Both script should run parallelly..

Scenario2: I want to save all the server response file(HTML) to my local disk.
Ex: Google
1. open goolge
2. search "perforamance Test"

request comes from server with all html pages. i want save those html server responses to my local drive

Pages: [1] 2 3 ... 10