documentation
  • Introduction
    • Overview
      • Scandium Features & Concepts
  • Setting up your account
  • Create a test case
  • Supported Actions
  • File uploads
  • Assertions
  • Groups
  • Step settings
  • Variables
  • System Functions
  • Email Testing
  • Data-driven Testing
  • Test Suites
  • Results
    • Test results
    • Suite results
  • Why did my test fail?
  • API Testing
    • Getting Started
    • API Suites
    • Scheduling and Monitoring
  • Mobile Application Testing
    • Create a mobile project
    • Uploading Apps
      • Android
      • iOS
    • Testing mobile app
  • Common Testing Scenarios
  • Test Management
    • Tests and Folders
    • Tags
  • INTEGRATIONS
    • Continuous Integration (CI/CD)
    • Azure Devops
    • Bamboo CI
    • Bitbucket Pipelines
    • Circle CI
    • Github Actions
  • GitLab CI
  • Jenkins
  • Travis CI
Powered by GitBook
On this page
  1. API Testing

Scheduling and Monitoring

You can use Scandium to monitor your API endpoints

PreviousAPI SuitesNextMobile Application Testing

Last updated 12 months ago

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 . 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 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.

assertions
create an API suite