23 lines
886 B
Markdown
23 lines
886 B
Markdown
|
|
# Basic Test Plan
|
||
|
|
|
||
|
|
These are tests of a domain's most basic functionality. If these fail,
|
||
|
|
it will be hard or impossible to perform any other tests at all. The
|
||
|
|
test code should be constructed so that these tests are always run, even
|
||
|
|
if a subset of tests is asked for that would not normally include them.
|
||
|
|
|
||
|
|
This document uses the terminology defined in the [Master Test Plan].
|
||
|
|
|
||
|
|
|
||
|
|
[Master Test Plan]: ../MasterTestPlan.md
|
||
|
|
[Test Case README]: ../README.md
|
||
|
|
|
||
|
|
<!-- Content until EOF generated by script updateTestPlanReadme.pl from Zonemaster/Zonemaster utils directory -->
|
||
|
|
|
||
|
|
## Test cases list
|
||
|
|
|
||
|
|
|Test Case |Test Case Description|
|
||
|
|
|:---------|:--------------------|
|
||
|
|
|[BASIC01](basic01.md)|Check for the parent zone and the zone itself|
|
||
|
|
|[BASIC02](basic02.md)|The domain must have at least one working name server|
|
||
|
|
|[BASIC03](basic03.md)|The _Broken but functional_ test|
|