340 questions with Visual Studio Testing tags

Sort by: Updated
1 answer

Rerun fail test case - MsTest

Hi Team I need to rerun the fail test case automatically using mstest in my automation project (selenium /C#) I have few solutions as below but i am not finding the exact one . If any one has already worked ,pls help me out on this. sol1 : using…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,660 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2022-04-04T04:32:34.237+00:00
AnnyD 1 Reputation point
commented 2023-09-21T13:00:10.5833333+00:00
Ricardo Pereira 0 Reputation points
0 answers

How does time in diagnostics session counters file is calculated?

Hi, I need exact values of performance of my program from performance profiler, for documentation of my program, the problem, I need values that have been collected from my program in order to data organize and document it, I have already extracted the…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
194 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
970 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-09-14T10:38:15.2666667+00:00
Rambod Mokhtari 0 Reputation points
edited a comment 2023-09-18T08:16:59.3966667+00:00
Rambod Mokhtari 0 Reputation points
1 answer

Is there a work around to use VSTest task to run the tests on a mac agent

We want to publish the test results to azure devops test cases which were run through a azure devops yaml pipeline.For running tests on a windows platform we are using VSTest task where the task itself will take care of publishing the results to the…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-09-15T09:25:19.6266667+00:00
KapuAnusha-2285 0 Reputation points
answered 2023-09-15T11:03:00.8066667+00:00
Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
0 answers

Is there a way to change the preprocessor directive based on the testEnvironment of a unit test?

Hello, I'm a developer using remote configurations for unit tests. I'd like the preprocessor to change every time I modify the environment defined in the testEnvironment.json file from the Test Explorer. Is there a way to do this? thank you.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,659 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,412 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-08-24T09:00:54.2933333+00:00
Anonymous
commented 2023-08-25T07:02:16.83+00:00
Tianyu Sun-MSFT 29,606 Reputation points Microsoft Vendor
1 answer

Test Explorer does not find UnitTests in the newly created Angular/React project (.esproj)

I have created a new Angular project using Visual Studio 2022. This automatically creates a demo project that also contains a test file with some tests (app.component.spec.ts). My problem is that the test explorer does not find the tests. I have rebuilt…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-07-13T12:40:08.45+00:00
Daniel Breul 0 Reputation points
edited an answer 2023-07-21T09:38:12.6266667+00:00
Tianyu Sun-MSFT 29,606 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Test cases not discovered/How to show output of Discover Tests in Test Explorer

I'm writing unit tests for a c++ project using Visual Studio, Test Explorer, and google test. I have two classes to test 'Strategy' and 'StockThread'. If I declare my class of type Strategy, none of the test cases are discovered by Test Explorer and I…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,640 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-05-25T02:23:19.3833333+00:00
plborgprograms 20 Reputation points
commented 2023-07-10T21:13:26.3733333+00:00
plborgprograms 20 Reputation points
2 answers

Not getting 'Apple Two step authentication' window while adding a new apple developer account-Xamarin

I am trying to add a new apple developer account in my visual studio.I am getting a dialogue box after entering the login credentials.But no devices are listed or my phone number is not showing here to send a verification OTP.How can I proceed with…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,327 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-07-04T08:22:23.34+00:00
XamarinInn 1 Reputation point
commented 2023-07-07T09:59:19.5533333+00:00
XamarinInn 1 Reputation point
1 answer

Visual Studio Remote Testing - Add additional docker run arguments

I'm using the remote testing feature from Visual Studio to execute my unit tests on a Linux container. For this, I have the following Dockerfile.test FROM mcr.microsoft.com/dotnet/sdk:6.0 RUN mkdir /usr/local/temp RUN wget https://aka.ms/getvsdbgsh…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
970 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-07-05T11:38:45.64+00:00
Johannes Jaeger 0 Reputation points
answered 2023-07-06T04:02:34.1833333+00:00
Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
0 answers

How can I combine Queries?

I've been struggling with Xamarin ever since I started using it. The queries are very restrictive and when you get to cross platform testing it's getting more and more difficult to manage. My first question amongst several hundred is how can we build…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-06-28T00:20:13.0733333+00:00
Andrew Parra 0 Reputation points
commented 2023-06-28T14:29:17.9566667+00:00
Andrew Parra 0 Reputation points
1 answer One of the answers was accepted by the question author.

What is the latest version of Visual Studio Test Professional?

Have been issued new license from employer for Visual Studio Test Professional. When looking at downloads available on my Microsoft Visual Studio Subscription, the latest available is Visual Studio Test Professional 2017. This does not seem right and I…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-06-22T15:51:04.5366667+00:00
Robert Shipley 20 Reputation points
accepted 2023-06-23T03:52:18.3533333+00:00
Robert Shipley 20 Reputation points
3 answers

xUnit succeeded without finishing the test - Visual Studio Debugger crashes - Visual Studio Community Version 17.6.0

Hi there, in a Windows Form the constructor of a form instantiates a class derived from ComboBox. This class just changes the background overriding OnEnter and OnLeave if (Enabled) Backcolor = System.Drawing.Color.FromArgb... and then call the base…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-06-02T14:44:59.2966667+00:00
daniele luppi 0 Reputation points
answered 2023-06-21T15:12:58.6066667+00:00
daniele luppi 0 Reputation points
1 answer

What is Run Test -> With Custom Parameters in Visual Studio for Mac

Without the ability to set a .runsettings file in Visual Studio for Mac, unit testing is very much a chore. However, there is an option on the right click menu called Run Test With -> Custom Parameters. This looks promising as it allows you to specify…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,659 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-06-15T03:59:45.5533333+00:00
Yndigo 0 Reputation points
commented 2023-06-19T16:14:16.2533333+00:00
Yndigo 0 Reputation points
0 answers

Error VS2022 Windows 11 vs. VS2022 Windows 10

New computer running windows 11, installed VS 2022 community and tried to run solution generated in VS2022 community on a windows 10 computer. In debug, error generated on windows 11 computer but not on windows 10…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-06-13T12:38:52.52+00:00
William 41 Reputation points
commented 2023-06-14T06:22:36.8533333+00:00
Tianyu Sun-MSFT 29,606 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

c# selenium tests on azure download and confirm report files exist

We have a group of tests in Selenium/C# which click on download report buttons and then validate the report has been created in the local file. We now wish to deploy these tests with our main test suite which runs on azure in a release pipeline. At the…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,660 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-06-07T07:56:07.95+00:00
Kev Martin 20 Reputation points
accepted 2023-06-09T08:36:59.42+00:00
Kev Martin 20 Reputation points
1 answer

How to do this in Visual Studio Testing Explorer?

I know I can do this when I run test via command line : dotnet test myproject.csproj /p:IsTest=true What if I want to pass that /p:IsTest=true when I run test via Visual studio's Test Explorer? How can I do this? The Goal: What I want to do is,…

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
330 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-05-23T07:31:38.3033333+00:00
Wasenshi Winkung 0 Reputation points
answered 2023-05-24T19:16:15.0766667+00:00
Wasenshi Winkung 0 Reputation points
4 answers One of the answers was accepted by the question author.

How to view log output while tests are running in VS 2019 Professional?

My goal is to view log output in Visual Studio 2019 Pro, for all unit tests, while the tests are running. I tried log4net. The log writes to an output file, via log4net.Appender.FileAppender, so I know log4net is configured and running. However,…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2020-12-28T11:46:27.797+00:00
AdamLeffert-5988 71 Reputation points
commented 2023-05-22T10:21:11.99+00:00
super richmann 1 Reputation point
1 answer One of the answers was accepted by the question author.

Malfunctioning NumericUpDown tools

My NumericUpDown entries behave differently on the same form. All have one decimal point. ,Net Framwork 4.7.2 in VS/VB 2019 Pro. Some take direct entry (i.e. "2.3" typed in directly works). The others either quit with the first digit…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
970 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-05-15T17:49:29.76+00:00
Stephen H. Jones 20 Reputation points
commented 2023-05-19T16:29:58.8+00:00
Stephen H. Jones 20 Reputation points
1 answer

Need Visual Studio 2017 15.9.0 or older installer of Visual Studio 2017 15.9.X

Hi , We need Visual Studio 2017 15.9.0 or older installer of Visual Studio 2017 15.9.X apart from latest one to test in our environment. Can we know where do we get it ?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,902 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,009 questions
asked 2023-05-11T12:03:43.6966667+00:00
Ramesh Arumugam 21 Reputation points
commented 2023-05-16T08:46:47.24+00:00
Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
1 answer

Beginners' questions in VS

1.I wrote code, and created a test project on it. I made a "reference" between them. And yet when I run the test the system does nothing. The test explorer shows that there are 3 tests that have not been run but does not execute them. Do you…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-05-10T09:57:06.9133333+00:00
Microsoft Lecturer 0 Reputation points
commented 2023-05-16T08:33:57.14+00:00
Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
1 answer

C# Test Unit DataRow max number of arguments reduced from MSTest 2.x to MSTest 3.x

Hello, I have unit tests with 30 parameters which where working last year. Now VS (17.6.0 Preview 2) doesn't compile and fires (I precise again this code was running well with all these arguments last year): Erreur CS1729 'DataRowAttribute' ne contient…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,660 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
340 questions
asked 2023-04-03T16:21:25.2366667+00:00
edited an answer 2023-05-02T16:46:23.4066667+00:00