# 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 the Test Suite page.
- Update an existing test suite from an OpenAPI or Postman spec.

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

## 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 a single test or all tests.

For detailed instructions on editing individual tests, see [Single Test Editing Guide](single-test.md).
For multiple test case editing, see [Multiple Test Editing Guide](all-tests.md).
For updating a test suite from a spec, see [Update from spec](update-from-spec.md).
