We use Hudson to build our application, and also Sonar to monitor the quality of our application. CVS is our Source Code Management, but we will migrate in a few months to SVN.
I\'m still new to PHPUnit Testing and seleniumRC, but i have managed to get them both working, so now i was wondering if it is possible to sentout an email when the test fails and passes after every t
What tools are generally used for unit testing and especially continuous integration for embedded systems?
I want to create a batch file for Visual Studio 2008 x64 Cross Tools Command Prompt to do something continuesly in my PC, here is the sen开发者_高级运维ario.
We need to be able to pass a server address into MSTest command line for our testing suite that is开发者_Go百科 invoke by TeamCity Continuous Integration (CI) software.
I\'m trying to run UI-tests (written using white). When I run them using NUnitConsole everything works fine. When I try to run them using TeamCity I get the following exception Test(s) failed. White.C
Is there a way to run only failed tests from a previous test run in TeamCity? Even better, is there a way to run only selected tests in some way?Like if we want to run only certain test classes.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
We use TFS Build Server on continuous integration. The result of build is web application which is deployed with Publish functionality integrated with MSBuild. We generate on build server, before buil
I have a separate job to build a project during the night. But I 开发者_StackOverflow中文版only want to build it if the code of the project is changed or snapshot dependency of the project is built.