# Editing Tests

This documentation covers how to edit tests in Kusho, whether you're working with individual tests or multiple tests simultaneously.

# Overview

Kusho provides flexible options for editing tests:

  • Edit individual tests with detailed modifications
  • Batch edit multiple tests through the comparison view
  • Edit through Test Suite page or Workbench interface

# Access Points

# Test Suite Page

  • Navigate to your test suite
  • Use the "Details" button to access individual tests
  • Monitor test execution status (Passed, Failed, Executed)

# Workbench Interface

  • Side-by-side comparison view for multiple tests
  • Direct JSON payload modification
  • Real-time test execution and validation
  • Color-coded diff viewing

# Key Features

  1. Individual Test Editing

    • Modify request parameters and payloads
    • Run tests immediately after changes
    • Save changes individually
  2. Batch Editing

    • Side-by-side comparison view
    • Differential highlighting
    • Apply changes to multiple tests
    • Choose between editing single or all tests

For detailed instructions on editing individual tests, see Single Test Editing Guide. For multiple test case editing, see Multiple Test Editing Guide.