MOCK TESTING, UNIT TEST, 测试方法等
FW:Software Testing
摘要:Software TestingTesting with a Purpose Software testing is performed to verify that the completed software package functions according to the expe...
阅读全文
posted @
2014-09-28 23:51
阿龍
阅读(360)
推荐(0)
(转)测试用例编写规范
摘要:测试用例是执行测试工作的依据,不仅能有效的帮助实施后继的回归测试、知识传递和测试的管理,更重要的是能更快、更有效的发现缺陷,确保测试的系统性和全面性。 1、符合测试用例设计规范或测试用例模板 2、测试用例的出发点是发现缺陷:单个测试用例在“暴露缺陷”上具有较高的可能性一个测试用例面向一个测试点,不要...
阅读全文
posted @
2013-01-19 21:18
阿龍
阅读(584)
推荐(0)
(转)测试用例模板(Test Case Template)
摘要:┏━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃用例编号 │ ┃ ┠──────┼───────────────────────────┨ ┃测试优先级 │ ┃ ┠──────┼───────────────────────────┨ ┃用例摘要 │ ┃ ┠──────┼...
阅读全文
posted @
2013-01-19 20:30
阿龍
阅读(525)
推荐(0)
(转)Part 2 - Basic of mocking with Moq
摘要:See also: Â Part 1Â - Part 3 As every mocking framework, except TypeMock which can perform differently, every mocked class can't be sealed and methods...
阅读全文
posted @
2012-05-02 17:43
阿龍
阅读(255)
推荐(0)