Do you have some opinion for code coverage in Hudson开发者_如何学Go.. Now i have build with Msbuild and MSTest and that\'s work.
I was using MSTest and i use command mstest /testsettings:local.Testsetting /testcontainer:folder\\obj\\Debug\\test.dll
In NUnit we use TestFixtureSetUp what is the equivalent test i开发者_运维技巧n MSTest? Thankshere you can find good table which shows NUnit and MSTest attributes side by side:
I have a unit test that behaves differently depending on parameters passed. Does VS 2010 MS Testing framework have a facility to call the same test with different parameters.
I\'m using CruiseControl.NET with MSTest to build my vs2008 project and run my unit tests. If I run the tests from Visual Studio 2008, they work perfectly. However, when the tests are started by Crui
I\'m currently converting my MsTest unit tests to xUnit. Wi开发者_运维知识库th xUnit, is there a way to test exception messages? Is it correct to test exception messages as opposed just the exception
I have a WCF service that accesses the database and adds data to 开发者_如何学编程it. now, I want to do some integration and/or system tests (automated).
I want to solve a problem with a random failures on Visual Studio 2010 Coded UI tests. Is it possible to configure mstest to try each failed test again before f开发者_如何学Cailing it in the results?
My Winforms app set permissions based on the group membership found in the current process. I just made a unit test in MSTEST.
I have team build running on a TFS 2008 server. I want it to run my xUnit.net tests there and show the result in the Build details.