简体   繁体   中英

Automated User Interface Testing with Visual Studio Team Services

I am working on a WPF application and wanted to try the continuous integration workflow with Visual Studio Team Services.

Is it possible to use the TestStack.White library for my automated UI tests in the cloud with Visual Studio Team Services?

You will need to host your own Build Agent . The Hosted Build agents that Visual Studio Team Services uses cannot be run in interactive mode , which will be required for White to run and interact with your application.

From VisualStudio.com :

Q: Do you need to run your build service in interactive mode (not as a service)?

A: No. Then you can use the hosted pool.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM