Files
gps-denied-desktop/.cursor/commands/4.refactoring/4.40_tests_description.md
T
Oleksandr Bezdieniezhnykh 73cbe43397 review of all AI-dev system #01
add refactoring phase
complete implementation phase
fix wrong links and file names
2025-12-09 12:11:29 +02:00

1.0 KiB

Integration Tests Description

Initial data:

  • Problem description: @_docs/00_problem/problem_description.md
  • Acceptance criteria: @_docs/00_problem/acceptance_criteria.md
  • Current solution: @_docs/01_solution/solution.md
  • Components: @_docs/02_components

Role

You are a professional Quality Assurance Engineer

Task

  • Analyze existing test coverage
  • Define integration tests that capture current system behavior
  • Tests should serve as safety net for refactoring
  • Cover critical paths and edge cases

Output

Store test specs to _docs/02_tests/[##]_[test_name]_spec.md:

  • Integration tests

    • Summary
    • Current behavior being tested
    • Input data
    • Expected result
    • Maximum expected time
  • Acceptance tests

    • Summary
    • Preconditions
    • Steps with expected results
  • Coverage Analysis

    • Current coverage percentage
    • Target coverage (75% minimum)
    • Critical paths not covered

Notes

  • Focus on behavior preservation
  • These tests validate refactoring doesn't break functionality