摘要: Unit Testing vs. Integration Testing 单元测试与集成测试 Unit testing: Test an Individual Unit or Basic Component of the System before Integration. 单元测试:在集成之前测试 阅读全文
posted @ 2023-02-27 22:46 chen1chen 阅读(514) 评论(0) 推荐(1)
摘要: Functional Testing: A program can be considered as a function that has inputs as a domain and outputs as a range. 功能测试: 一个程序可以被看作是一个函数,它的输入是一个域,输出是一个范 阅读全文
posted @ 2023-02-27 22:33 chen1chen 阅读(379) 评论(0) 推荐(0)
摘要: Data Flow Testing 数据流测试 Data flow testing is a form of structural testing techniques that focuses on the points in code where variables obtain valus ( 阅读全文
posted @ 2023-02-27 22:26 chen1chen 阅读(694) 评论(4) 推荐(0)
摘要: Connectedeness, Components and Cyclomatic Number 连通性、组件和循环数 Two nodes are connected if they are on ther same path. 如果两个节点在同一条路径上,它们就是相连的。 A component 阅读全文
posted @ 2023-02-27 22:25 chen1chen 阅读(486) 评论(0) 推荐(0)
摘要: What is Software Engineering? 什么是软件工程 The process of solving customers' problems by the systematic development and evolution of large, high-quality so 阅读全文
posted @ 2023-02-27 22:21 chen1chen 阅读(324) 评论(0) 推荐(0)