关于软件测试的一些技巧

来源:互联网 发布:unity骨骼动画优化 编辑:程序博客网 时间:2024/05/01 20:35

1.Ask another person to look over your shoulder or ask another person to recreate the problem. This can decrease the possibility that it is an environment error or operation error instead of a real bug.

2.If you failed to run a testcase, and somehow it runs again. Keep investigate. Compare the difference and see why it works the second time. It could be a potential bug.

3.Write feedback in Bugzilla for anything your tried. 

4.If the testcase failed on non-windows system, try windows.

5.If the testcase failed on one of the J9 config like jclFoundation, try another J9 config like jclMax.

 

原创粉丝点击