Overview

This test plan is covering testing effort required for TESTCLUB-1111. TESTCLUB-111 adds ability to create subitems for Parent items in the todo list (see picture below):

Untitled

The code change required for this functionality includes changing:

Production application link: https://todomvc.com/examples/angularjs/#/

Test strategy

We will be using mostly a black-box testing approach, so we will not verify the database model directly. Instead, we will observe the system output and infer database correctness from it…..

We expect robust unit-test coverage of both front-end and back-end code….

Testing is to be performed by developer who wasn’t responsible for coding the functionality under test….

Benefits and risk analysis

In this section you could try breaking functionality under test into logical sections and apply risk-based analysis. Main question:

Test cases

Adding child items

Num Test Case Expected results Status Comment
1 Add child item to the parent item child item added, no unexpected changes to other parent items
..