I have the following base object in my Tests [TestClass] public abstract class TestClassBase { private TransactionScope _transactionScope;
Please excuse the ambiguous title; it\'s difficult to describe in a single line. Basically we have MbUnit tests which run fine using TestDriven from within Visual Studio, but fails when attempting to
I have a structure which looks basicly like this: abstract class A { protected string Identificator { get; set; }
We\'ve been using VS2008 and soon will be upgrading to VS2010. I have been using MSTest开发者_开发技巧Extensions for it\'s database rollback feature for integration tests via MSTest. It seems the open
I\'m writing an integration test that requires the method to be run in the Local System security context to achieve the desired behavior. I couldn\'t achieve this yet. What should I do?
Context: We have some users reporting issues with a file upload feature in our web application. It only happens occasionally and without any special pattern. We have been trying to figure it out for a
I am stuck trying to automate unit tests runs with MSTest and deployment of app.config. I read multiple posts and blogs, tried multiple things and yet still app.config doesn\'t seem to be picked up du
I\'m moderately new to test frameworks and I have been reading up on Moq and this introductory post used a way of organising tests that I had not seen before.Further research shows that we in the .Net
As I\'m writing tests for a simple asp.net mvc 3 app, I noticed something about a test I\'ve written blindly in the past.
What can prevent MSTest from running in parallel? I 开发者_StackOverflowset the parallelTestCount to 0, but it is still running one test at a time.One possibility you may not have tried yet... This ar