摘要: 下载Jmeter后,解压->配置环境,启动(bin/jmeter.bat) 提示: unable to access jarfile apachejmeter.jar errorlevel=1 网上有很多答案,可以根据自己不同的情况进行修改 1.先检查 jmeter安装文件bin文件夹下是否存在ap 阅读全文
posted @ 2018-07-16 16:48 (时光)光阴飞逝 阅读(1952) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; using Syste... 阅读全文
posted @ 2018-07-16 16:45 (时光)光阴飞逝 阅读(903) 评论(0) 推荐(0) 编辑
摘要: #region 字符串和Byte之间的转化 /// /// 数字和字节之间互转 /// ////// public static int IntToBitConverter(int num) { int temp = 0; byte[] bytes = BitConverter.GetBytes(n 阅读全文
posted @ 2018-07-16 16:44 (时光)光阴飞逝 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 随着软件行业的快速发展,现代的软件系统越来越复杂,功能越来越多,测试人员除了需要保证基本的功能测试质量,性能也随越来越受到人们的关注。但是一提到性能测试,很多人就直接连想到Loadrunner。认为LR就等于性能测试,其实这是不对的。LR只是性能测试的一个工具,但性能测试不仅仅是LR。本文会从以下几 阅读全文
posted @ 2018-07-16 16:35 (时光)光阴飞逝 阅读(218) 评论(0) 推荐(0) 编辑