摘要:
作业题目: A project is a collection of coordinated work activities conducted within a specific time frame that utilizes resources to achieve specified obj 阅读全文
摘要:
1. Identify the fault. for循环的结束条件错误,少第一个元素,即:x[0]。 应该是:i >= 0。 2. If possible, identify a test case that does not execute the fault. (Reachability) x 阅读全文