上一页 1 2 3 4 5 6 7 8 9 10 ··· 49 下一页
摘要: 示例1: 该平台登录过程及脚本实现过程如下: 1、通过“http://10.248.57.226:9010/user-center/user-info/publicKey?machineFlag=1&randomStr=1395644086717349888”请求获取响应报文中的publicKey及 阅读全文
posted @ 2021-05-25 16:42 垄上行 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1、while控制器 Condition为空:当最后一个节点运行失败时退出循环。若失败节点不是最后一个(例如中间的节点),则会一直循环执行下去。 Condition为LAST:当最后一个节点运行失败时退出循环。若该控制器的上一个节点失败了,则TestPlan执行时不再进入该控制器。 Conditio 阅读全文
posted @ 2021-05-19 11:21 垄上行 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 连接mysql数据库:mysql -uroot -p 查看版本号:select version(); create database tempdb char set utf8; use tempdb; create table student( id int not null auto_increm 阅读全文
posted @ 2021-05-18 16:33 垄上行 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 查看OS版本:cat /etc/redhat-release查看内核版本:uname -r查看网卡信息:ethtool -i 网卡名称,回显驱动版本号为空则需升级。例如:ethtool -i enp70s0(网卡名称的含义: en代表以太网卡 p70s0代表PCI接口的物理位置为(70, 0), 其 阅读全文
posted @ 2021-05-12 11:08 垄上行 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Web Vuser Functions: C Language (WEB) HTTP-related functions have a web prefix. See: Action Functions Authentication Functions Asynchonous Functions C 阅读全文
posted @ 2021-05-07 16:47 垄上行 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 问题描述:Controller执行完毕后,log文件夹下为空,无虚拟用户的日志文件输出。 问题定位:可通过Controller查看单个虚拟用户的日志信息,方法为点击Vusers->show vuser log即可(如下图所示),我们可以看到界面的提示信息:当前为JIT(实时)消息模式,只有在报错时才 阅读全文
posted @ 2021-05-07 10:21 垄上行 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 根据使用手册内容可见,LR支持的关于Information Functions包括: lr_end_timer Stops a timer. lr_get_host_name Returns the name of the host executing the script. lr_get_mast 阅读全文
posted @ 2021-05-06 17:34 垄上行 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 根据使用手册内容可见,LR支持的关于Transaction Functions包括: lr_end_cross_vuser_transaction Marks the completion in this Vuser of a transaction started by a different V 阅读全文
posted @ 2021-04-23 15:42 垄上行 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 根据使用手册内容可见,LR支持的关于String ManipulationFunctions包括: 1、strcat & strncat & strcpy strcat_strncat_strcpy_Func() { char src[50], dest[50]; char fullpath[102 阅读全文
posted @ 2021-04-23 11:38 垄上行 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 根据使用手册内容可见,LR支持的关于Parameter Functions包括: 1、 lr_save_int & lr_eval_string: lr_save_int_Func_lr_eval_string_Func() { lr_save_int(20, "param1");//保存整数到参数 阅读全文
posted @ 2021-04-21 16:06 垄上行 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 49 下一页