task scheduler

Hi,

How can I run the test cases/suites I created automatically? i.e. with task scheduler. In order for the tests to run daily.

Thanks

Currently, Katalon Studio doesn’t have scheduler feature. However, you can resolve your scenario by using workaround solutions come from Katalon Studio and Windows scheduler:
1. Create a new test suite which contains the test case to access pages.
2. Generate command line to be used in console mode execution for that test suite.
3. Create a Windows batch file and put generated command line from step #2 in there.
4. Access ‘Windows Task Scheduler’ in Windows and add a schedule to execute console mode using Windows batch file from step #3. You can schedule for it to execute anytime.

1 Like