I can\'t run any tess in VS2010.Even tests that have run before.I remember setting some services to manual start a few weeks ago, but can\'t remember what!
I am getting the following error in: The CurrentThread needs to have it\'s ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer.
I h开发者_C百科ave cruise control setup with the Nunit test embedded and it works fine,however now I want to use the MSTest project and its result, Please advice me over the same.
As it currently stands, this question is not a good fit for our Q&A format. We expe开发者_如何学编程ct answers to be supported by facts, references,or expertise, but this question will likely
In MbUnit one can do something like this: [Test] [TestCategory(\"Bad Arguments\")] [TestCategory(\"Fast\")]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Visual Studio 2010 debugger skipping
I\'m using MSTest and most of my unit tests have no TestCategory attribute, but I want to put a few tests into a \"Slow\" category.Then I want to be able to easily run all the tests that have no categ
I\'m in the process of developing some load tests for an internal web application. The problem 开发者_如何学Cappears to be related to our use of Windows authentication. I can access the web applicat
In my code I interact with a database (not part of my solution file). The database is owned by a separate team of DBA\'s, and the code we developers write is only allowed to access stored procs. Howev
How to test tha开发者_JAVA百科t a void method throws a specific exception in .NET. I have a method that throws 3 different types of exceptions depending on inputs. How would I test that I get the cur