tfs - How does the test controller get the binaries to the agent during remote execution? -
tfs - How does the test controller get the binaries to the agent during remote execution? -
i trying tests run via remote execution, , can't find documentation on how following:
i understand when controller registered team project collection , agent runs through lab environment, build needs attached process - , makes perfect sense controller pulls dll contains tests build.
however, not create sense me in more simplified scenario:
i have test solution testsetting file, here define controller under roles. have 1 agent connected controller. in visual studio when run test, runs through controller -> delegates agent. have not setup build.
i'm assuming visual studio pushes dll's controller when first run test. controller creates cache of dll's? guess. correct?
i need know how internals work because have not yet got test run on remote controller. far after much headaches can scenario work when controller , agent , local dev environment located on same machine.
all msdn documentation talks high level reuse, , not go details of internals.
thanks in advance!
you likley want run tests automatedly after deployment. if case want tfs integrated experience rather visual studio client one. client experience load testing @ little scale.
try: http://nakedalm.com/execute-tests-release-management-visual-studio-2013/
in configuration app installed , pre-configured prior running tests. agent lifts test assemblies build drop.
tfs
Comments
Post a Comment