Microsoft .NET Unit Testing Framework (MSTest)
I've used NUnit with VS2008, and now am adapting to MSTest on VS2010. I used to be able to create …
nunit mstestWe have to decide which technology to use for our unit testing. Currently we use Visual Studio 2010 and not happy …
visual-studio-2012 nunit mstestWhen I updated Visual Studio to the latest version, 1 of my test projects stopped running tests and outputted this message: …
c# visual-studio mstestI seem to have hit on a scenario where when I run mstest on an AnyCPU assembly which references an …
c# visual-studio-2010 mstest 64-bitWhat are the steps to get Team Foundation Server running unit tests when a given build runs? What are the …
unit-testing tfs installation mstestIs it possible to run specific method before each test in an assembly? I know about TestInitialize attribute but this …
.net mstestOverview: Chromedriver works normally on one machine but extremely slowly on two other identical machines. Setup: Selenium Webdriver using .Net …
webdriver mstest selenium-webdriver selenium-grid selenium-chromedriverSince I upgraded to VS2012 and Resharper 7, my previously working MS Tests are not running anymore. The tests are run …
visual-studio resharper mstest visual-studio-2012 resharper-7.0I'm writing some codedUI tests in VS2010 to test a web application. I'd like to be able to open the …
c# unit-testing exception-handling mstest coded-ui-tests