09 2013 档案
优秀的测试用例(转)
摘要:霜波说测试(一)– 优秀的测试用例来源:searchtb发布时间: 2011-03-06 21:28阅读: 507 次推荐: 1原文链接[收藏] 测试工程师有一样很重要的工作就编写测试用例。测试用例是对需求的另一种描述,它能引导大家进一步加深对系统的理解和对特性的全面关注,从而帮助产品和开发重新审核需求的合理性和一致性,所以应该是测试工程师最重要的一项产出。一般的测试用例分为输入,行为,和希望结果三个部分。这三个部分通常的测试用例都能满足,但是怎样的测试用例才能算上优秀的测试用例呢?基于以往之测试经验,我总结了优秀测试用例的几个特点。 1:正确性:毫无疑问,测试用例必须是需求的正确描述。但.. 阅读全文
posted @ 2013-09-22 22:25 -Anny- 阅读(649) 评论(0) 推荐(1)
Test Tools
摘要:1.http://www.dummytextgenerator.com/: Generate dummy text2. fsutil file createnew D:\New.txt 1024: Generate a 1KB file ---Windows command3.dd if=/dev/zero of=hello.txt bs=100M count=1: Generate an empty 100M file ---Linux command4. 阅读全文
posted @ 2013-09-13 18:09 -Anny- 阅读(179) 评论(0) 推荐(0)
Case 架构的实际应用-2
摘要:Test Plan in TestLink1. For new release, we will create 2 test plans for each project2. 1st test plan: New features in current release: this is used to do the first cycle new feature test before code freeze3. 2nd test plan: All features in current release(including new features): this is used to do 阅读全文
posted @ 2013-09-13 18:08 -Anny- 阅读(168) 评论(0) 推荐(0)
Case 架构的实际应用-1
摘要:We use testlink to manage cases, and the frame is below:Project Name -All Features(Modules) -Feature 1 -UI -Function -Workflow -Detail(Sometimes, the case needs to give the explanation for current expected result) -Performance -Forward Compatibility -508 ... 阅读全文
posted @ 2013-09-13 16:52 -Anny- 阅读(355) 评论(0) 推荐(0)