In both VSTS 2008 and VS 2010 RC1 when I create a Unit Test (mstest), I am not asked where I would like the project to be placed.It will always turn up at the Solution level.I would like to place the
Today I ran into a problem where I cannot call the ControllerContext in my Controller, within the MS Unit Test method when accessing via a private method. For example
I am interested in improving my testing methodolo开发者_JS百科gies but am not sure if I prefer NUnit or VS 2008 test. I also have a book that uses NUnit in it\'s examples. Do the two frameworks coexis
I have never done any profiling, and have come across the first place that I really want to do it. Is it possible to prof开发者_StackOverflow社区ile my MS integration tests? What tools do I need? is
I want to capture output sent to standard out and standard error within an MSTest unit test so that I can verify it.I\'ve captured output before when explicitly running a Process, but is there a way t
I have my application broken into the following projects/assemblies Approot/UI AppDomain/business logic/layer
edit:note, question 288805 is similar, however, I specifically am asking how does MSTest choose the default test order.Please see the rest of this question.Thank you E开发者_如何学JAVAilon for the lin
How to get MSTest to work with Gallio/MBUnit? I am trying to get TeamCity to work with Gallio/MBUnit and also some legacy MSTest unit tests.The MSTest secti开发者_如何学运维on fails with a \"Exceptio
For unit testing y开发者_C百科ou shouldn\'t test private methods, yes, but for integration tests (using a unit testing framework like MSTest or NUnit) I would very much like to run the internal API ca
So I have a method i\'m unit testing via MSTests to ensure it throws an exception properly on bad data coming in.