Skip to content

Introduce strategies for test ID generation #1286

@Evangelink

Description

@Evangelink

Description

MSTest has been through various strategies to generate test IDs and so far the changes have been done in a one choice only behavior. Through this ticket, we want to fix this issue by introducing strategies (via some enum) to let users decide how we should generate test IDs.

We have identified the following strategies:

  • Legacy: strategy used by from v1 to v2.2.3
  • Display name: strategy used between v2.2.4 and v2.2.10
  • Data: new default strategy used from v3 forward

We have identified the following issues as impacted/fixed by this change:

AB#1634557

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions