摘要: Use the Github(1) Download and install by default option(2) Find “Git bash” in the Start menu, then there will be a window similar to the command-line... 阅读全文
posted @ 2015-04-19 11:01 杨杨& 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 白盒测试白盒测试又称结构测试、透明盒测试、逻辑驱动测试或基于代码的测试。白盒测试是一种测试用例设计方法,盒子指的是被测试的软件,白盒指的是盒子是可视的,你清楚盒子内部的东西以及里面是如何运作的。"白盒"法全面了解程序内部逻辑结构、对所有逻辑路径进行测试。"白盒"法是穷举路径测试。在使用这一方案时,测... 阅读全文
posted @ 2015-04-19 10:42 杨杨& 阅读(1533) 评论(0) 推荐(0) 编辑