loadrunner post 요청


Action()

{   
    
	lr_start_transaction("prodContent");


	web_custom_request("post      ",   //  
      "Method=POST",                         //      
    "URL=http://192.168.0.150:80/prod/prodContent?code=dahongwaapp&requestJson={\"head\":{\"version\":\"1.0.0\",\"code\":\"dahongwaapp\",\"timestamp\": 1438161369743},\"body\": {\"prodId\": \"20020\"}}",//     
    "RecContentType=text/xml",
    LAST);   

    
	lr_end_transaction("prodContent", LR_AUTO);

        return 0;  
        
      }

좋은 웹페이지 즐겨찾기