软件测试技术 hw2

  1. Identify the fault.   for循环的结束条件错误,少第一个元素,即:x[0]。   应该是:i >= 0。   2. If possible, identify a test case that does not execute the fault. (Reachability)   x = [],  y = 2;   3. If possible, identify
相关文章
相关标签/搜索