Need advice on scheduling a web automation test case.

Hello Everyone,

I’m running Katalon Studio on Debian (Linux 12), in a google cloud VM. I have created a test case using the web recorder.

I want advice on how can I proceed with scheduling the test case to run automatically every 3 hours.

Please suggest me the most cost effective or a free (If any) method.

Thank you.

1 Like

@thisura

At least, you need a Katalon Runtime Engine license. For each license, you can run 1 Katalon job at a time by using the terminal.

You can set up a free CI/CD pipeline, such as Jenkins, and set a cron job for it: Parameterized Scheduler

1 Like