开发者

Automatic run of VSTS web tests daily

开发者 https://www.devze.com 2022-12-08 08:42 出处:网络
Please I want开发者_高级运维 a way to make daily schedule to run a set of VSTS 2008 web tests automatically over night.If you are doing automated daily builds with some type of continual integration s

Please I want开发者_高级运维 a way to make daily schedule to run a set of VSTS 2008 web tests automatically over night.


If you are doing automated daily builds with some type of continual integration setup, you would add the tests as part of your build.

If you need to simply run the tests outside of any other environment, there is a great, open-source job scheduling API called Quartz. It can be found at http://www.quartz-scheduler.org/.

0

精彩评论

暂无评论...
验证码 换一张
取 消