mstest
CodedUI tests - start a browser once for the entire set of tests
I\'m writing some codedUI tests in VS2010 to test a web application. I\'d like to be able to open the browser once for the entire set of tests in the solution and then close it again when the tests fi[详细]
2023-03-30 09:59 分类:问答Using structure map with MSTest
I have created myself a test project with a single test in it. Within the \"TestInitialize\" method I\'m trying to call my StructureMap setup method where I set which concrete instances should be used[详细]
2023-03-29 12:16 分类:问答How do I prepend a prefix to Ant's srcfile marker within the apply task?
Given the f开发者_如何学Pythonollowing ant task: <apply executable=\"${mstest}\" addsourcefile=\"false\">[详细]
2023-03-29 08:15 分类:问答Can I automatically assign tests based on project to test lists?
I\'ve recently split our nebulously-defi开发者_运维知识库ned unit testing project into two projects, one for unit testing and one for (what the bulk of our tests are) integration tests. This is with t[详细]
2023-03-29 07:48 分类:问答Unit Test Description question
There i开发者_JAVA百科s a description entry for Unit Tests in Visual Studio. Is it possible to modify a test description after creation?[TestMethod][详细]
2023-03-28 21:42 分类:问答Schema and Stored Procedure tests using Nunit
We have various systems where the majority of our business logic is within stored procedures. We need to write some tests that basically check data has changed in the expected way when a stored proc h[详细]
2023-03-28 14:40 分类:问答How does Visual Studio /mstest identify test projects?
Say (100% hypothetically) that I\'ve accidentally added a unit test project as project type \"Class library\" to a VS2010 solution. I\'ve then added t开发者_如何学编程he assemblies needed to run it as[详细]
2023-03-27 05:04 分类:问答No results from Partcover with MSTest
I am trying to get to grips with Partcover for possible integration with a build machine. I am running Partcover in开发者_如何学运维 the command line with the following command:[详细]
2023-03-26 11:30 分类:问答Duplicate the behaviour of a data driven test
Right now, if you have a test that looks like this: [TestMethod] [DeploymentItem(\"DataSource.csv\")] [DataSource([详细]
2023-03-26 02:30 分类:问答Entity Framework, SQL CE 4.0, and DB Test Automation
I want to perform \"fast integration\" (aka \"desktop integration\") tests of a project using EF 4.0/4.1 connected to SQL Server 2008.This means that I need to swap out the dependency upon SQL Server[详细]
2023-03-26 00:15 分类:问答
加载中,请稍侯......