创建场景配置:
两个同时
去四:日志、时间、模拟、其他自动事务
加一:首选项
1、写脚本,沟通官方、文件打印扫描
MFI-sw.support.gsd.imsc.sda.global@opentext.com
support.case@microfocus.com
支持资源 | Micro Focus | OpenText
官方链接:
https://sld.microfocus.com/mysoftware/index
更新升级loadrunner24.3报错
下载,选择,获取,更新
1、跑容量:关闭集合点、去四选三+迭代一般设置250
2、
web_set_user("{username}",
lr_decrypt("669492b631ee0363ef86455b"),
"39.100.127.238:8080");
//设置密码加密传输
lr_rendezvous("yuyueguahao");//插入预约挂号的集合点
lr_start_transaction("yuyueguahao");//预约挂号事务开始
//设置检查点,放在响应数据连接之前
web_reg_find("Search=All",
"SaveCount=mess",
"Text=成功",
LAST);
//检查是否查到检查点,检测到通过,检查不到失败,关闭事务的位置
if(atoi(lr_eval_string("{mess}")) > 0){
lr_end_transaction("quxiaoyuyue",LR_PASS);
}else{
lr_end_transaction("quxiaoyuyue",LR_FAIL);
}