94400d50d4
作为子目录纳入系统,与核心测试管道协同 Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
648 B
Markdown
20 lines
648 B
Markdown
# RERUN/RESTART Testing
|
|
|
|
## Test Cases
|
|
|
|
| Test ID | Description |
|
|
|---------|-------------|
|
|
| RR-N001 | Create initial input data (5 records) |
|
|
| RR-N002 | Process input to output (idempotent operation) |
|
|
| RR-N003 | Re-run idempotent verification (same count/sum) |
|
|
| RR-N004 | Output file already exists (OPEN EXTEND, STATUS check) |
|
|
|
|
## Features Covered
|
|
- Idempotent re-execution (same data produces same result)
|
|
- OPEN EXTEND for existing output files
|
|
- FILE STATUS checking on file operations
|
|
- Sequential input/output processing
|
|
|
|
## Expected Results
|
|
All 4 tests should display PASS. Running the program twice should produce identical output.
|