I have chosen these two as primary开发者_如何转开发 candidates. My thinking goes like this: MbUnit has had a nice start and enjoys a smart, dedicated team of developers.
This is my first test for Asp.Net Web Application. We have an Engine consisting of several modules. I need to test classes in Engine Module.
I\'m getting a strange error when I try to run a set of unit tests where the class has a DeploymentItem attribute.
I have a Compact Framework Project that has two Unit Test projects with it in the solution. One is a Smart Devi开发者_高级运维ce Unit Test Project (needs the emulator to run).The other is a normal Un
Using MSTest how can I verify the exact error message coming from a test method? I know [ExpectedException(typeof(ApplicationException), error msg)] doesn\'t compare the error message coming from my t
I have been looking for a way to build my own DataSource for data driven unit tests in MSTEST. I have not 开发者_运维技巧found any documentation how to do this or any base class or interface that I ne
I\'ve been using MSTest so far for my unit-tests, and found that it would sometimes randomly break my builds for no reason. The builds would fail in VS but compile fine in MSBuild - with error like \'
I\'ve already checked this.. similar question but I am not convinced about the answers... I currently have an interface that is only being implemented by one class, but that is going to change sooner
I have a bunch of test projects in my solution. Most of them run instantly and finish instantly. One however takes a long time to complete. The actual tests run fast, but for a long period after all t
I have a few tests that need to be fed with external data from excel files. The files are included in the test project, and in Visual Studio, I have edited the test settings file (Local.testsettings)