This repository was archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Traceability Matrix
mkolisnyk edited this page Oct 1, 2013
·
12 revisions
Feature: null
null
| Group | Test | Completed |
|---|---|---|
| Test | Test | Yes |
Feature: Win32 Tab Control support
As the system user
I want to be able to interact with Win32 Tab Control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 Tab Control support. Base Operations | No |
Feature: Win32 Edit Control Support
As a system user
I want to be able to interact with Win32 edit control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 Edit control support. Base operations | No |
Feature: Win32 Button elements support
As a system user
I want to be able to interact with Button control and all it's derivatives: CheckBox, Radio Button
Feature: Win32 ComboBox control support
As a system user
I want to be able to interact with Win32 ComboBox contol
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 ComboBox control: base operations | No |
Feature: Win32 ListBox control support
As a system user
I want to be able to interact with ListBox control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 ListBox control: base operations | No |
Feature: Win32 ListView control support
As a system user
I want to be able to interact with ListView control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 ListView control: base operations | No |
Feature: Win32 ScrollBar control support
As a system user
I want to be able to interact with ScrollBar control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 ScrollBar control: base operations | No |
Feature: Win32 Slider Control support
As a system user
I want to be able to interact with Slider control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 Slider control: Base Operations | No |
Feature: Win32 ProgressBar Control support
As a system user
I want to be able to interact with ProgressBar control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 Progress Bar: Base tests | No |
Feature: Win32 Spin Control support
As a system user
I want to be able to interact with Spin control
| Group | Test | Completed |
|---|---|---|
| Test Win32 | Win32 Spin Control: Base Operations | No |
Feature: System: Directory operations
As the system user
I want to be able to manipulate with file system and directories in particular
| Group | Test | Completed |
|---|---|---|
| Test System | System: Directory base operations | No |
Feature: System: File operations
As the system user
I want to be able to manipulate with files within file system.
The user should be able to do the following operations:
- Check file for existence
- Create/Delete/Move/Copy file
- Write/append/get content
- Get some top/bottom lines of text from the text file
- Get basic file information
| Group | Test | Completed |
|---|---|---|
| Test System | System: File content basic manipulation | No |
| Test System | System: File base operations | No |