随笔分类 - 软件测试
摘要:摘自:http://www.cnblogs.com/TankXiao/p/3154017.html
阅读全文
posted @ 2013-10-12 14:29
云翔紫梦
摘要:源自:http://www.cnblogs.com/TankXiao/p/2381284.html
阅读全文
posted @ 2013-10-12 14:28
云翔紫梦
摘要:RI (Reverse Integration) / FI (Forward Integration)RI :child branch => parent branchFI :parent branch =>child branchFI: This is the process where a given branch is merged with the contents of a Parent branch (for example, you FI SQL/Main to Improvement X). This is done to re-base your codebase
阅读全文
摘要:ZBB - 0 bug 反弹 - zero bug bounceZBB是指在项目中的某一点上,开发活动最终赶上了测试的步伐,当前已经不存在活跃bug。在ZBB之后,bug数量的峰值将显著减小,并且bug数量会持续减少直到产品足够稳定,进而构建出第一个候选发布版。取得ZBB是项目组逐渐接近稳定的候选发布版的明确标志。Every build (for a CTP, RC, etc.) starts with a bunch of improvements and defects. We start troubleshooting them and find bugs. We then start
阅读全文
摘要:Microsoft uses Tell Mode and Ask Mode to refer to different time periods after the Feature Complete milestone but prior to a release.During Tell Mode the Development team tells the rest of the team which issues are actively being worked on (resolved). In other words, Development is primarily driving
阅读全文
摘要:做编程题时应该注意的点跟面试官沟通自己对题目的理解确定自己的解题思路完整的函数原型正确的逻辑命名规范对输入函数的检查代码规范做完题后用例子代入检查是否能够运行通过Test case的设计原则功能测试(functionality)性能测试/压力测试(performance/stress)本地化测试(localization/Globalization)安全性测试(Security)可用性测试(Usability)题目1:对含有空格的字符串”I am a girl”进行反转”I ma a lrig”功能测试:(关键字:含有空格,字符串,反转)关于字符串的test cases 输入null ...
阅读全文
浙公网安备 33010602011771号