使用 Visual Studio Team Services 进行自动化用户界面测试
Automated User Interface Testing with Visual Studio Team Services
我正在开发一个 WPF 应用程序,想尝试使用 Visual Studio Team Services 的持续集成工作流。
是否可以通过 Visual Studio Team Services 将 TestStack.White library 用于我在云中的自动化 UI 测试?
您将需要host your own Build Agent。 Visual Studio Team Services 使用的托管构建代理不能 运行 在 交互模式 中,White 需要 运行 并与您的交互申请。
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.
我正在开发一个 WPF 应用程序,想尝试使用 Visual Studio Team Services 的持续集成工作流。
是否可以通过 Visual Studio Team Services 将 TestStack.White library 用于我在云中的自动化 UI 测试?
您将需要host your own Build Agent。 Visual Studio Team Services 使用的托管构建代理不能 运行 在 交互模式 中,White 需要 运行 并与您的交互申请。
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.