2.某软件公司系统上线前做一个性能测试,假如你来负责,你应该如果入手呢?
答: 首先要了解系统是什么架构,是C/S还是B/S,系统使用的什么协议, 系统用在哪个领域,具体功能是什么, 用哪种语言开发, 每天访问人群是哪些,访问量能达到多少, 大概会有多少人的并发量, 哪些栏目是经常被访问的对象, 系统每天的数据量是多少, 预计将来会达到多少数据量, 数据库所能承受的数据量是多少, 访问人群过高的情况下内存及CPU是否能满足要求, 等等.作者: pcl2004_27 时间: 2006-6-2 13:02
1. 还有 配置测试,稳定性测试,基准测试 等等
2.系统架构中需要了解 网络配置,你的服务器如何物理配置的,也会关系到如何进行性能瓶颈的定位作者: huangjien 时间: 2006-6-20 17:57 标题: 第一题的mercury官方标准应该是这样的 Types of Performance Testing
· Component Testing:Find the behavior and performance of each tier
· Load Testing:Find out whether the system can handle the expected load upon
deployment under the real-world conditions
· Stress Testing:Find the system's breaking point. Apply testing that
measures whether the system's environment is properly configured to handle
expected or potentially unexpected high high transaction volumes.
· Volume Testing:Find the stability of the system with respect to handling
large amounts of data over extended time periods.作者: huangjien 时间: 2006-6-20 18:05 标题: 第二题似乎是计划测试的内容 官方标准是:
Define measurable goals for your load test
gather preliminary information before load testing your system
Organize system information effectively
Use gathered information to plan load test作者: vovoon 时间: 2006-7-19 16:43
受益费钱作者: jane_tang 时间: 2006-7-20 09:34 标题: 请教 huangjien 请问 huangjien ,你说的mercury官方标准是从哪摘选的 ?作者: firemonth 时间: 2006-7-28 00:29
反思,总结。作者: 烟水寒 时间: 2006-8-10 21:35
mercury官方标准,可以下不?是不是MSDN类的东西?