Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/Manual Testing"

(Mylyn 3.0 Manual Tests)
(Task List)
(17 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
This document contains the manual testing check-list.  Use <font color='firebrick'>red to indicate failures</font>.
 
This document contains the manual testing check-list.  Use <font color='firebrick'>red to indicate failures</font>.
  
== Mylyn 3.0 Manual Tests ==
+
== General ==
 +
* Ensure launch works with JRockit
 +
* Ensure clean start/restart has no messages in log
 +
* Verify documentation is available under Help > Help Contents > Tasks User Guide
 +
* Verify that all features and plug-ins are signed
 +
* Verify that no undesired update sites are added
 +
* Verify EPP perspective contributions
  
'''UI'''
+
== Task Management ==
* Marker view filtering on 3.3
+
* Test offline mode
* Ensure task list elements don't show in the Project Explorer when in change sets mode and task is active
+
* Lazy loading
* Ensure context tests can be created and work
+
** Startup without task list visible -> Automatic synchronization is not triggered
* Interest manipulation shortcuts in various perspectives
+
** Startup with task list in fast view mode with a task active -> no errors in log
* Perspective settings and new shortcuts for all SDK perspectives
+
** Startup with task editor visible -> no errors in log
* Ensure change set refresh works due to change on {{bug|191793}}
+
* Test clean install with task list only installed then with only one connector installed. Ensure adding task repository doesn't cause errors.
* Review non-modal attachment dialog {{bug|182965}}
+
* Context import and export
+
  
'''Task List'''
+
=== Task Repositories ===
* <font color=red>Editor says it needs to be refreshed with incoming when editor is synched and has outgoing changes</font>
+
* Check if Local Task and Eclipse.org repository exists
* <font color=red>Scheduling a subtask for next week should make subtask disappear</font>
+
 
* <font color=red>Ensure clean start/restart has no messages in log</font>
+
=== Task List ===
* Scheduled presentation showing empty days in focus mode
+
* Ensure tasklist colors and decoration are correct for due dates (past due, due today, due this week)
 
* Test data directory move
 
* Test data directory move
 +
* Ensure creating a new query either via task list popup or File > New doesn't result in exception when there are no remote repositories set up
 +
* Ensure that when an unread task with a context is activated, the prompt to retrieve the context appears
 +
* Test proxy support using platform proxy settings
 +
* Make repository task in query active and delete query -> Task moves to Unmatched and is active
 +
* Delete category that contains a repository task scheduled for today -> Task moves to Unmachted
 +
* Open UI legend from view menu
 +
* Drag and Drop
 +
** From category to category -> task is moved
 +
** From query to category -> task is copied
 +
** To category -> task is copied
 +
** To Uncategorized -> nothing happens
 +
** To Unmatched -> nothing happens
 +
** To Unsubmitted -> nothing happens
 +
** To query -> nothing happens
 +
** Task to external text -> <font color='firebrick'>copies details</font>
 +
** Task to external explorer -> exports task
  
'''Task Editor'''
+
==== Scheduled Presentation ====
* <font color=red>Ensure new task has attributes if there is stale new task data</font>
+
* Scheduled presentation showing empty days in focus mode
* Adding new component, then refreshing attributes fails to make that component show, reopening editor fixes it
+
* Create a local task "a" with subtask "b". Schedule a subtask for next week.
* Ensure integrated bug reporting works
+
** -> <font color='firebrick'>should make subtask and parent disappear</font>
 +
 
 +
==== Other ====
 +
* Change URL of Eclipse.org repository
 +
* File > Export > Tasks > Task Data and Contexts
 +
** Test importing with task in active state
 +
* Change data directory in Preferences > Tasks > Advanced
 +
** Ensure all data is migrated including context and backup folders and contained data
 +
** Ensure that if 'load' is selected that the target folder is loaded and not overwritten
 +
* File > Import > Tasks > Task Data and Contexts
 +
 
 +
=== Task Editor ===
 
* Clicking on a comment sets the editor selection to ITaskSelection resulting in a different popup menu
 
* Clicking on a comment sets the editor selection to ITaskSelection resulting in a different popup menu
 
* Attach context checkbox should not be on the editor when there is no context
 
* Attach context checkbox should not be on the editor when there is no context
* New Task Editor is missing Add to Category and Scheduled Date
+
* New Task Editor shows Add to Category and Scheduled Date
* Refreshing a non-fully loaded editor does not restore the correct editor title
+
  
'''JIRA'''
+
=== SDK Integration ===
* Parent attribute is displayed for new tasks
+
* Ensure integrated bug reporting works
* The task editor does not select a default resolution
+
* Create Task Working Set. Add query. Open Project Explorer. Make Working Sets Top Level elements -> Queries are not displayed
 +
* Perspective settings and new shortcuts for all SDK perspectives
 +
* Ensure change set refresh works due to change on {{bug|191793}}
 +
* Context import and export
  
'''Java'''
+
== Task-Focused Interface ==
 +
* Interest manipulation shortcuts in various perspectives
 +
* Verify that bridges are loaded lazily
 +
 
 +
=== Java ===
 
* Ensure that content assist has no duplicates with fresh workspace, and has focused entries on first task activation
 
* Ensure that content assist has no duplicates with fresh workspace, and has focused entries on first task activation
 +
** Check for duplicate content assist on empty workspace {{bug|236342}}
 +
* Ensure context tests can be created and work
 +
** Run JUnit context test without interesting tests: should get message
 +
** Run JUnit contexts test with interesting tests, should run
 +
** Do above for PDE JUnit tests
 +
* Ensure code folding works properly
  
'''Team'''
+
=== Team ===
* Check non-models change sets mode
+
* Context change sets don't have labels
+
* Change sets don't always have a commit action
+
 
+
'''Install and P2'''
+
* Clean install succeed without getting the Task List feature, but shouldn't?
+
 
+
'''Eclipse 3.3'''
+
* Ensure Team packaging works
+
 
+
'''Sandbox''':
+
* Landmark markers don't disappear when element is made less interesting
+
 
+
=== API Notes ===
+
 
+
'''ExternalizationManager'''
+
 
+
* <s>Task Repository Participant</s>
+
* Context Saving Participant
+
* Task list failed to load recovery (UI)
+
* Repository Labels not restored after task list import
+
 
+
'''TaskActivityManager'''
+
 
+
* <s><font color=green>Eliminate ScheduledTaskContainers</font></s>
+
* Consume task due/schedule date change events
+
* Listen to repository url change (register ITaskRepositoryListener)
+
* <s><font color=green>Extract Interface</font></s>
+
 
+
-----------------
+
 
+
== EPP ==
+
 
+
'''Java'''
+
* Ensure content assist works with clean workspace prior to restart
+
 
+
'''C/C++'''
+
* Ensure lazy loading of structure bridge
+
 
+
==Execution Environments==
+
* Ensure launch works with JRockit
+
 
+
==Documentation==
+
 
+
*Help > Help Contents > Mylar > New and Noteworthy  [ ensure updated to latest release]
+
 
+
== Team ==
+
 
+
 
* Open Corresponding Task Action
 
* Open Corresponding Task Action
 
** Incoming change set classic mode
 
** Incoming change set classic mode
Line 94: Line 89:
 
** History view element with old format (e.g. TasksUiPlugin comment before 2006-08)
 
** History view element with old format (e.g. TasksUiPlugin comment before 2006-08)
 
** History view element with new format (e.g. TasksUiPlugin comment after 2006-11)
 
** History view element with new format (e.g. TasksUiPlugin comment after 2006-11)
 +
* Check non-models change sets mode
 +
* Context change sets don't have labels
 +
* Change sets don't always have a commit action
 +
* Activate local task and commit Mylyn changes -> A warning message is displayed that the repository does not match
 +
 +
=== SDK Integration ===
 +
* Filtering
 +
** Markers view
 +
** Problems view
 +
** Debug view
 +
** Eclipse native tasks view
 +
 +
=== CDT ===
 +
* Ensure that content assist has no duplicates with fresh workspace, and has focused entries on first task activation
 +
* Ensure code folding works properly
 +
* Ensure that with CDT and Java installed, there aren't 2 focus buttons {{bug|292320}}
 +
* Ensure C/C++ Projects view can be focused
 +
 +
== Discovery ==
 +
* Verify that all connectors are installable
 +
* Verify that install buttons are not visible on 3.4
  
 
==Bugzilla==
 
==Bugzilla==
  
*(3.2) Ensure changing summary in local task editor doesn't create additional header (https://bugs.eclipse.org/bugs/show_bug.cgi?id=180749 bug#180749)
+
* Adding new component, then refreshing attributes fails to make that component show, reopening editor fixes it
*(3.2) Ensure that opening editor with missing task data doesn't block startup.
+
* <font color=red>Ensure new milestones show up after attribute added</font>
 +
* <font color=red>Ensure duplicate actions do not show up</font>
  
 
*Offline Reports
 
*Offline Reports
**Ensure that when a bug report is opened offline that has no offline data the bug page reads: "Task data not available, please synchronize and reopen."
+
**Ensure that when a bug report is opened '''offline''' that has no offline data the editor banner has a hyperlinked warning indicating that the data is not available.
 
**In the case of migration ensure that offline reports still open correctly (if not lost completely).
 
**In the case of migration ensure that offline reports still open correctly (if not lost completely).
 
* Seach > Task Search > Open Repository Task... , enter bad ID, Should result in invalid id error dialog
 
* Seach > Task Search > Open Repository Task... , enter bad ID, Should result in invalid id error dialog
Line 110: Line 127:
 
***Ensure other repository types search pages appear when selected
 
***Ensure other repository types search pages appear when selected
 
**Repository Search Results View
 
**Repository Search Results View
***Test opening non-local report (Bug should open in bugzilla editor (blue bin icon)
+
***Test opening bug not in task list, editor should open with "Not in Task List" hyperlink that adds the bug to the task list.
***Test opening report with local data. Bug should open in bugzilla editor (clipboard with blue bin overlay icon) and the Planning tab should be available
+
***Test opening report with local data. Bug should open in bugzilla editor
  
 
*Bugzilla Task Editor (Rich editor)
 
*Bugzilla Task Editor (Rich editor)
Line 121: Line 138:
 
**Create new query
 
**Create new query
 
**Open query to see that parameters are still there
 
**Open query to see that parameters are still there
**<font color='firebrick'>Field validation needs to be improved. "Only bugs change in..." is accepting characters without error</font>
 
  
*New Bug submission (valid credentials)
+
*Update of Repository Configuration
**Test new bug submission for each Bugzilla server version
+
**Test from TaskRepositoriesView context menu
**Update of Repository Configuration
+
**A dialog should be produced in either case when an io or login exceptions occur.
***Test from TaskRepositoriesView context menu
+
 
***Test from BugzillaProductPage
+
***A dialog should be produced in either case when an io or login exceptions occur.
+
**Configuration caching
+
***Run new bug wizard, update products...
+
***Restart eclipse, rerun wizard, products should appear immediately
+
 
*New Bug submission (invalid credentials)
 
*New Bug submission (invalid credentials)
 
**Remove username and password from a repository configuration in the Task Repositories view
 
**Remove username and password from a repository configuration in the Task Repositories view
 
**Initiate new repository task action
 
**Initiate new repository task action
 
**Select repository with missing credentials
 
**Select repository with missing credentials
**Upon submitting new bug editor user is presented with credentials error dialog
+
**Upon submitting new bug editor user is presented with credentials dialog
*New Bug submission (invalid password)
+
 
**Make repository password invalid in Task Repositories view.
+
**Initiate new repository task action.
+
**Select repository with invalid password
+
**Error Dialog presented on product update or selection of Next: The user name or password you entered is not valid... <font color=firebrick>Update Products with invalid password results in ugly error dialog</font>
+
 
*Submission of changes to a Bugzilla report should result in all parent queries being re-synchronized as well as the task itself being synchronized
 
*Submission of changes to a Bugzilla report should result in all parent queries being re-synchronized as well as the task itself being synchronized
 
*Ensure submission of comment doesn't remove any depends on / blocks bugs
 
*Ensure submission of comment doesn't remove any depends on / blocks bugs
 
*Submission of changes to existing bug with invalid repository credentials
 
*Submission of changes to existing bug with invalid repository credentials
 
**Repository Settings page presented
 
**Repository Settings page presented
*Bug Compare (ensure attribute compare works) <font color='firebrick'>(July 31, 2006 [0.6.1] - Compare button removed)</font>
+
 
 
*Synchronize from context menu (invalid userid and password)
 
*Synchronize from context menu (invalid userid and password)
 
**Report Download Failed Dialog: Ensure proper repository configuration in Task Repositories view.
 
**Report Download Failed Dialog: Ensure proper repository configuration in Task Repositories view.
 +
 
*Synchronizing while disconnected should not put errors in the eclipse log
 
*Synchronizing while disconnected should not put errors in the eclipse log
 
* Task Synchronization State
 
* Task Synchronization State
Line 158: Line 166:
 
***Case edit and save again: outgoing overlay remains (should not receive conflict warning)
 
***Case edit and save again: outgoing overlay remains (should not receive conflict warning)
 
***Case submit: outgoing overlay should disappear (should be no incoming upon synchronize)
 
***Case submit: outgoing overlay should disappear (should be no incoming upon synchronize)
 +
 
**Task in CONFLICT state
 
**Task in CONFLICT state
***Case open: remains with conflict decorator
+
***Case open: changed to outgoing (incomings highlighted in editor)
***Case synchronize: should get option to override local changes
+
***Case synchronize: conflict remains
****Case overriding: overlay and changes go away
+
****Case no override: changes remain, conflict decorator appears
+
***Case edit: Currently state switches to OUTGOING which is correct for now because we migrate their comment into the new report
+
**Query hits not yet downloaded
+
***Case open: report downloaded (task icon appears), no decoration
+
***Case synchronize: report downloaded (task icon appears)
+
 
**Open report  in external editor and add a comment.
 
**Open report  in external editor and add a comment.
 
***Case synchronize: incoming decoration should appear on task
 
***Case synchronize: incoming decoration should appear on task
****Case open: task opens with new content, no decoration
+
****Case open: task opens with new content highlighted
****Case open (bug editor already open):  User presented with dialog asking if they want to reopen with latest version
+
****Case open (bug editor already open):  Banner gets hyperlink indicating new changes available
 
****Case Background Synchronization incoming state remains
 
****Case Background Synchronization incoming state remains
 
***Case open: task opens with offline content, user asked if they want to refresh with incoming content.
 
***Case open: task opens with offline content, user asked if they want to refresh with incoming content.
 
**Open, modify, save, should have outgoing decorator, open report in external browser, add comment
 
**Open, modify, save, should have outgoing decorator, open report in external browser, add comment
 
***Case open: Outgoing decorator remains
 
***Case open: Outgoing decorator remains
***Case Submit: Mid air collision...synchronize via menu
+
***Case Submit: Mid air collision...synchronize task
 
****Case Synchronize from editor: New incoming is updated, outgoing changes tagged with *
 
****Case Synchronize from editor: New incoming is updated, outgoing changes tagged with *
***Case synchronize: should get option to override local changes
+
**Copy report to a local category, repeat above tests ensuring decoration always matches
****If overriding, overlay and changes go away
+
****If no override, get conflict icon to show
+
**Copy report to a local category, repeat above tests ensuring decoration always  
+
 
**Copy report to root category, repeat tests ensuring decoration always matches
 
**Copy report to root category, repeat tests ensuring decoration always matches
  
Line 186: Line 186:
 
*Ensure that new hits (i.e. reports created using web ui) appear in query after auto sync
 
*Ensure that new hits (i.e. reports created using web ui) appear in query after auto sync
 
*Ensure that incoming on existing tasks appears after auto synchronization     
 
*Ensure that incoming on existing tasks appears after auto synchronization     
*If editor open and task gets incoming, dialog should be presented asking if user wants to refresh and reopen. <font color='firebrick'>[2.0M3] Getting double notification upon synch</font>
+
*Check that if changes are made to the notes field of the Planning section that save still works (editor doesn't remain dirty).
*Check that if changes are made to the notes field of the Planning editor that save still works (editor doesn't remain dirty).
+
 
*Ensure that when offline reports file is deleted, tasks don't suddenly all have incoming status upon synchronizing
 
*Ensure that when offline reports file is deleted, tasks don't suddenly all have incoming status upon synchronizing
 
*Reports > Outline View
 
*Reports > Outline View
 
**Clicking on comments in outline view should cause editor to scroll to respective comment in the editor page.
 
**Clicking on comments in outline view should cause editor to scroll to respective comment in the editor page.
 +
 
*DnD Attachments: Ensure all of the following launch the new attachment wizard with the appropriate file specified.  
 
*DnD Attachments: Ensure all of the following launch the new attachment wizard with the appropriate file specified.  
 
**Drag a file from the workspace to the attachments section or new comment box.
 
**Drag a file from the workspace to the attachments section or new comment box.
 
**Drag a file from a different application (or desktop) onto the attachments section or new comment box.
 
**Drag a file from a different application (or desktop) onto the attachments section or new comment box.
 
**Drag a region of text from any application (eg. a web browser) onto the attachments section or new comment box.
 
**Drag a region of text from any application (eg. a web browser) onto the attachments section or new comment box.
 +
 
*Opening a repository task that has no repository should display warning indicating that the repository must be created.
 
*Opening a repository task that has no repository should display warning indicating that the repository must be created.
  
==Task List==
+
== JIRA ==
 +
* Parent attribute is displayed for new tasks
 +
* The task editor does not select a default resolution
  
* <font color='firebrick'>Ensure that when an unread task with a context is activated, the prompt to retrieve the context appears</font>
+
== Trac ==
 
+
* Ensure creating a new query either via task list popup or File > New doesn't result in exception when there are no remote repositories set up
+
 
+
* <font color='firebrick'> test proxy support using new platform proxy settings</font> [https://bugs.eclipse.org/bugs/show_bug.cgi?id=177320 177320]
+
 
+
*  test auto construction of repositories from clean workspace [https://bugs.eclipse.org/bugs/show_bug.cgi?id=174864 174864]
+
 
+
* Do a manual refactoring test (change name/url of existing repository) of tasks
+
*File -> '''Export''' -> Mylar Task Data
+
*File -> '''Import''' -> Mylar Task Data  '''<font color=firebrick>Importing can cause decoration widget disposed errors 2.0M3</font>
+
**Test importing with task in active state
+
*Data directory change (via Mylar preferences page)
+
** Ensure all data is migrated including context and backup folders and contained data
+
** Ensure that if 'load' is selected that the target folder is loaded and not overwritten
+
*<font color=firebrick>Make a task, make it active, move it to the archive (remove from root category) - file should remain visible in task list  [2.0M3 if removed doesn't show immediately in archive, does show properly in archive after restart]</font>
+
*Task List Auto-Archive
+
*Addition and removal of files from change sets
+
*Mylar context sensitive JUnit unit tests
+
*Ensure internal browser tab can be disabled (via Mylar preferences)
+
*Drag and Drop
+
**From category to category: move
+
**From query to category: copies
+
**Task to external text: copies details
+
**Task to external explorer: copies context file <font color='firebrick'>(July 31, 2006 [0.6.1] - if context doesn't exist need to disable drop)</font>
+
**<font color='firebrick'>(March 30, 2007) On Linux under 3.2, dragging to external text attempts to open context, dragging to external explorer copies details</font>
+
* Lazy loading
+
** Startup with Task List in fast view mode with a task active, ensure no errors in log
+
* <font color='firebrick'>Delete category that contains a task scheduled for today, task should be revealed in Archive (immediately, not after restart/refresh/etc).  [2.0M3 related to archive error above]</font>
+
 
+
* Test clean install with task list only installed then with only one connector installed. Ensure adding task repository doesn't cause errors.
+
 
+
* ensure tasklist colors and decoration are correct for due dates (past due, due today, due this week)
+
 
+
==Trac==
+
 
* Create Repositories:
 
* Create Repositories:
 
** http://trac.edgewall.org/trac (Trac 0.9 and higher)
 
** http://trac.edgewall.org/trac (Trac 0.9 and higher)
Line 302: Line 271:
 
** -> Context is displayed in wizard
 
** -> Context is displayed in wizard
 
** -> Context is loaded
 
** -> Context is loaded
 
==SDK Integration==
 
*Problems view
 
*Debug view
 
*Eclipse native tasks view
 
*History view -> context menu -> Open Corresponding Task
 
 
==Java==
 
*Run JUnit context test without interesting tests: should get message
 
*Run JUnit contexts test with interesting tests, should run
 
*Do above for PDE JUnit tests
 
*Ensure code folding works properly
 
*Ensure there aren't duplicates in content assist (i.e. upon first installation)
 
 
==PDE==
 
...
 

Revision as of 14:11, 15 October 2009


This document contains the manual testing check-list. Use red to indicate failures.

General

  • Ensure launch works with JRockit
  • Ensure clean start/restart has no messages in log
  • Verify documentation is available under Help > Help Contents > Tasks User Guide
  • Verify that all features and plug-ins are signed
  • Verify that no undesired update sites are added
  • Verify EPP perspective contributions

Task Management

  • Test offline mode
  • Lazy loading
    • Startup without task list visible -> Automatic synchronization is not triggered
    • Startup with task list in fast view mode with a task active -> no errors in log
    • Startup with task editor visible -> no errors in log
  • Test clean install with task list only installed then with only one connector installed. Ensure adding task repository doesn't cause errors.

Task Repositories

  • Check if Local Task and Eclipse.org repository exists

Task List

  • Ensure tasklist colors and decoration are correct for due dates (past due, due today, due this week)
  • Test data directory move
  • Ensure creating a new query either via task list popup or File > New doesn't result in exception when there are no remote repositories set up
  • Ensure that when an unread task with a context is activated, the prompt to retrieve the context appears
  • Test proxy support using platform proxy settings
  • Make repository task in query active and delete query -> Task moves to Unmatched and is active
  • Delete category that contains a repository task scheduled for today -> Task moves to Unmachted
  • Open UI legend from view menu
  • Drag and Drop
    • From category to category -> task is moved
    • From query to category -> task is copied
    • To category -> task is copied
    • To Uncategorized -> nothing happens
    • To Unmatched -> nothing happens
    • To Unsubmitted -> nothing happens
    • To query -> nothing happens
    • Task to external text -> copies details
    • Task to external explorer -> exports task

Scheduled Presentation

  • Scheduled presentation showing empty days in focus mode
  • Create a local task "a" with subtask "b". Schedule a subtask for next week.
    • -> should make subtask and parent disappear

Other

  • Change URL of Eclipse.org repository
  • File > Export > Tasks > Task Data and Contexts
    • Test importing with task in active state
  • Change data directory in Preferences > Tasks > Advanced
    • Ensure all data is migrated including context and backup folders and contained data
    • Ensure that if 'load' is selected that the target folder is loaded and not overwritten
  • File > Import > Tasks > Task Data and Contexts

Task Editor

  • Clicking on a comment sets the editor selection to ITaskSelection resulting in a different popup menu
  • Attach context checkbox should not be on the editor when there is no context
  • New Task Editor shows Add to Category and Scheduled Date

SDK Integration

  • Ensure integrated bug reporting works
  • Create Task Working Set. Add query. Open Project Explorer. Make Working Sets Top Level elements -> Queries are not displayed
  • Perspective settings and new shortcuts for all SDK perspectives
  • Ensure change set refresh works due to change on bug 191793
  • Context import and export

Task-Focused Interface

  • Interest manipulation shortcuts in various perspectives
  • Verify that bridges are loaded lazily

Java

  • Ensure that content assist has no duplicates with fresh workspace, and has focused entries on first task activation
    • Check for duplicate content assist on empty workspace bug 236342
  • Ensure context tests can be created and work
    • Run JUnit context test without interesting tests: should get message
    • Run JUnit contexts test with interesting tests, should run
    • Do above for PDE JUnit tests
  • Ensure code folding works properly

Team

  • Open Corresponding Task Action
    • Incoming change set classic mode
    • Incoming change set models mode
    • Outgoing change set classic mode
    • Outgoing change set models mode
    • History view element with old format (e.g. TasksUiPlugin comment before 2006-08)
    • History view element with new format (e.g. TasksUiPlugin comment after 2006-11)
  • Check non-models change sets mode
  • Context change sets don't have labels
  • Change sets don't always have a commit action
  • Activate local task and commit Mylyn changes -> A warning message is displayed that the repository does not match

SDK Integration

  • Filtering
    • Markers view
    • Problems view
    • Debug view
    • Eclipse native tasks view

CDT

  • Ensure that content assist has no duplicates with fresh workspace, and has focused entries on first task activation
  • Ensure code folding works properly
  • Ensure that with CDT and Java installed, there aren't 2 focus buttons bug 292320
  • Ensure C/C++ Projects view can be focused

Discovery

  • Verify that all connectors are installable
  • Verify that install buttons are not visible on 3.4

Bugzilla

  • Adding new component, then refreshing attributes fails to make that component show, reopening editor fixes it
  • Ensure new milestones show up after attribute added
  • Ensure duplicate actions do not show up
  • Offline Reports
    • Ensure that when a bug report is opened offline that has no offline data the editor banner has a hyperlinked warning indicating that the data is not available.
    • In the case of migration ensure that offline reports still open correctly (if not lost completely).
  • Seach > Task Search > Open Repository Task... , enter bad ID, Should result in invalid id error dialog
  • Repository Search (Search > Search... > Repository Search tab)
    • Repository search page
      • Ensure warning if no repository exists.
      • Cycle through available repository search pages ensuring that they populate with the last search performed on the respective repository
      • Ensure other repository types search pages appear when selected
    • Repository Search Results View
      • Test opening bug not in task list, editor should open with "Not in Task List" hyperlink that adds the bug to the task list.
      • Test opening report with local data. Bug should open in bugzilla editor
  • Bugzilla Task Editor (Rich editor)
    • When opening remote tasks (ie. from search results view) ensure that posting authenticates properly
    • Editor Hyperlinking - URL Hyperlinks, Bug hyperlinks (bug# 123, bug 12312, task# 1, task 12, duplicate bug links), stack trace links
    • Editor menu/commands - Cut/Copy/Paste/Select-all from menu and using shortcut keys (March 30, 2007) Cut & Copy from menu broken in Linux due to loss of focus on text
  • Bugzilla Query Wizard (Tasklist)
    • Create new query
    • Open query to see that parameters are still there
  • Update of Repository Configuration
    • Test from TaskRepositoriesView context menu
    • A dialog should be produced in either case when an io or login exceptions occur.
  • New Bug submission (invalid credentials)
    • Remove username and password from a repository configuration in the Task Repositories view
    • Initiate new repository task action
    • Select repository with missing credentials
    • Upon submitting new bug editor user is presented with credentials dialog
  • Submission of changes to a Bugzilla report should result in all parent queries being re-synchronized as well as the task itself being synchronized
  • Ensure submission of comment doesn't remove any depends on / blocks bugs
  • Submission of changes to existing bug with invalid repository credentials
    • Repository Settings page presented
  • Synchronize from context menu (invalid userid and password)
    • Report Download Failed Dialog: Ensure proper repository configuration in Task Repositories view.
  • Synchronizing while disconnected should not put errors in the eclipse log
  • Task Synchronization State
    • Open, modify, save, should have outgoing decorator
      • Case clear outgoing: confirmation dialog should pop up
        • Case confirm: outgoing decorator should go away
        • Case deny: outgoing decorator should remain
      • Case open: should retain outgoing overlay
      • Case edit and save again: outgoing overlay remains (should not receive conflict warning)
      • Case submit: outgoing overlay should disappear (should be no incoming upon synchronize)
    • Task in CONFLICT state
      • Case open: changed to outgoing (incomings highlighted in editor)
      • Case synchronize: conflict remains
    • Open report in external editor and add a comment.
      • Case synchronize: incoming decoration should appear on task
        • Case open: task opens with new content highlighted
        • Case open (bug editor already open): Banner gets hyperlink indicating new changes available
        • Case Background Synchronization incoming state remains
      • Case open: task opens with offline content, user asked if they want to refresh with incoming content.
    • Open, modify, save, should have outgoing decorator, open report in external browser, add comment
      • Case open: Outgoing decorator remains
      • Case Submit: Mid air collision...synchronize task
        • Case Synchronize from editor: New incoming is updated, outgoing changes tagged with *
    • Copy report to a local category, repeat above tests ensuring decoration always matches
    • Copy report to root category, repeat tests ensuring decoration always matches
  • Check that auto background synchronize works
  • Ensure that new hits (i.e. reports created using web ui) appear in query after auto sync
  • Ensure that incoming on existing tasks appears after auto synchronization
  • Check that if changes are made to the notes field of the Planning section that save still works (editor doesn't remain dirty).
  • Ensure that when offline reports file is deleted, tasks don't suddenly all have incoming status upon synchronizing
  • Reports > Outline View
    • Clicking on comments in outline view should cause editor to scroll to respective comment in the editor page.
  • DnD Attachments: Ensure all of the following launch the new attachment wizard with the appropriate file specified.
    • Drag a file from the workspace to the attachments section or new comment box.
    • Drag a file from a different application (or desktop) onto the attachments section or new comment box.
    • Drag a region of text from any application (eg. a web browser) onto the attachments section or new comment box.
  • Opening a repository task that has no repository should display warning indicating that the repository must be created.

JIRA

  • Parent attribute is displayed for new tasks
  • The task editor does not select a default resolution

Trac

  • Query (Trac 0.9)
    • Add query for http://trac.edgewall.org
    • -> Repository attributes are displayed in query dialog
    • Select "0.10" for version
    • Finish
    • -> Tickets are marked as incoming
    • -> Notifications popup
    • Open ticket
    • -> Ticket is opened in browser pane
    • -> Ticket is marked as synchronized
  • Search
    • Open search
    • Select http://mylyn.eclipse.org/tractest
    • -> progress bar is shown while attributes are updated
    • -> attributes are displayed
    • Select http://trac.edgewall.org
    • Search for "ticket" in summary on edgewall.org
    • Double click search result
    • -> Browser is opened
    • Open another search result through context menu
    • -> Browser is opened
  • Query and offline handler (XML-RPC)
    • Add query for all tickets in "component1" for http://mylyn.eclipse.org/tractest
    • -> All tickets are marked as incoming
    • Edit ticket summary of any ticket in web browser and submit
    • Synchronize query
    • -> Only edited ticket is synchronized and marked as incoming
    • Reopen query
    • -> "component1" is selected
  • Create Ticket in Rich Editor (XML-RPC)
    • Select New > Repository Task for http://mylyn.eclipse.org/tractest
    • Enter summary and description
    • Select Add to Task Category: root
    • Press Create New
    • -> New Ticket is added to task list
    • Open ticket
    • -> summary and description are correct
  • Edit Ticket with Rich Editor (XML-RPC)
    • Open any ticket from query
    • Edit summary and save
    • -> Ticket is marked as outgoing
    • Edit ticket summary in web browser and submit
    • Synchronize ticket in task list
    • -> Task is marked as conflicting
  • Context attachments (XML-RPC)
    • Activate ticket
    • Create new Java project
    • Open Java file
    • Attach context on active task
    • Retrieve context
    • -> Context is displayed in wizard
    • -> Context is loaded

Back to the top