该文被密码保护。 阅读全文
摘要:
a)画出数据流图。 b)测试用例t1=(n=3)和t2=(n=5),设计一个t2能发现但是t1不能发现的错误。 数组越界问题。 c)找到一个不经过while循环的测试用例。 n=1; d)找出点覆盖、边覆盖和主路径覆盖的所有测试需求。 点覆盖:{1,2,3,4,5,6,7,8,9,10,11,12, 阅读全文
摘要:
实验要求: a) Description of triangle problem: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the tria 阅读全文
摘要:
分析下面两段代码,并回答下面问题。 1.Identify the fault. 2.If possible, identify a test case that does not execute thefault. (Reachability) 3.If possible, identify a t 阅读全文