[RSS]

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.
  1. Coloring for comments.
    1. Paste this text it contains valid Yaml code.
    • EXPECTED RESULT: The text after # should be marked as comments.
  2. Coloring for sequences of scalar
    1. Paste below document it contains sequences of scalar.
    • EXPECTED RESULT: Each scalar should be painted in proper color - green.
  3. Coloring for mappings
    1. 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.
  1. Coloring for comments.
    1. Paste this text it contains valid Yaml code.
    • EXPECTED RESULT: The text after # should be marked as comments.
  2. Coloring for sequences of scalar
    1. Paste below document it contains sequences of scalar.
    • EXPECTED RESULT: Each scalar should be painted in proper color - green.
  3. Coloring for mappings
    1. Paste below document it contains mappings.
    • EXPECTED RESULT: Keys and values should have different colors.


Generated: Fri Dec 22 13:11:21 CET 2006