<!--[if !supportLists]-->b) <!--[endif]-->Goal模式
Web用户分虚拟用户数目标,Hits/Second目标, Pages目标,Transactions数(TransAction需要指定)
<!--[if !supportLists]-->9. <!--[endif]-->LoadRunner参数设置
<!--[if !supportLists]-->10. <!--[endif]-->被测试软件监控和日志分析设计
性能测试功能实现
<!--[if !supportLists]-->1. <!--[endif]-->测试环境配置
<!--[if !supportLists]-->2. <!--[endif]-->LoadRunner测试设计实现
LoadRunner性能测试的文档在公网上非常多,帮助手册也很全面,就不再重点描述
<!--[if !supportLists]-->1. <!--[endif]-->录制代码需要删除和本次测试无关的任务语句
<!--[if !supportLists]-->2. <!--[endif]-->调试代码可以编写,但正式执行前必须注销,特别是Output Message类型的命令
<!--[if !supportLists]-->3. <!--[endif]-->明确Web测试模式Html和Http的区别,按照设计来制定
<!--[if !supportLists]-->4. <!--[endif]-->对动态捕获的数据进行判断
比如web_reg_add_cookie, web_reg_save_param等函数
需要判断”查询”是否注册成功,判断是否取回了数据,判断取回的数据类型是否满足预期,减少实际运行时出现异常.
性能测试执行和分析
<!--[if !supportLists]-->1. <!--[endif]-->按照性能测试Case执行
<!--[if !supportLists]-->2. <!--[endif]-->保存LoadRunner测试结果
<!--[if !supportLists]-->3. <!--[endif]-->使用Windows性能监控或者Loadrunner来记录Web站点的各个性能计数器
<!--[if !supportLists]-->4. <!--[endif]-->记录Windows资源的性能计数器,包括CPU,内存,硬盘,网络
<!--[if !supportLists]-->5. <!--[endif]-->记录CLR的性能计数器
<!--[if !supportLists]-->6. <!--[endif]-->记录数据库(MSSQL)的性能计数器等
性能测试报告
<!--[if !supportLists]-->1. <!--[endif]-->编写各个测试用例的测试结论
<!--[if !supportLists]-->2. <!--[endif]-->分析和确认目前产品中的性能瓶颈
<!--[if !supportLists]-->3. <!--[endif]-->记录显示测试过程和测试原始数据
<!--[if !supportLists]-->4. <!--[endif]-->性能测试优化建议
性能测试迭代测试
性能测试应该是一个迭代的过程, 测试发现和定位性能瓶颈, 根据问题原因修改系统配置或者代码, 修改后应用原来的测试环境和手段, 再次测试,验证问题是否解决, 配置是否生效, 对性能值各个方面比较,检测是否真正优化.
性能测试持续迭代测试到满足性能需求为止.
文章来源于领测软件测试网 https://www.ltesting.net/