zoukankan      html  css  js  c++  java
  • 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

    6.LoadRunner日志输出

    https://blog.csdn.net/huangjin0507/article/details/52152188

    https://www.cnblogs.com/a-ray-of-sunshine/p/5228313.html

    7.Mysql存储过程调试

    https://www.cnblogs.com/firebata/p/4585978.html?utm_source=tuicool

    8.获取当前已经过去了多长时间

    lr_end_transaction("TESTPARA",LR_PASS);
    timer=lr_start_timer();

    https://blog.csdn.net/huangjin0507/article/details/52243361

     9.获取当前vuser的ID

    lr_whoami(&id,NULL,NULL);

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

  • 相关阅读:
    判断url的正则表达式
    将Excel数据导入MySql
    需要记一下的
    java笔记
    禁用cookie后
    smarty框架块函数
    php Smarty date_format [格式化时间日期]
    mysql 笔记
    笔记 php.ini配置文件中magic_quotes_gpc, magic_quotes_runtime的作用是什么?应该开启还是关闭?
    php
  • 原文地址:https://www.cnblogs.com/bugutian/p/9727987.html
Copyright © 2011-2022 走看看