loadrunner get

Action()
{

  lr_start_transaction("getTestCount");


  web_url("open",
  "url=http://127.0.0.1:88/getTestCount",LAST);


  lr_end_transaction("getTestCount", LR_AUTO);

 

  return 0;
}

posted @ 2020-10-21 16:58  金虹巴巴  阅读(133)  评论(0编辑  收藏  举报