c# - Automated User Interface Testing with Visual Studio Team Services -
i working on wpf application , wanted try continuous integration workflow visual studio team services.
is possible use teststack.white library automated ui tests in cloud visual studio team services?
you need host own build agent. hosted build agents visual studio team services uses cannot run in interactive mode, required white run , interact application.
from visualstudio.com:
q: need run build service in interactive mode (not service)?
a: no. can use hosted pool.
Comments
Post a Comment