问题
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