Query Correction 项目总结

1. Important things > urgent things
To fix bug in QC is urgent , to prevent and discover bug beforehand is important.
To test the tescases listed in QC is  urgent, to add similar testcases to smoketest is important.

To find out why bug occur is more important than to find what the bug is how to fix it.
To avoid similar bugs and add the testcases to smoketest is more important than to fix them.
To   

2.Long term elegant solutions are always more worthy than short term coarse solutions.
However, elegant solution can evolve from coarse solutions. Keep up refining is encouraged.

3. Don't assume anythings in QC. Assume = ass  u & me.

4. Don't tolerate mediocre solution.

5.  Learn from mistakes and don't make similar mistakes next time.

6. Takes time to test all testcases and don't miss any one.

7. Several bugs may be caused by the same reasons.

8. Pay the same attention to the smalls things like LOG output, exception, help message and so on.

猜你喜欢

转载自wanhuir.iteye.com/blog/1441181