Product documentation
Updated March 18, 2026

Open, Edit and Save Test Cases

Open generated tests from endpoint view, edit parameters/body/headers/assertions, and save robust test-case definitions.

Overview

After tests are generated for an endpoint, you can open each test case and customize it for your environment and validation goals.

A test case typically includes:

  • request parameters
  • request body
  • request headers
  • assertions and expected response logic

Open a generated test case

  1. From the endpoint test list, locate the test case.
  2. Select the Edit action (pencil icon).
  3. The Edit Test panel opens.

Review and edit test details

In the edit view, review and update:

  • Parameters: path/query/body parameters
  • Request body: JSON/form payload for write operations
  • Headers: auth and content headers
  • Expected response: status and schema-aligned checks
  • Validation rules/assertions: contract and business checks

After edits, select Save Test to persist changes.

Manual test actions available in endpoint view

  • Add Test: create a new test manually.
  • Edit Test: update an existing test.
  • Delete Test: remove a test from endpoint list.
  • Select All / Run Selected / Delete Selected: bulk operations for multiple tests.
  • Fill body: apply or update request body values quickly.

Endpoint functional coverage

Use endpoint functional coverage indicators to identify endpoints that still need tests or stronger assertions.

Best practices

  • Validate both success and failure scenarios.
  • Keep test names descriptive so results are readable.
  • Use environment-aware values from Test configuration instead of hardcoded secrets.

Related articles

Next steps

Still stuck?

Tell us what you’re trying to accomplish and we’ll point you to the right setup—installation, auth, or CI/CD wiring.