visual studio - Coded UI test as part of gated check-in -


i have coded ui tests running locally fine, because can open ie , point window @ localhost. when attempt run these tests on build server, fail because window isn't open yet. how can instance of ie open on build server part of these tests, these tests run against?

try giving interactive logon permission account underwhich build running...


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -