0

i have a web application. I have created a test using Selenuim IDE. I can execute the test manually which run perfectly.

I requirement is that this test should run automatically every 1 hour. There should not be any human interaction for this.

Ankit Agarwal
  • 63
  • 1
  • 1
  • 6
  • possible duplicate of [Selenium IDE - Command to wait for 5 seconds](http://stackoverflow.com/questions/6694981/selenium-ide-command-to-wait-for-5-seconds) – MatthiasB Jul 29 '14 at 08:11

1 Answers1

0

Use either Windows Task Scheduler under Windows or Cron under Linux, these utilities can schedule program execution to the certain time or period.

Petr Mensik
  • 26,874
  • 17
  • 90
  • 115