Create a fake build with TfsCreateBuild tool, Error:TF42073: The value cannot be null (Parameter name: DropLocation)
hi,<o:p></o:p>
i have been trying execute automated
tests over web application, using microsoft test manager and tfs.
general idea run automated tests via tfs.<o:p></o:p>
i have seen lot of tutorial , guides this
no success far.<o:p></o:p>
because i haven't need create builds in
tfs, used tfscreatebuild tool create fake build, error:
(windows console)
d:\desktop>tfscreatebuild.exe /collection:"http://< tfs server >/tfs/" /projec
t:"teste sqa" /builddefinition:"build test definition" /buildnumber:"fake_build_
240620141042" /status:"succeeded" /flavor:"debug" /platform:"x86" /target:"defau
lt" /droplocation:"//<tfs server>/builds"
tfscreatebuild command line utility, version 12.14.527.1
(c) 2014 neno loje. rights reserved.
creates build entry in team foundation server without running it.
passed in parameters:
collection : http://< tfs server >/tfs/
project : teste sqa
builddefinition : build test definition
buildnumber : fake_build_240620141042
status : succeeded
flavor : debug
platform : x86
target : default
droplocation : //< tfs server >//builds
connecting server... done
creating build...
error: tf42073: value cannot null (parameter name: droplocation)
error log written to: c:\users\adilson.cabral\appdata\local\temp\exceptioninfo_t
fscreatebuild.exe.txt
as can see droplocation defined the
tool otherwise.<o:p></o:p>
if have idea problem, or the
possible problems, please let me know!
and be great, if you could give step step guide of how automated tests over any web aplication using tfs 2013, mircrosoft test manager 2013 and visual studio ultimate 2013 (codedui), mandatory tool use tfs 2013.
thank you!
Archived Forums V > Team Foundation Server - General
Comments
Post a Comment