Tuesday, 9 June 2015

Thursday, 26 February 2015

Merge Two Summary result File



First we merge two summary result file just copy paste after that follow below items




Below are the Minimum response time
Below are the Maximum response time
Below are the average response time
After that follow below calculation
Finally we got a final reports

Tuesday, 10 February 2015

Text check and final condition

web_reg_find("Text=Standard Interbank Payment",
        "SaveCount=Count",
        "Search=Body",
        LAST);


   

//<input type="hidden" name="securityToken" value="8B1B37BC107D4A2E9B4A139B511B5B2E" id="fileUploadStatus_securityToken"/>

    web_reg_save_param("securityToken_99",
        "LB=<input type=\"hidden\" name=\"securityToken\" value=\"",
        "RB=\" id=\"fileUploadStatus_securityToken\"/>",
        LAST);

    web_reg_save_param("securityToken_04",
        "LB=<input type=\"hidden\" name=\"securityToken\" value=\"",
        "RB=\" id=\"fileUploadStatus_securityToken\"/>",
        LAST);



   
    lr_think_time(TT);

    lr_start_transaction("PS12_FU_GIRO_SG_T08_ClkHereStatus");

   

   


//    lr_think_time(20);


    web_url("fileUploadStatus.action",
        "URL=http://172.29.75.69:7003/m2e/fileUploadStatus.action?do=SearchDftc&valueString={RandID_01}{DftcId_02}{RandID_02}&securityToken={securityToken_05}",
        "Resource=0",
        "RecContentType=text/html",
        "Referer=http://172.29.75.69:7003/m2e/paymentUpload.action?do=FileUploadRequest&securityToken={securityToken_05}&regenSecurityToken=N",
        "Snapshot=t48.inf",
        "Mode=HTML",
        EXTRARES,
        "URL=base/themes/skin/yellow/images/titleBG_top.png", "Referer=http://172.29.75.69:7003/m2e/fileUploadStatus.action?do=SearchDftc&valueString={RandID_01}{DftcId_02}{RandID_02}&securityToken={securityToken_05}", ENDITEM,
        "URL=base/themes/skin/yellow/images/titleBG_left.png", "Referer=http://172.29.75.69:7003/m2e/fileUploadStatus.action?do=SearchDftc&valueString={RandID_01}{DftcId_02}{RandID_02}&securityToken={securityToken_05}", ENDITEM,
        "URL=base/themes/skin/yellow/images/titleBG_crnr.gif", "Referer=http://172.29.75.69:7003/m2e/fileUploadStatus.action?do=SearchDftc&valueString={RandID_01}{DftcId_02}{RandID_02}&securityToken={securityToken_05}", ENDITEM,
        "URL=base/themes/skin/







if(atoi(lr_eval_string("{Count}"))>0)
    {

    lr_output_message("Standard Interbank Payment passed :%s", lr_eval_string("Country:{Country},CorpID:{corpID},UserID:{UserID},Iteration:{Iteration},VID:{VuserID}"));

    lr_end_transaction("PS12_FU_GIRO_SG_T08_ClkHereStatus", LR_AUTO);

    }
    else
    {

    lr_output_message("Standard Interbank Payment Failed:%s", lr_eval_string("Country:{Country},CorpID:{corpID},UserID:{UserID},Iteration:{Iteration},VID:{VuserID}"));

    lr_end_transaction("PS12_FU_GIRO_SG_T08_ClkHereStatus", LR_FAIL);


    }

Sunday, 4 January 2015

Friday, 2 January 2015

Rendezvous point functions






  •  Normally rendezvous point disable in controller
  • First you add your script (requirement based) which place you want to rendezvous point
  • Action path only declare the rendezvous function other int and end path are does not support in this function

Here am using controller script .( not a separate script ) must before your want rendezvous point add separate script.

Must Check the Vuser and rendezvous Point are "disable" and Click "Ok" button
This default settings don't change the settings