Skip to content

Commit

Permalink
Update with feedback from discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
luck3y committed Jul 23, 2024
1 parent d9f1786 commit e762fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions design-doc-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ Depending on the stability level, the test plan required may vary. see below:
** Preview - a brief high-level description of the testing approach should be added here, including types of tests added (unit, integration, smoke, component, subsystem, etc.) Note that not all test types are required for a particular feature, so include a description of what is being tested and the approach chosen to perform the testing.

** Community - this level should include everything in the 'Preview' stability level, plus the following additional testing as relevant:
*** Manual tests: for features that may require manual testing (such as user interface changes etc), provide a description of what was tested and any methods employed (browsers, CLI clients etc.) If manual testing is required, the person performing the manual tests should be identified here.
*** Miscellaneous checks: Manual checks for significant changes in server performance, memory and disk footprint should be described here. These checks are not always relevant, but consideration of these impacts, and others, are strongly encouraged and should be described here.
*** Manual tests: briefly describe checks to be performed during one-time exploratory testing. The purpose of this testing is to check corner cases and other cases that are not worth implementing as automated tests. Typical checks are: bad configurations are easy to reveal, attribute descriptions and error messages are clear, names are descriptive and consistent with similar resources, default values are reasonable.
*** Unit / Integration tests: Manual checks for significant changes in server performance, memory and disk footprint should be described here. These checks are not always relevant, but consideration of these impacts, and others, are strongly encouraged and should be described here. Fully qualified test case names should be provided along with a brief description of what the test is doing.
*** Integration tests - at the 'Community' stability level, complete integration tests should be provided.
*** Compatibility tests - if backwards compatibility is relevant to the feature, then describe how the testing is performed.

** Default - This stability level is reserved for a more formal process, which may be found [here] // note add a link or remove this?
** Default - This stability level is reserved and requires approval by a professional Quality Engineer with subject matter expertise.

== Community Documentation
////
Expand Down

0 comments on commit e762fb9

Please sign in to comment.