LoadRunner常用函数用法汇总

官方文档: 传送门
1、环境变量

lr_save_string
copy
1111

2、字符串

strcmp
copy
result = strcmp( string1, string2); if(result > 0) strcpy(tmp, "greater than"); else if(result < 0) strcpy(tmp, "less than"); else strcpy(tmp, "equal to");
LoadRunner事务和集合点的设置顺序:https://zhuanlan.zhihu.com/p/580443626
posted @   wenbogu  阅读(20)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示
🚀