I have a few lists of tests that I setup for a project that builds to a website. I have a bunch of unit tests and integration tests that runs before deploying the site. I have one user that clicks o开
The source code below is an example code snippet about my problem. I expect an exception to be occurred when an asynchronous operation is called.
The design of my application is that standard user operations run first (and produce interested information even if the user cannot proceed) and then optionally offers to make some system changes acco
I have been looking at implementing unit tests for a controller controller, specifically around testing collections. On the MSDN example the use of CollectionAssert.Contains() confirms whether an obje
We have a batch processing project that utilizes a cache (that relies on static data). The unit tests for this project unfortunately mess up other unit tests within the same solution (because of the s
Trying to debug a COM dll written in C++ from with an mstest ru开发者_运维百科n (Visual Studio 2008).All projects are in the same solution. 3 Projects: C++ COM dll, VB.NET WinForms App, C# MSTest Proj
I have an ASP.Net MVC3 project that calls a WCF service to get data. The WCF service in turn开发者_如何学Python uses managers and repositories etc. (in other class library projects) to get the require
I have tried many orderedtests and the .trx file always shows the wrong count? for instance, if i had an orderedtest with 2 tests, the results look like this in the .trx file (results summary node):
I have tests running with MSTest. I use the .testsettings to run setup and cleanup scripts, needed to execute tests well.
Is it possible to access the MSTest TestContext from within a SpecFlow (1.7.1) step binding class? In the generated co开发者_StackOverflow社区de of a feature file there is a method FeatureSetup which