...
Info |
---|
|
...
When Do I
...
Need to Specify Test Tags?
When a change is 100% covered by existing unit tests, there is no need to specify additional tags.
When a change is covered by new unit tests, you might need to specify the corresponding Feature Tag.
When a change is not 100% covered by unit tests, you do need to specify the corresponding Feature Tag.
E.g. Middleware applications, high-level functional verification, 3rd-party libraries, integration
When a change modifies or adds Functional Tests or the Functional Test Framework, you do need to specify the corresponding Feature Tags and/or Specific Test Tags.
When a change fixes a specific failing Functional Test, you do need to specify the corresponding Specific Test Tags.
...