Yaml Editor Test Specification
Author: Lukasz Grela
Version: 1.18
Last update: 05.01.2006
Introduction:
This document contains procedures for testing Yaml editor.
Comments:
Test suite: Code Coloring
Purpose:
This test suite checks that Code Coloring for Yaml works correctly.
Setup: Create Yaml file from template.
- Coloring for comments.
-
Paste this text it contains valid Yaml code.
- EXPECTED RESULT: The text after # should be marked as comments.
- Coloring for sequences of scalar
-
Paste below document it contains sequences of scalar.
- EXPECTED RESULT:
Each scalar should be painted in proper color - green.
- Coloring for mappings
-
Paste below document it contains mappings.
- EXPECTED RESULT:
Keys and values should have different colors.
Test suite: Code Folding
Purpose:
This test suite checks that Code Coloring for Yaml works correctly.
Setup: Create Yaml file from template.
- Coloring for comments.
-
Paste this text it contains valid Yaml code.
- EXPECTED RESULT: The text after # should be marked as comments.
- Coloring for sequences of scalar
-
Paste below document it contains sequences of scalar.
- EXPECTED RESULT:
Each scalar should be painted in proper color - green.
- Coloring for mappings
-
Paste below document it contains mappings.
- EXPECTED RESULT:
Keys and values should have different colors.
Generated: Fri Dec 22 13:11:21 CET 2006