运行单元测试时启动 asmx 服务
我们有一个包含许多项目的 VS 2010 解决方案。
其中一个项目包含 asmx 服务。
我们遇到一个问题,如果服务没有运行,我们的测试就会失败。
确保测试运行时启动服务的最佳方法是什么?我们需要让它在开发人员机器和使用 TFS 的构建服务器上都工作。
We have a VS 2010 Solution with many projects.
One of the projects contains asmx services.
We have a problem that our tests fail if the services are not running.
What is the best way to make sure that the services are started when the tests run? We need to get this to work both on the developers machine and on the build server, where we use TFS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了解决方案,那就是使用
WebDev.WebServer40.exe
Found a solution, it was to use
WebDev.WebServer40.exe