Rank Tests

What is ranking? How it is useful in regression?

*In reply to srikanth6313:*There are a number of different ways test ranking can help with your regressions

  • Shorten your total regression time by eliminating tests that are redundant in coverage.
  • Find tests that provide the most amount of coverage in the least amount of CPU time so they can be used as short check-in or smoke tests.
  • Group tests by a region so you can select the optimal set of tests to check a change to that region.