How can I run a selenium test every 5 minutes?

时光毁灭记忆、已成空白 提交于 2019-12-25 00:31:50

问题


I have created a Selenium test using the Firefox Addon. Now, I want to make it run every 5 mins. How can I do that?

Thanks!


回答1:


To run it every 5 minutes, you will have to use export your test from IDE to be used in selenium-rc. For scheduling you can use quartz or cron.




回答2:


you can make use of javascript function or java's scheduler class ect..

please try to be specific so that you will get quick responses

cheers



来源:https://stackoverflow.com/questions/6199874/how-can-i-run-a-selenium-test-every-5-minutes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!