LoadRunner遇到的错误及解决方法

1.返回的报文太长:

intweb_set_max_html_param_len(const char * length);
intweb_set_max_html_param_len("2048");

2.The load generator is currently running the maximum number of Vusers of this type

解决方法:https://blog.csdn.net/silencemylove/article/details/47255197

当然,改这个治标不治本,之后会提示说你的license只能运行1000个vuser,要你重新生成license。最好的办法还是自己在一个vuser里面运行多个实例。

3.LoardRunner函数大全

https://files.cnblogs.com/files/qingxia/LoadRunner%E5%87%BD%E6%95%B0%E5%A4%A7%E5%85%A8%E4%B9%8B%E4%B8%AD%E6%96%87%E8%A7%A3%E9%87%8A.pdf

4.Action.c(): Error -27740: Overlapped transmission of request to 

没解决了,参考:https://www.cnblogs.com/qmfsun/p/4519649.html

5.TCP/HTTP超时时间设置

https://jingyan.baidu.com/article/36d6ed1f6e01b61bcf4883c7.html

https://blog.csdn.net/xifeijian/article/details/8363677

ps:功能不怎么样,使用还挺复杂,不如自己用python写脚本测试来的方便。

猜你喜欢

转载自www.cnblogs.com/bugutian/p/9727987.html
今日推荐