testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest framework and adapter

Results 258 testfx issues
Sort by recently updated
recently updated
newest added

https://github.com/microsoft/testfx/blob/348e32299239aaf81937189d35ca84d2ff9c5c3e/src/Adapter/MSTest.CoreAdapter/MSTest.CoreAdapter.csproj#L119

enhancement
triaged

I am using specflow with MsTestV1. I am using orderedTest to run. Since V2 does not support orderedTests, is there any way to Triger the tests programmatically in V2. I...

Type: Discussion

## Description Add an extensibility point to VSTest to enable custom logic to determine if a failed test should be retried. The OneDrive team currently uses a custom built test...

enhancement
needs-triage

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/error-BC40027:-Return-type-of-function-/1405892)._ --- I am using VS 2019 version 16.9.4 and trying to run a build. It keeps failing because of...

sprint

We can get UnitTestOutcome.Error from TestContext.CurrentTestOutcome in TestCleanup. How to get additional information about error? May be Exception? It's can be important for cleanup.

enhancement

Hello, I am using MSTest with selenium to run web tests. Web testing promotes the [Page Object Model](https://www.selenium.dev/documentation/en/guidelines_and_recommendations/page_object_models/) to model a web page, abstracting what the test does from how...

## MSTest V2 backlog Here is our [roadmap](https://github.com/Microsoft/testfx-docs/blob/master/roadmap.md). It calls out the broad themes for our work. The below list of issues breaks that down to the line item level...

backlog

I'm trying to migrate our automation project - Selenium + C# +MSTest V1 to MSTest V2. Until now I worked with testsettings file and used DeploymentItem to deploy few files...

## Description According to the documentation the DeploymentItem can > be specified on **test class** or test method ([src](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting.deploymentitemattribute?view=mstest-net-1.3.2)) Anyways, when applying the DeploymentItem to a TestClass which only contains...

bug
doc

We are trying to migrate from MSTestV1 to MSTestV2. While doing so we noticed the behavior change documented in [DeltaWithMSTestV1 - Behavior change 12](https://github.com/microsoft/testfx-docs/blob/master/docs/deltaWithMSTestV1.md) which leads to some trouble. Unfortunately,...