Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update - How Do I Identify Which Tags Will Verify My Changes

...

How Do I Identify Which Tags Will Verify My Changes?

  1. When a change is 100% covered by existing unit tests, there is no need to run specify additional teststags.

  2. When a change is covered by new unit tests, you might need to specify the corresponding Feature Tag.

  3. When a change is not covered by unit tests, you do need to specify the corresponding Feature Tag.

    1. E.g. Middleware applications, high-level flowsfunctional verification, 3rd-party libraries

  4. When a change modifies Functional Tests or the Functional Test Framework, you do need to specify the corresponding Feature Tags and/or specific Test Tags.

List of Frequency Tags

These tags determine when a test runs. Some tests might be ran at multiple frequencies.

...