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.
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.
Use either Windows Task Scheduler under Windows or Cron under Linux, these utilities can schedule program execution to the certain time or period.