huangfengq 2006-4-4 11:30
将需求拆分为检测点都有哪些方法啊?
原本以为将需求拆分为检测点只需要按照需求文档逐一分解就可以了,刚听说是有很多方法的,大家知道的可否教教我?
huangfengq 2006-4-4 19:55
唉,没有人回复我啊,那位大虾help me啊,关系前程啊
sunshine_luo 2006-4-13 17:27
lz最好举一个例子,然后大家一起来帮你分析,最后再总结抽象为一个个方法,可能这样比较容易操作点
慢慢变胖 2006-4-19 16:33
可以根据以下分法进行逐步细化:
System node: shows one organized role (which is performed by a server machine).
Sub-system node: shows what functions there are under the system node.
Operation node: shows what kinds of operation users perform in a function.
Data node: shows what data are being used in the system.
jihuli5 2006-6-3 20:55
在对需求进行完测试需求分析后,根据CMM质量模型对需求进行分类,从而形成测试项目。
xiaonan 2006-6-5 15:02
纠正楼上的一下,是ISO9126软件质量模型.不是CMM质量模型
huangsheng2 2006-7-17 12:56
慢慢变胖 的方法论是:面向过程分析方法在测试设计中的体现。