First one, when I write a piece of code, especially code that has branches in it, when I design test cases for that piece of code, I should try and have a specific test case for each possible path through the code.
第一点,当我们写代码的时候,尤其是一些含有分支语句的代码的时候,当我为这些代码,设计测试用例的时候,我应该为每一个可能的程序路径,都设计一个特别的用例。
And most particularly, producing something that your programmers didn't already have in mind.
而且特别要指出的是,酝酿些,你们的程序员还没想到的东西
应用推荐