Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
"No test is available in ...." error when trying to run unit tests in Visual Studio Community Edition
"The type Database cannot be constructed. You must configure the container to supply this value."
[UWP] Error: "Cannot modify an evaluated object originating in an imported file" while updating the Microsoft.NET.Test.SDK NuGet package
accessing private fields of a static class in c# for unit testing the methods
An exception occurred while invoking executor 'executor://mstestadapter/v2'
AppDomain.CurrentDomain.BaseDirectory in different versions of Visual Studio UnitTests
Assert.Multiple EXISTED IN MSTEST
c# ConcurrentDictionary and simulare read write at the same time
Can I get a test method's attributes in a test initialize method?
Can't get Copy Always to copy to test "output directory"
Casting a mocked object to concrete class
Code coverage generates empty results: no binaries were instumented
Configure SQL connection string for DataSource attribute in unit testing
convert .coverage file to XML
could not load file or assembly 'microsoft.visualstudio.qualitytools.unittestframework
CPP unit test using VC++ 2012 - Message Failed to Set up the execution context to run the test
Create Unit Tests or Create IntelliTest are not showing in the menu
Differences between MSTest and VSTest and how to validate code against specific version of the .net framework.
Discover test finished: 0 found
Error running Test:The parameter 'exePath' is invalid
Exception "System.Reflection.TargetInvocationException" when trying to access oracle database through Entity Framework in Coded UI Test
Fetch And Store Unit Test Results in a text file?
HJow to exclude some spec files from code coverage result using angular cli.json
How can I Invoke a Private Static Method which has a optional Parameter.
How can I switch off Code Coverage highlighting?
How can we ignore some files when calculating code coverage?
How do I get the test results(*. TRX) in VS 2015?
How do I set the working directory when running unit tests
how to apply unit testing on void functions that doesnt return any object in windows form application
How to automactially run the Unit test testcase multiple times.
how to create mock or fake HttpContext.Current.Application for doing Nunit testing of controller
How to create unit tests for WPF/MVVM/Prism/Unity?
how to do code coverage Test on Visual Studio 2017 Enterprise?
How to do unit testing for windows form application
How to execute test methods programmatically using C# (may be using reflection)?
HOW TO FIX IT? SOS! fatal error LNK1169: one or more multiply defined symbols found
How to generate a .trx file for each test
How to generate MSTest log file?
how to get path of file in unit test
How to implement Unit Testing for Azure Table Storage and BlobStorage
How to make mstest based tests to generate HTML report after tests execution
how to mock StreamWriter
how to mock the SmtpClient object which is used inside a function for Unit Testing
How to pass JSON file like SVC and XML to Unit Test Method
How to re-run failed tests using MSTESTS, C#, Visual Studio 2012 ?
How to run unit tests for multiple iterations
How to set testTimeOut and runTimeOut for vstest.console.exe using runsettings
How to setup a mocked void method (Not a function, so it returns nothing)
How to test private static method that has optional parameter
How to unit test a mail sending function without sending mail
How to Unit test about delegate?
How to use Moq framework to setup out argument based on input argument
Individual, successful unit tests fail when run with others
Inheritance in MS unit test class
Is there a maximum size for a dll file?
Is there way to get solution directory from unit test?
Mocking of Private Methods and Fields in Unit Test
Moq error: The following setups were not matched
MSTest - 'TestContext' does not contain a definition for 'DataRow'
MSTEST - How to stop test execution on first test failure?
Need help in retrieving Bearer token based on User Login
Not able to debug my Coded UI tests after updating Visual Studio Enterprise 2017 from 15.3.2 to 15.5.1.
Parallel and Sequential exceution in Visual Studio takes the same time-Issue
Passing command line argument to test runner.
programmatically detect whenever test run is in debug mode
Reason Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified..
referencing MSTest.TestAdapter in dot executable (discovering MSTest tests in exe)
returning null reference System.Web.HttpContext.Current.Cache;
Running a mstest method mutliple times
Running All Tests - Out of Memory Exception
Selenium C# 3.8.0 Firefox and Edge Errors on Office Windows 10 machine
sharing variables across mocha tests
Shim for SqlConnection for unit testing
System.InvalidCastException: 'Unable to cast COM object of type 'Microsoft.Office.Interop.Excel.ApplicationClass' to interface type 'Microsoft.Office.Interop.Excel._Application'. This operation failed because the QueryInterface call on the COM component
System.IO.FileLoadException: A procedure imported by 'LayoutEngineManaged.d.dll' could not be loaded.
System.NullReferenceException : Object reference not set to an instance of an object.
Test Explorer Not Recognizing All Unit Tests
Test Explorer not refreshing in latest version of Visual Studio
Test Not Run Issue
Test passes in Debug not in Run mode
TestContext.Writeline does not produce an output for unit-tests in visual studio 2017.
The 'OraOLEDB.Oracle' provider is not registered on the local machine in Unit Testing ?
The C++ module failed to load while attempting to initialize the default appdomain.
The name '' does not exist in the current context
Unable to debug Unit Test Project
Unable to run .Net 4.6 Unit tests of TFS 2015 XAML build server
Unable to run Unit Tests that uses Microsoft Fakes - Exception in ShimsContext.Create() Method
Unexpected error detected. Check the Tests Output Pane for details.
Unit Test cannot find my .dll library unless I put it under "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow"
Unit test fails only when I "Run all"
Unit Test for List<T> result
Unit test pass in debug mode but fails sometime in release mode
Unit test with generic repository, unit of work and service layer
Unit testing WPF
Unit tests always pass in Debug but randomly (seems) fail in Release mode
Unit tests and Parallel.Foreach - does not seem totally parallel
UnitTest for async Method - with Debugging
Use [Ignore] attribute to exclude unit tests from release version - Visual Studio Express 2013
Using App.config file with .Net Core
Visual Studio 2017: No tests found to run is followed by (tests quantity) run.
VS is making automatic unwanted mods to unit test projects which break compilation
- [
VS2017 <Test Explorer> --> No test matches the given testcase filter
FullyQualifiedName](/archive/msdn-technet-forums/e2aa351e-d17a-4bb8-82c4-e89a5d79bc80 "VS2017 <Test Explorer> --> No test matches the given testcase filter
FullyQualifiedName") VSTTExecution popping up in event viewer
What are the distinguishing differences between the ClassInitialize and TestInitialize attributes?
Where do I place the .runsettings file?
Windows Error Reporting DontShowUI
Writing to output window from native C++ unit test in VS2012/13.