TS 65 Tasklist
"Tasklist" Test Specification for "NetBeans 6.5"
Author: "Lukas Hasik"
Version: "1.0"
Last update: "22/09/2008"
Introduction: "Tasklist is part of the NetBeans distribution and its window is visible by default. User can see list of "tasks" in the window."
Comments: ""
Contents |
Test suite: "Default settings"
Purpose: Check the default settings of the task list after start of IDE with fresh user dir
Setup: Start IDE with fresh userdir, create a new java project
- "Tasklist window is open"
- Start NB IDE
- EXPECTED RESULT: "Tasklist is opened. Its position is bottom right. It occupies the whole area under editor."
- "Default settings"
- Check that "All opened projects" icon is selected by default
- Check that "Default Filter" is set as filter
- Click the funnel icon in tasklist window
- Choose Edit
- {{{1}}}
Test suite: "Show me results"
Purpose: ""
Setup: open attached projects TasklistScenarios, TasklistDependencies, TasklistLibraryProject in IDE. Open following files TasklistScenarios.tasklistscenarios.ClazzWithErrors, TasklistLibraryProject.library.LibraryClazz, TasklistDependencies.tasklistdependencies.Main
- Edited file only
- Focus in is an file in editor
- Click the "Show tasks for currently edited file only" icon in Tasklist window
- EXPECTED RESULT: Only tasks for opened documant are shown in tasklist
- Main Project and all that depends on it
- Set TasklistDependencies project as Main project
- Click the "Main Project and all that depends on it" icon in Tasklist window
- EXPECTED RESULT: Only tasks for TasklistDependencies, TasklistLibraryProject projects are shown in tasklist
- "All opened projects"
- Click the "All opened projects" icon in Tasklist window
- EXPECTED RESULT: Tasks for ALL opened projects are shown in tasklist
- "No main project set"
- Run > Set Main Project > None
- Click the "Main Project and all that depends on it" icon in Tasklist window
- Change the selected project in Projects window
- EXPECTED RESULT: Only tasks for selected project are shown in tasklist
- "Group tasks by category"
- Click the "Group tasks by category" icon in Tasklist window
- EXPECTED RESULT: Tasks in tasklist window are sorted in categories - e.g. Error, ToDo etc.
- "Display tasks as list"
- Click the "Display tasks as list" icon in Tasklist window
- EXPECTED RESULT: Tasks in tasklist window are unsorted. Just a list/table of tasks.
- "Double click on result row"
- Double click on a row with error/task in tasklist window
- EXPECTED RESULT: Error/Task line opens in editor. Focus is in editor on the line with error. User can start fixing/writing immediately.
- "Enter on result row"
- Press ENTER on a row with error/task in tasklist window
- EXPECTED RESULT: Error/Task line opens in editor. Focus is in editor on the line with error. User can start fixing/writing immediately.
- "Window > Tasks"
- Close the Tasks window
- Window > Tasks
- EXPECTED RESULT: Tasks window opens again.

