How to set up a schedule for your Automated Tests in 30 seconds
There is no point in having Automated Tests if you’re not running them on a daily basis.
A lot of testers tend to face difficulties when they reach the point where they have to make their tests run on a schedule.
This happens mostly due to stability issues, they want to make sure that their tests aren’t producing any misleading results.
Another reason for this hesitant behaviour is due to the complexity of CI/CD systems.
The continuos development of software at breakneck speed from the last couple of years has created false expectations that everyone who works in Software Development is supposed to have DevOps skills.
I’m going to show you how you can set up a schedule for your Automated Tests without having any DevOps know-how.
We’re obviously going to do this by using Endtest.
Go to the Scheduler section and click on the Add Scheduled Test Run button.
You’ll need to add the API Request for starting your test run, which you can easily fetch from the Tests section.
Here’s a video with the entire process: