Jayarani garg

Results 15 comments of Jayarani garg

Consume this change using following nuget packet versions: https://dotnet.myget.org/feed/mstestv2/package/nuget/MSTest.TestAdapter/2.0.0-build-20190708-01 https://dotnet.myget.org/feed/mstestv2/package/nuget/MSTest.TestFramework/2.0.0-build-20190708-01

@avivanoff : Apologies for the inconvenience but .testsettings are just not supported by MSTestV2. We have this documented here : https://github.com/Microsoft/testfx-docs/blob/master/docs/deltaWithMSTestV1.md Tests should not even get discovered when you supply...

@murarishukla712 : Currently you cannot run MSTestV2 tests in MTM. Tagging @PBoraMSFT @pvlakshm to comment on when can we bring in this support?

@stecydube : There is indeed a way to specify testname for a datarow test. You can try something like: ``` [TestMethod] [DataRow(1,2,3, DisplayName ="Sequential numbers")] public void TestSomeNumbers (int x,...

@pvlakshm : Can we add some examples for datarow attribute in documentation [here](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting.datarowattribute?view=mstest-net-1.2.0) to prevent such issues in future?

As part of CPS change, we are trying to consolidate the adapter and framework nuget packages. We will try if this too can be fixed as part of that.

@ssrakesh: This is a bigger change and unfortunately this will not be a part of VS 2017. This will be done as part of next VS release.

@liudonghua123 : You are trying to access UWP c++ files in build tools. Those are currently not available. Tagging @MSLukeWest

@VanKrock : Currently there is no way to get additional information about the error. If we have enough asks for this feature, we will surely address this in our future...

@Suremaker : Thank you for your query but I am afraid currently in-progress reporting is not supported by mstest. Tagging @pvlakshm for answering the future considerations part.