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;
}
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;
}
