Shiva Shankar

Results 6 comments of Shiva Shankar

@grizzle2101 We don;t have this execution extensibility at the test platform level. The extensibility exists in the test framework (mstest).

@JunielKatarn We show the display name of the tests when executed using vstest.console.exe. Visual Studio does show the same display name but under a hierarchy of namespace/classname that helps in...

@phatcher The UI for the test tab shows the test results grouped under the test file (in case of C++ it would be the dll). The name displayed is the...

@JunielKatarn You can selectively run tests specifying the FQN as filter. https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md. Do let us know if this isn't sufficient.

@NGloreous Listing the possible options below. -> Leveraging a custom attribute seems to be the best route here. Is it possible to revisit the option of updating the test code...

@NGloreous Can you add more information on the flexibility part ? All the current execution extension is driven through attributes and a new extension *not declared* on the code will...