loadrunner怎么自定义参数并脚本获取参数
1、使用loadrunner创建一个脚本的,然后进行点击loadrunner菜单中的“vuser”的选项。

3、进入到了run-time settings框后进行选中为additional attributes的选项。

5、在列表中进行添加为argument name为test,argument value为123456

7、在进行脚本中代码即可后,会在log的信息中找到为该项信息,test对应值为123456

1、使用loadrunner创建一个脚本的,然后进行点击loadrunner菜单中的“vuser”的选项。
3、进入到了run-time settings框后进行选中为additional attributes的选项。
5、在列表中进行添加为argument name为test,argument value为123456
7、在进行脚本中代码即可后,会在log的信息中找到为该项信息,test对应值为123456