走猫步的鱼 发表于 2006-6-2 11:26:50

第二部分作业

第二部分作业
老师您好:我是06年第二季度SP认证考生,下面是我的第二部分作业,请老师给予指导,谢谢!

1.性能测试类型有哪些?
答:负载测试:系统在不同的用户及用户量访问时是否能正常运行.
    压力测试:系统在极限用户并发的情况下是否能正常运行.
    容量测试:对系统末来容量的一个规划, 预测系统在末来几年中数据量会达到的值, 及系统能否扩展到这个极限值.

2.某软件公司系统上线前做一个性能测试,假如你来负责,你应该如果入手呢?
答: 首先要了解系统是什么架构,是C/S还是B/S,系统使用的什么协议, 系统用在哪个领域,具体功能是什么, 用哪种语言开发, 每天访问人群是哪些,访问量能达到多少, 大概会有多少人的并发量, 哪些栏目是经常被访问的对象, 系统每天的数据量是多少, 预计将来会达到多少数据量, 数据库所能承受的数据量是多少, 访问人群过高的情况下内存及CPU是否能满足要求, 等等.

pcl2004_27 发表于 2006-6-2 13:02:16

1. 还有 配置测试,稳定性测试,基准测试 等等
2.系统架构中需要了解 网络配置,你的服务器如何物理配置的,也会关系到如何进行性能瓶颈的定位

huangjien 发表于 2006-6-20 17:57:19

第一题的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:52

第二题似乎是计划测试的内容

官方标准是:
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:48

受益费钱

jane_tang 发表于 2006-7-20 09:34:24

请教 huangjien

请问 huangjien ,你说的mercury官方标准是从哪摘选的 ?

firemonth 发表于 2006-7-28 00:29:27

反思,总结。

烟水寒 发表于 2006-8-10 21:35:17

mercury官方标准,可以下不?是不是MSDN类的东西?
页: [1]
查看完整版本: 第二部分作业