Test case records are where you identify information pertaining to a specific test.
测试用例记录的作用是使您识别与一个特定测试相关的信息。
Type grails test-app -unit User to target the specific test class you are interested in.
键入grails test - app - unit User定位到您感兴趣的特定测试类。
Configured test cases are created when you relate a specific configuration to a specific test case.
被配置的测试用例是在您将一个特定的配置关联到一个特定的测试用例时被创建的。
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.
第一点,当我们写代码的时候,尤其是一些含有分支语句的代码的时候,当我为这些代码,设计测试用例的时候,我应该为每一个可能的程序路径,都设计一个特别的用例。
应用推荐