LoadRunner web_reg_save_param, ord=all, paramName_count issues

后端 未结 4 1663
旧巷少年郎
旧巷少年郎 2021-01-25 14:39

I am using LoadRunner version 12.02 - Build 2739

Looking at an old, yet correct \'guide\' shows that I have used the statements correctly (3rd Point, around 1/3rd of the

4条回答
  •  终归单人心
    2021-01-25 15:15

    This should help you

       web_reg_save_param(
      "rotaPeople",
     "LB=someText",
     "RB=\")",
     "Ord=ALL",
      LAST);
    
      lr_output_message("PC:%d",atoi(lr_eval_string("{rotaPeople_count}")));
    

提交回复
热议问题