Skip to content

Creating Tests

Tests are the core of Pingward. Each test represents an HTTP request that Pingward executes on a schedule to verify your API is working correctly.

Basic Configuration

Naming Your Test

Choose a descriptive name that identifies what the test monitors. Good names include:

  • The service or API being tested
  • The environment (production, staging)
  • The specific functionality

Examples:

  • "Production API - User Authentication"
  • "Payment Service Health Check"
  • "Staging - Order Processing"

Description

Add an optional description to provide more context about the test. This is helpful for team members who may need to understand what the test does or troubleshoot issues.

Test Settings

SettingDescription
NameDescriptive identifier for the test
DescriptionOptional context about what the test monitors
MethodHTTP method (GET, POST, PUT, etc.)
URLThe endpoint to test
FrequencyHow often to run the test
TimeoutMaximum time to wait for a response
ImportanceAffects maximum severity of issues

Creating Your First Test

  1. Navigate to TestsNew Test
  2. Enter a name and optional description
  3. Select the HTTP method and enter the URL
  4. Configure assertions to validate the response
  5. Set the schedule frequency
  6. Click Create Test

The test will begin running on the configured schedule immediately.

Pingward - API Monitoring Made Simple