Test Cases

From Sudopedia, the Free Sudoku Reference Guide
Revision as of 12:20, 26 October 2021 by 127.0.0.1 (talk) (Created page with "== Sudoku Test Cases == The goal of these test cases are to provide guidance for testing and verifying Sudoku solvers. They are designed for ‘classic Sudoku’, i....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Sudoku Test Cases

The goal of these test cases are to provide guidance for testing and verifying Sudoku solvers. They are designed for ‘classic Sudoku’, i.e., 9 rows and 9 columns, and include both valid and invalid puzzles. The tests are language-independent and make no assumptions about the internal data structures or algorithms.

Invalid Test Cases

Invalid Test Cases — tests that verify proper error handling


Valid Test Cases

Valid Test Cases — tests that verify proper execution