摘要:
日志打印设置: 【Vuser】——【Run Time Settings】——【General】——【Log】 1、【Enable logging】启动日志功能;(建议运行场景进行负载测试时关闭此项) 2、【Send messages only when an error occurs】仅发送出错时的 阅读全文
摘要:
loadrunner错误: Action.c(33): Error -26377: No match found for the requested parameter "tianbao_biaoge_savetodo_msg". Check whether the requested bounda 阅读全文
摘要:
截取变量的字符串: char * token; token=lr_eval_string("{NewCookie}")+7;//从{NewCookie}的第7个字符后开始取值 lr_output_message("###the first occurrence of t :%s ",token); 阅读全文