Scheduling and Monitoring

You can use Scandium to monitor your API endpoints

Scheduled API tests are tests that run at predefined times and intervals. For instance, you want to know at every hour if your APIs still work as expected.

To schedule API runs with Scandium, you need to create an API suite. An API suite is a collection of multiple API tests. When you run this single suite, all test cases contained within the suite will run.

To get the best out of your API tests, you should add assertions to each test case.

How to schedule an API suite

To schedule an API suite, open the test suite you want to schedule by click on its name from the list of API suites you have created.

Click on the 'Schedule' button

From the ensuing modal, provide a name and description for the schedule, then set the frequency for which you want the suite to be run.

You can choose from the options hourly, daily, or specific days of the week.

Then click on the 'Save' button.

Last updated