How can I run my testing application immediately after a build in TFS? -


i have solution uses standard tfs build definition template. unit tests run when building solution, don't fail build.

i have separate testing application runs suite of automated tests. these tests take long run part of main build (since need access built application in order manual testing), want kick off testing application automatically once build has completed, , want run against built application. don't know if matters, testing application part of solution, , references of application dlls.

i utterly confused how best achieve this. need create new build process template? want have in separate build?

i not recommend doing part of build , should instead part of release pipeline. automated integration tests should run in environment configured collect data under test rather compile code.

release management visual studio 2013 provides ability push build output server , execute whatever want against it.

http://nakedalm.com/execute-tests-release-management-visual-studio-2013/

i configured codediu test in example above test setup can used. configured lab (optional) asses environment while tests executing.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -